Changeset fdcace3


Ignore:
Timestamp:
05/15/2005 12:58:26 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
6.1, 6.1.1
Children:
1c5a661
Parents:
fd883575
Message:

Add gzip security patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@5368 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rfd883575 rfdcace3  
    6363<listitem><para>bash-3.0-avoid_WCONTINUED-1.patch</para></listitem>
    6464<listitem><para>glibc-2.3.4-fix_test-1.patch</para></listitem>
     65<listitem><para>gzip-1.3.5-security_fixes-1.patch</para></listitem>
    6566<listitem><para>Hotplug 2004_09_23</para></listitem>
    6667<listitem><para>shadow-4.0.7-fix_lastlog-1.patch</para></listitem>
     
    8485</listitem>
    8586
     87<listitem><para>May 15th, 2005 [matt]: Added gzip security patch.</para></listitem>
     88
    8689<listitem><para>May 15th, 2005 [matt]: Updated to Linux 2.6.11.9.</para></listitem>
    8790
  • chapter03/patches.xml

    rfd883575 rfdcace3  
    8383<listitem>
    8484<para><ulink url="&patches-root;glibc-&glibc-version;-fix_test-1.patch"/></para>
     85</listitem>
     86</varlistentry>
     87
     88<varlistentry>
     89<term>Gzip Security Patch - 2KB:</term><listitem>
     90<para><ulink url="&patches-root;gzip-&gzip-version;-security_fixes-1.patch"/></para>
    8591</listitem>
    8692</varlistentry>
  • chapter06/gzip.xml

    rfd883575 rfdcace3  
    3030<title>Installation of Gzip</title>
    3131
     32<para>Gzip has 2 known security vulnerabilites.  The following patch
     33addresses both of them:</para>
     34
     35<screen><userinput>patch -Np1 -i ../gzip-&gzip-version;-security_fixes-1.patch</userinput></screen>
     36
    3237<para>Prepare Gzip for compilation:</para>
    3338
Note: See TracChangeset for help on using the changeset viewer.