aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter01/whatsnew.xml7
-rw-r--r--chapter03/patches.xml8
-rw-r--r--chapter05/gzip.xml3
-rw-r--r--chapter06/gzip.xml22
-rw-r--r--packages.ent6
-rw-r--r--patches.ent5
7 files changed, 16 insertions, 39 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 8b83a85ca..c62202877 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -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>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 6ce58f747..ba96e03eb 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -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>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 4512538dd..f3371d803 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -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>
diff --git a/chapter05/gzip.xml b/chapter05/gzip.xml
index 7cb715ddd..f9fa4c8b0 100644
--- a/chapter05/gzip.xml
+++ b/chapter05/gzip.xml
@@ -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>
diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml
index 4782bcce6..de57c742b 100644
--- a/chapter06/gzip.xml
+++ b/chapter06/gzip.xml
@@ -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"@/bin@g' 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>
diff --git a/packages.ent b/packages.ent
index 13042028e..86b94123e 100644
--- a/packages.ent
+++ b/packages.ent
@@ -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">
diff --git a/patches.ent b/patches.ent
index 6662b37ce..7ec3d9789 100644
--- a/patches.ent
+++ b/patches.ent
@@ -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">