aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2004-09-28 20:25:45 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2004-09-28 20:25:45 +0000
commit0b10086367d6dd21b9416252eabd688e46f43d35 (patch)
treedaf68ed8d74bcabfd1b99ae78b680f70f44091f4
parent5094150b8644117c5ce07d4a2a006c71f689c60d (diff)
Added zlib patch description. Fixes bug 916
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4241 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter06/zlib.xml3
2 files changed, 5 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index a30feb550..d6f5f92b8 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -87,6 +87,9 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>September 28th, 2004 [matt]: chapter06/zlib - Added a
+description for the zlib security patch (fixes bug 916 - Randy McMurchy).</para></listitem>
+
<listitem><para>September 28th, 2004 [matt]: chapter06/glibc - glibcbug isn't
installed in recent versions of glibc (bug 915 - Randy McMurchy).</para></listitem>
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml
index 18c37eda4..9ef9f6104 100644
--- a/chapter06/zlib.xml
+++ b/chapter06/zlib.xml
@@ -28,7 +28,8 @@ some programs.</para>
<sect2 role="installation">
<title>Installation of Zlib</title>
-<para>Placeholder for patch information</para>
+<para>Zlib-&zlib-version; has a known security vulnerability. Apply a patch to
+fix this problem:</para>
<screen><userinput>patch -Np1 -i ../zlib-&zlib-version;-security-1.patch</userinput></screen>