diff options
Diffstat (limited to 'chapter06/gzip.xml')
-rw-r--r-- | chapter06/gzip.xml | 5 |
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> |