aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gzip.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-05-15 12:56:43 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-05-15 12:56:43 +0000
commitf4aa3608f139342d194c70c1aefcd7118ef44ff8 (patch)
treeff15d7c30e2b650f5debb497b9c218d59b3cfa84 /chapter06/gzip.xml
parent8da26f0519c9d22acd30604ab6ffb2f15b3c443d (diff)
Add gzip security patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5367 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gzip.xml')
-rw-r--r--chapter06/gzip.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml
index 05c53ff50..a86d597f0 100644
--- a/chapter06/gzip.xml
+++ b/chapter06/gzip.xml
@@ -29,6 +29,11 @@ GCC, Glibc, Grep, Make, and Sed</seg></seglistitem>
<sect2 role="installation">
<title>Installation of Gzip</title>
+<para>Gzip has 2 known security vulnerabilites. The following patch
+addresses both of them:</para>
+
+<screen><userinput>patch -Np1 -i ../gzip-&gzip-version;-security_fixes-1.patch</userinput></screen>
+
<para>Prepare Gzip for compilation:</para>
<screen><userinput>./configure --prefix=/usr</userinput></screen>