Changeset f4aa360


Ignore:
Timestamp:
05/15/2005 12:56:43 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
e6b9ad3
Parents:
8da26f0
Message:

Add gzip security patch

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r8da26f0 rf4aa360  
    6363<listitem><para>bash-3.0-avoid_WCONTINUED-1.patch</para></listitem>
    6464<listitem><para>glibc-2.3.5-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>
     
    8586</listitem>
    8687
     88<listitem><para>May 15th, 2005 [matt]: Added gzip security patch.</para></listitem>
     89
    8790<listitem><para>May 15th, 2005 [matt]: Updated to Grub 0.97.</para></listitem>
    8891
  • chapter03/patches.xml

    r8da26f0 rf4aa360  
    8787
    8888<varlistentry>
     89<term>Gzip Security Patch - 2KB:</term><listitem>
     90<para><ulink url="&patches-root;gzip-&gzip-version;-security_fixes-1.patch"/></para>
     91</listitem>
     92</varlistentry>
     93
     94<varlistentry>
    8995<term>Inetutils Kernel Headers Patch - 1 KB:</term>
    9096<listitem>
  • chapter06/gzip.xml

    r8da26f0 rf4aa360  
    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.