mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
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:
parent
680092ecdd
commit
6463c3cf1b
@ -1,12 +1,12 @@
|
|||||||
<!-- $LastChangedBy$ $Date$ -->
|
<!-- $LastChangedBy$ $Date$ -->
|
||||||
|
|
||||||
<!ENTITY day "11"> <!-- Always 2 digits -->
|
<!ENTITY day "12"> <!-- Always 2 digits -->
|
||||||
<!ENTITY month "12"> <!-- Always 2 digits -->
|
<!ENTITY month "12"> <!-- Always 2 digits -->
|
||||||
<!ENTITY year "2013">
|
<!ENTITY year "2013">
|
||||||
<!ENTITY copyrightdate "2001-&year;">
|
<!ENTITY copyrightdate "2001-&year;">
|
||||||
<!ENTITY copyholder "The BLFS Development Team">
|
<!ENTITY copyholder "The BLFS Development Team">
|
||||||
<!ENTITY version "&year;-&month;-&day;">
|
<!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 pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||||
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
|
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
|
||||||
@ -398,7 +398,7 @@ export -f as_root</userinput></screen>
|
|||||||
<!ENTITY python3-majorver "3.3">
|
<!ENTITY python3-majorver "3.3">
|
||||||
|
|
||||||
<!-- Perl module versions used in the Perl Modules instructions -->
|
<!-- 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 Glib-perl-version "1.280">
|
||||||
<!ENTITY HTML-Parser-version "3.71">
|
<!ENTITY HTML-Parser-version "3.71">
|
||||||
<!ENTITY LWP-version "6.05">
|
<!ENTITY LWP-version "6.05">
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<ulink url="http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-&Archive-Zip-version;.tar.gz">
|
<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>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
@ -43,6 +43,16 @@
|
|||||||
</listitem>
|
</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>
|
<listitem>
|
||||||
<para>December 11th, 2013</para>
|
<para>December 11th, 2013</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -175,7 +175,7 @@ make</userinput></screen>
|
|||||||
<screen role="root"><userinput>usermod -a -G kvm <replaceable><username></replaceable></userinput></screen>
|
<screen role="root"><userinput>usermod -a -G kvm <replaceable><username></replaceable></userinput></screen>
|
||||||
|
|
||||||
<para>
|
<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:
|
permissions:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user