瀏覽代碼

Added security patch to unstable, closing bug 899

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4162 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Utley 21 年之前
父節點
當前提交
83ee024968
共有 4 個文件被更改,包括 16 次插入2 次删除
  1. 4 0
      chapter01/changelog.xml
  2. 6 0
      chapter03/patches.xml
  3. 4 0
      chapter06/zlib.xml
  4. 2 2
      general.ent

+ 4 - 0
chapter01/changelog.xml

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

+ 6 - 0
chapter03/patches.xml

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

+ 4 - 0
chapter06/zlib.xml

@@ -28,6 +28,10 @@ some programs.</para>
 <sect2 role="installation">
 <sect2 role="installation">
 <title>Installation of Zlib</title>
 <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
 <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
 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
 sure to add the <parameter>-fPIC</parameter> directive to your CFLAGS for the

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <?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 milestone "6.1">
 
 
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/">
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/">