Author: matthew
Date: 2007-01-31 11:12:22 -0700 (Wed, 31 Jan 2007)
New Revision: 7898
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter01/whatsnew.xml
trunk/BOOK/chapter03/patches.xml
trunk/BOOK/chapter05/gzip.xml
trunk/BOOK/chapter06/gzip.xml
trunk/BOOK/packages.ent
trunk/BOOK/patches.ent
Log:
Upgrade to Gzip-1.3.10. Fixes #1924.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2007-01-31 18:10:48 UTC (rev 7897)
+++ trunk/BOOK/chapter01/changelog.xml 2007-01-31 18:12:22 UTC (rev 7898)
@@ -40,6 +40,10 @@
<para>2007-01-31</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Upgrade to Gzip-1.3.10. Fixes
+ <ulink url="&lfs-ticket-root;1924">#1924</ulink></para>
+ </listitem>
+ <listitem>
<para>[matthew] - Upgrade to Gettext-0.16.1. Fixes
<ulink url="&lfs-ticket-root;1925">#1925</ulink></para>
</listitem>
Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml 2007-01-31 18:10:48 UTC (rev 7897)
+++ trunk/BOOK/chapter01/whatsnew.xml 2007-01-31 18:12:22 UTC (rev 7898)
@@ -88,9 +88,9 @@
<!--<listitem>
<para>GRUB &grub-version;</para>
</listitem>-->
- <!--<listitem>
+ <listitem>
<para>Gzip &gzip-version;</para>
- </listitem>-->
+ </listitem>
<listitem>
<para>IANA-Etc &iana-etc-version;</para>
</listitem>
@@ -237,6 +237,9 @@
<para>glibc-2.3.6-linux_types-1.patch</para>
</listitem>
<listitem>
+ <para>gzip-1.3.5-security_fixes-1.patch</para>
+ </listitem>
+ <listitem>
<para>inetutils-gcc4_fixes-3.patch</para>
</listitem>
<listitem>
Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml 2007-01-31 18:10:48 UTC (rev 7897)
+++ trunk/BOOK/chapter03/patches.xml 2007-01-31 18:12:22 UTC (rev 7898)
@@ -115,14 +115,6 @@
</varlistentry>
<varlistentry>
- <term>Gzip Security Patch -
<token>&gzip-security_fix-patch-size;</token>:</term>
- <listitem>
- <para>Download: <ulink
url="&patches-root;&gzip-security_fix-patch;"/></para>
- <para>MD5 sum: <literal>&gzip-security_fix-patch-md5;</literal></para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
<term>Inetutils No-Server-Man-Pages Patch -
<token>&inetutils-man_pages-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink
url="&patches-root;&inetutils-man_pages-patch;"/></para>
Modified: trunk/BOOK/chapter05/gzip.xml
===================================================================
--- trunk/BOOK/chapter05/gzip.xml 2007-01-31 18:10:48 UTC (rev 7897)
+++ trunk/BOOK/chapter05/gzip.xml 2007-01-31 18:12:22 UTC (rev 7898)
@@ -45,7 +45,8 @@
<screen><userinput>make</userinput></screen>
- <para>This package does not come with a test suite.</para>
+ <para>To test the results, issue:
+ <userinput>make check</userinput>.</para>
<para>Install the package:</para>
Modified: trunk/BOOK/chapter06/gzip.xml
===================================================================
--- trunk/BOOK/chapter06/gzip.xml 2007-01-31 18:10:48 UTC (rev 7897)
+++ trunk/BOOK/chapter06/gzip.xml 2007-01-31 18:12:22 UTC (rev 7898)
@@ -35,34 +35,16 @@
<sect2 role="installation">
<title>Installation of Gzip</title>
- <para>Gzip has 2 known security vulnerabilities. The following patch
- addresses both of them:</para>
-
-<screen><userinput>patch -Np1 -i
../&gzip-security_fix-patch;</userinput></screen>
-
- <para>The <command>gzexe</command> command calls <command>tail</command>
- with options that do not conform to newer versions of the POSIX standard,
- and therefore are not accepted by current versions of Coreutils. Fix this
- problem by issuing the following command:</para>
-
-<screen><userinput>sed -i 's/tail +/tail -n +/' gzexe.in</userinput></screen>
-
<para>Prepare Gzip for compilation:</para>
<screen><userinput>./configure --prefix=/usr</userinput></screen>
- <para>The <command>gzexe</command> script has the location of the
- <command>gzip</command> binary hard-wired into it. Because the
- location of the binary is changed later, the following command ensures
- that the new location gets placed into the script:</para>
-
-<screen><userinput>sed -i 's@"BINDIR"@/[EMAIL PROTECTED]'
gzexe.in</userinput></screen>
-
<para>Compile the package:</para>
<screen><userinput>make</userinput></screen>
- <para>This package does not come with a test suite.</para>
+ <para>To test the results, issue:
+ <userinput>make check</userinput>.</para>
<para>Install the package:</para>
Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent 2007-01-31 18:10:48 UTC (rev 7897)
+++ trunk/BOOK/packages.ent 2007-01-31 18:12:22 UTC (rev 7898)
@@ -231,10 +231,10 @@
<!ENTITY grub-ch6-du "10.2 MB">
<!ENTITY grub-ch6-sbu "0.2 SBU">
-<!ENTITY gzip-version "1.3.5">
-<!ENTITY gzip-size "324 KB">
+<!ENTITY gzip-version "1.3.10">
+<!ENTITY gzip-size "417 KB">
<!ENTITY gzip-url "&alpha-gnu;gzip/gzip-&gzip-version;.tar.gz">
-<!ENTITY gzip-md5 "3d6c191dfd2bf307014b421c12dc8469">
+<!ENTITY gzip-md5 "8b6f74a5060f984dceb0fee877aed854">
<!ENTITY gzip-home "http://www.gzip.org/">
<!ENTITY gzip-ch5-du "2.2 MB">
<!ENTITY gzip-ch5-sbu "less than 0.1 SBU">
Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent 2007-01-31 18:10:48 UTC (rev 7897)
+++ trunk/BOOK/patches.ent 2007-01-31 18:12:22 UTC (rev 7898)
@@ -58,11 +58,6 @@
<!ENTITY grub-geometry-patch-size "28 KB">
-<!ENTITY gzip-security_fix-patch "gzip-&gzip-version;-security_fixes-1.patch">
-<!ENTITY gzip-security_fix-patch-md5 "f107844f01fc49446654ae4a8f8a0728">
-<!ENTITY gzip-security_fix-patch-size "2 KB">
-
-
<!ENTITY inetutils-man_pages-patch
"inetutils-&inetutils-version;-no_server_man_pages-2.patch">
<!ENTITY inetutils-man_pages-patch-md5 "ec83aa00fb111f6f9d9aca04de9cb753">
<!ENTITY inetutils-man_pages-patch-size "5.3 KB">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page