Add gzip security patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5367 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2005-05-15 12:56:43 +00:00
parent 8da26f0519
commit f4aa3608f1
3 changed files with 14 additions and 0 deletions

View File

@ -62,6 +62,7 @@ First a summary, then a detailed log.</para>
<listitem><para>bash-3.0-fixes-3.patch</para></listitem> <listitem><para>bash-3.0-fixes-3.patch</para></listitem>
<listitem><para>bash-3.0-avoid_WCONTINUED-1.patch</para></listitem> <listitem><para>bash-3.0-avoid_WCONTINUED-1.patch</para></listitem>
<listitem><para>glibc-2.3.5-fix_test-1.patch</para></listitem> <listitem><para>glibc-2.3.5-fix_test-1.patch</para></listitem>
<listitem><para>gzip-1.3.5-security_fixes-1.patch</para></listitem>
<listitem><para>Hotplug 2004_09_23</para></listitem> <listitem><para>Hotplug 2004_09_23</para></listitem>
<listitem><para>shadow-4.0.7-fix_lastlog-1.patch</para></listitem> <listitem><para>shadow-4.0.7-fix_lastlog-1.patch</para></listitem>
<listitem><para>sysklogd-1.4.1-fixes-1.patch</para></listitem> <listitem><para>sysklogd-1.4.1-fixes-1.patch</para></listitem>
@ -84,6 +85,8 @@ First a summary, then a detailed log.</para>
</itemizedlist> </itemizedlist>
</listitem> </listitem>
<listitem><para>May 15th, 2005 [matt]: Added gzip security patch.</para></listitem>
<listitem><para>May 15th, 2005 [matt]: Updated to Grub 0.97.</para></listitem> <listitem><para>May 15th, 2005 [matt]: Updated to Grub 0.97.</para></listitem>
<listitem><para>May 15th, 2005 [matt]: Updated to Libtool 1.5.16.</para></listitem> <listitem><para>May 15th, 2005 [matt]: Updated to Libtool 1.5.16.</para></listitem>

View File

@ -85,6 +85,12 @@ needed to build an LFS system:</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>Gzip Security Patch - 2KB:</term><listitem>
<para><ulink url="&patches-root;gzip-&gzip-version;-security_fixes-1.patch"/></para>
</listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term>Inetutils Kernel Headers Patch - 1 KB:</term> <term>Inetutils Kernel Headers Patch - 1 KB:</term>
<listitem> <listitem>

View File

@ -29,6 +29,11 @@ GCC, Glibc, Grep, Make, and Sed</seg></seglistitem>
<sect2 role="installation"> <sect2 role="installation">
<title>Installation of Gzip</title> <title>Installation of Gzip</title>
<para>Gzip has 2 known security vulnerabilites. The following patch
addresses both of them:</para>
<screen><userinput>patch -Np1 -i ../gzip-&gzip-version;-security_fixes-1.patch</userinput></screen>
<para>Prepare Gzip for compilation:</para> <para>Prepare Gzip for compilation:</para>
<screen><userinput>./configure --prefix=/usr</userinput></screen> <screen><userinput>./configure --prefix=/usr</userinput></screen>