Author: randy Date: 2010-02-14 10:46:46 -0700 (Sun, 14 Feb 2010) New Revision: 8251
Modified: trunk/BOOK/general.ent trunk/BOOK/general/sysutils/unzip.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to UnZip-6.0 Modified: trunk/BOOK/general/sysutils/unzip.xml =================================================================== --- trunk/BOOK/general/sysutils/unzip.xml 2010-02-14 16:07:19 UTC (rev 8250) +++ trunk/BOOK/general/sysutils/unzip.xml 2010-02-14 17:46:46 UTC (rev 8251) @@ -4,13 +4,14 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY unzip-download-http "&sourceforge-repo;/infozip/unzip552.tar.gz"> - <!-- <!ENTITY unzip-download-http "http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz"> --> - <!-- <!ENTITY unzip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz"> --> - <!ENTITY unzip-download-ftp "ftp://tug.ctan.org/tex-archive/tools/zip/info-zip/src/unzip552.tar.gz"> - <!ENTITY unzip-md5sum "9d23919999d6eac9217d1f41472034a9"> - <!ENTITY unzip-size "1.1 MB"> - <!ENTITY unzip-buildsize "6.7 MB"> + <!ENTITY unzip-download-http "&sourceforge-repo;/infozip/unzip60.tar.gz"> + <!-- <!ENTITY unzip-download-http "http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz"> + <!ENTITY unzip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz"> + <!ENTITY unzip-download-ftp "ftp://tug.ctan.org/tex-archive/tools/zip/info-zip/src/unzip552.tar.gz"> --> + <!ENTITY unzip-download-ftp " "> + <!ENTITY unzip-md5sum "62b490407489521db863b523a7f86375"> + <!ENTITY unzip-size "1.3 MB"> + <!ENTITY unzip-buildsize "9 MB"> <!ENTITY unzip-time "Less than 0.1 SBU"> ]> @@ -39,12 +40,15 @@ utilities, primarily in a DOS environment.</para> <caution> - <para>The <application>UnZip</application> package has some locale - related issues. See the discussion below in - <xref linkend="unzip-locale-issues"/>. A more general - discussion of these problems can be found in the - <xref linkend="locale-assumed-encoding"/> - section of the + <para>The previous version of the <application>UnZip</application> + package had some locale related issues. Currently there are no BLFS + editors capable of testing these local issues. Therefore, the + locale related information is left on this page, but has not been + tested. Note that the patch recommended for the locale issues will not + apply to this version of <application>UnZip</application>. See the + discussion below in <xref linkend="unzip-locale-issues"/>. A more + general discussion of these problems can be found in the + <xref linkend="locale-assumed-encoding"/> section of the <xref linkend="locale-issues"/> page.</para> </caution> @@ -72,16 +76,16 @@ <bridgehead renderas="sect3">Additional Downloads</bridgehead> <itemizedlist spacing='compact'> - <listitem> + <!-- <listitem> <para>Required patch: <ulink url="&patch-root;/unzip-&unzip-version;-security_fix-1.patch"/></para> </listitem> <listitem> <para>Required patch: <ulink url="&patch-root;/unzip-&unzip-version;-security_fix-2.patch"/></para> - </listitem> + </listitem> --> <listitem> - <para>Optional patch: <ulink + <para>Optional patch (will not apply properly): <ulink url="&patch-root;/unzip-5.50-alt-iconv-v1.1.patch"/></para> </listitem> </itemizedlist> @@ -170,13 +174,11 @@ <sect2 role="installation"> <title>Installation of UnZip</title> - <para>Note that if you applied the patch described above for locale issues, + <!-- <para>Note that if you applied the patch described above for locale issues, the first required security patch will have some offsets. Now install - <application>UnZip</application> by running the following commands:</para> + <application>UnZip</application> by running the following commands:</para> --> -<screen><userinput>patch -Np1 -i ../unzip-&unzip-version;-security_fix-1.patch && -patch -Np1 -i ../unzip-&unzip-version;-security_fix-2.patch && -make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux</userinput></screen> +<screen><userinput>make -f unix/Makefile linux</userinput></screen> <para>To test the results, issue: <command>make check</command>.</para> @@ -194,9 +196,9 @@ that are useful for a Linux system when compiling the executables. To obtain alternatives to this target, use <command>make list</command></para> - <para><parameter>LOCAL_UNZIP=...</parameter>: + <!-- <para><parameter>LOCAL_UNZIP=...</parameter>: This sets the compilation flags to allow <application>UnZip</application> - to handle files up to 4 GB.</para> + to handle files up to 4 GB.</para> --> </sect2> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2010-02-14 16:07:19 UTC (rev 8250) +++ trunk/BOOK/general.ent 2010-02-14 17:46:46 UTC (rev 8251) @@ -239,7 +239,7 @@ <!ENTITY fcron-version "3.0.4"> <!ENTITY hdparm-version "9.6"> <!ENTITY which-version "2.20"> -<!ENTITY unzip-version "5.52"> +<!ENTITY unzip-version "6.0"> <!ENTITY zip-version "3.0"> <!ENTITY pciutils-version "3.1.4"> <!ENTITY usbutils-version "0.84"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2010-02-14 16:07:19 UTC (rev 8250) +++ trunk/BOOK/introduction/welcome/changelog.xml 2010-02-14 17:46:46 UTC (rev 8251) @@ -45,6 +45,9 @@ <para>February 14th, 2010</para> <itemizedlist> <listitem> + <para>[randy] - Updated to UnZip-6.0.</para> + </listitem> + <listitem> <para>[randy] - Updated to Sudo-1.7.2p3.</para> </listitem> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
