From: Alexander Marx Date: Tue, 17 May 2016 12:10:53 +0000 (+0200) Subject: gzip: Update to 1.8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83da40908abe5bef97e6aef2ad2a5f0aa42b6ea1;p=ipfire-3.x.git gzip: Update to 1.8 gzip -l no longer falsely reports a write error when writing to a pipe. [bug introduced in gzip-1.7] When configuring gzip, ./configure DEFS='...-DNO_ASM...' now suppresses assembler again. [bug introduced in gzip-1.3.5] Fixes: #11111 Signed-off-by: Alexander Marx Signed-off-by: Michael Tremer --- diff --git a/gzip/gzip.nm b/gzip/gzip.nm index 1ba23260b..a75fe4448 100644 --- a/gzip/gzip.nm +++ b/gzip/gzip.nm @@ -4,7 +4,7 @@ ############################################################################### name = gzip -version = 1.7 +version = 1.8 release = 1 groups = Applications/Compression