update to Archive::Zip-1.34

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12378 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2013-12-12 10:19:41 +00:00
parent 680092ecdd
commit 6463c3cf1b
4 changed files with 15 additions and 5 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "11"> <!-- Always 2 digits -->
<!ENTITY day "12"> <!-- Always 2 digits -->
<!ENTITY month "12"> <!-- Always 2 digits -->
<!ENTITY year "2013">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "December 11th, &year;">
<!ENTITY releasedate "December 12th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
@ -398,7 +398,7 @@ export -f as_root</userinput></screen>
<!ENTITY python3-majorver "3.3">
<!-- Perl module versions used in the Perl Modules instructions -->
<!ENTITY Archive-Zip-version "1.33">
<!ENTITY Archive-Zip-version "1.34">
<!ENTITY Glib-perl-version "1.280">
<!ENTITY HTML-Parser-version "3.71">
<!ENTITY LWP-version "6.05">

View File

@ -63,7 +63,7 @@
<listitem>
<para>
<ulink url="http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-&Archive-Zip-version;.tar.gz">
Archive::Zip-&Archive-Zip-version;</ulink> (MD5 sum: b732d154306efc85260c9b47cb567d10)
Archive::Zip-&Archive-Zip-version;</ulink> (MD5 sum: d117644d735f732b399ddbe88d931300)
</para>
</listitem>
</itemizedlist>

View File

@ -43,6 +43,16 @@
</listitem>
-->
<listitem>
<para>December 12th, 2013</para>
<itemizedlist>
<listitem>
<para>[igor] - Update to Archive::Zip-1.34. Fixes
<ulink url="&blfs-ticket-root;4432">#4432</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>December 11th, 2013</para>
<itemizedlist>

View File

@ -175,7 +175,7 @@ make</userinput></screen>
<screen role="root"><userinput>usermod -a -G kvm <replaceable>&lt;username&gt;</replaceable></userinput></screen>
<para>
You will also need to add an Udev rule so that the KVM device gets correct
You will also need to add a Udev rule so that the KVM device gets correct
permissions:
</para>