Added security patch to unstable, closing bug 899

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4162 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Jeremy Utley 2004-09-13 03:24:59 +00:00
parent ee73cd4ff4
commit 83ee024968
4 changed files with 16 additions and 2 deletions

View File

@ -74,6 +74,7 @@ first a summary, then a detailed log.</para>
<listitem><para>udev-config-1.rules</para></listitem>
<listitem><para>util-linux-2.12a-kernel_headers-1.patch</para></listitem>
<listitem><para>vim-6.3 language files</para></listitem>
<listitem><para>zlib-1.2.1-security-1.patch</para></listitem>
</itemizedlist>
</listitem>
@ -93,6 +94,9 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
<listitem><para>September 12th, 2004 [jeremy]: Added Zlib Security Patch,
fixing bug 899 for unstable.</para></listitem>
<listitem><para>September 12th, 2004 [jeremy]: Upgraded to udev-031</para></listitem>
<listitem><para>September 11th, 2004 [jeremy]: A problem was reported on IRC

View File

@ -155,6 +155,12 @@ following:</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Zlib Security Patch - 1KB:</term> <listitem>
<para><ulink url="&patches-root;zlib-&zlib-version;-security-1.patch"/></para>
</listitem>
</varlistentry>
</variablelist>
<para>In addition to the above required patches, there exist a number of

View File

@ -28,6 +28,10 @@ some programs.</para>
<sect2 role="installation">
<title>Installation of Zlib</title>
<para>Zlib has a known security vulerability. Patch Zlib to resolve this:</para>
<screen><userinput>patch -Np1 -i ../zlib-&zlib-version;-security-1.patch</userinput></screen>
<note><para>Zlib is known to build its shared library incorrectly if CFLAGS is
specified in the environment. If you are using your own CFLAGS variable, be
sure to add the <parameter>-fPIC</parameter> directive to your CFLAGS for the

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20040911">
<!ENTITY releasedate "September 11, 2004">
<!ENTITY version "SVN-20040912">
<!ENTITY releasedate "September 12, 2004">
<!ENTITY milestone "6.1">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">