Author: matthew Date: 2005-05-15 06:58:26 -0600 (Sun, 15 May 2005) New Revision: 5368
Modified: branches/6.1/BOOK/chapter01/changelog.xml branches/6.1/BOOK/chapter03/patches.xml branches/6.1/BOOK/chapter06/gzip.xml Log: Add gzip security patch Modified: branches/6.1/BOOK/chapter01/changelog.xml =================================================================== --- branches/6.1/BOOK/chapter01/changelog.xml 2005-05-15 12:56:43 UTC (rev 5367) +++ branches/6.1/BOOK/chapter01/changelog.xml 2005-05-15 12:58:26 UTC (rev 5368) @@ -62,6 +62,7 @@ <listitem><para>bash-3.0-fixes-3.patch</para></listitem> <listitem><para>bash-3.0-avoid_WCONTINUED-1.patch</para></listitem> <listitem><para>glibc-2.3.4-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>shadow-4.0.7-fix_lastlog-1.patch</para></listitem> <listitem><para>sysklogd-1.4.1-fixes-1.patch</para></listitem> @@ -83,6 +84,8 @@ </itemizedlist> </listitem> +<listitem><para>May 15th, 2005 [matt]: Added gzip security patch.</para></listitem> + <listitem><para>May 15th, 2005 [matt]: Updated to Linux 2.6.11.9.</para></listitem> <listitem><para>May 15th, 2005 [matt]: Updated to LFS-Bootscripts 3.2.1.</para></listitem> Modified: branches/6.1/BOOK/chapter03/patches.xml =================================================================== --- branches/6.1/BOOK/chapter03/patches.xml 2005-05-15 12:56:43 UTC (rev 5367) +++ branches/6.1/BOOK/chapter03/patches.xml 2005-05-15 12:58:26 UTC (rev 5368) @@ -86,6 +86,12 @@ </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> <term>Inetutils Kernel Headers Patch - 1 KB:</term> <listitem> <para><ulink url="&patches-root;inetutils-&inetutils-version;-kernel_headers-1.patch"/></para> Modified: branches/6.1/BOOK/chapter06/gzip.xml =================================================================== --- branches/6.1/BOOK/chapter06/gzip.xml 2005-05-15 12:56:43 UTC (rev 5367) +++ branches/6.1/BOOK/chapter06/gzip.xml 2005-05-15 12:58:26 UTC (rev 5368) @@ -29,6 +29,11 @@ <sect2 role="installation"> <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> <screen><userinput>./configure --prefix=/usr</userinput></screen> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
