From f4aa3608f139342d194c70c1aefcd7118ef44ff8 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 15 May 2005 12:56:43 +0000 Subject: Add gzip security patch git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5367 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gzip.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter06') 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 Installation of Gzip +Gzip has 2 known security vulnerabilites. The following patch +addresses both of them: + +patch -Np1 -i ../gzip-&gzip-version;-security_fixes-1.patch + Prepare Gzip for compilation: ./configure --prefix=/usr -- cgit v1.2.3-54-g00ecf