Changeset 624e062


Ignore:
Timestamp:
07/06/2005 07:11:18 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
beaea5b
Parents:
d7bd282d
Message:

Added security patch for zlib. (merged from trunk r6414)

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rd7bd282d r624e062  
    7171<listitem><para>util-linux-2.12p-cramfs-1.patch</para></listitem>
    7272<listitem><para>vim-6.0-security_fix-1.patch</para></listitem>
     73<listitem><para>zlib-1.2.2-security_fix-1.patch;</para></listitem>
    7374</itemizedlist>
    7475</listitem>
     
    8889</listitem>
    8990
     91<listitem><para>July  6th, 2005 [archaic]: Added security patch for zlib.
     92</para></listitem>
     93
    9094<listitem><para>July  6th, 2005 [matt]: Several typo corrections, as suggested
    9195by Bernard Leak.</para></listitem>
  • chapter03/patches.xml

    rd7bd282d r624e062  
    160160</varlistentry>
    161161
     162<varlistentry>
     163<term>Zlib Security Patch - 1KB:</term><listitem>
     164<para><ulink url="&patches-root;zlib-&zlib-version;-security_fix-1.patch"/></para>
     165</listitem>
     166</varlistentry>
     167
    162168</variablelist>
    163169
  • chapter06/zlib.xml

    rd7bd282d r624e062  
    2828<sect2 role="installation">
    2929<title>Installation of Zlib</title>
     30
     31<para>Zlib has a buffer overflow vulnerability that can lead to a Denial of
     32Service attack. The following patch fixes the problem:</para>
     33
     34<screen><userinput>patch -Np1 -i ../zlib-&zlib-version;-security_fix-1.patch</userinput></screen>
    3035
    3136<note><para>Zlib is known to build its shared library incorrectly if
Note: See TracChangeset for help on using the changeset viewer.