From b8913f423c8828d2488ff315c9b93cf8ecba3607 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 31 Jan 2007 18:12:22 +0000 Subject: Upgrade to Gzip-1.3.10. Fixes #1924. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7898 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gzip.xml | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) (limited to 'chapter06') diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml index 4782bcce6..de57c742b 100644 --- a/chapter06/gzip.xml +++ b/chapter06/gzip.xml @@ -35,34 +35,16 @@ Installation of Gzip - Gzip has 2 known security vulnerabilities. The following patch - addresses both of them: - -patch -Np1 -i ../&gzip-security_fix-patch; - - The gzexe command calls tail - with options that do not conform to newer versions of the POSIX standard, - and therefore are not accepted by current versions of Coreutils. Fix this - problem by issuing the following command: - -sed -i 's/tail +/tail -n +/' gzexe.in - Prepare Gzip for compilation: ./configure --prefix=/usr - The gzexe script has the location of the - gzip binary hard-wired into it. Because the - location of the binary is changed later, the following command ensures - that the new location gets placed into the script: - -sed -i 's@"BINDIR"@/bin@g' gzexe.in - Compile the package: make - This package does not come with a test suite. + To test the results, issue: + make check. Install the package: -- cgit v1.2.3-54-g00ecf