This is an update-release
gzip -l no longer falsely reports a write error when writing to a pipe. [bug introduced in gzip-1.7]
Port to Oracle Solaris Studio 12 on x86-64. [bug present since at least gzip-1.2.4]
When configuring gzip, ./configure DEFS='...-DNO_ASM...' now suppresses assembler again. [bug introduced in gzip-1.3.5]
Signed-off-by: Alexander Marx alexander.marx@ipfire.org --- gzip/gzip.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gzip/gzip.nm b/gzip/gzip.nm index 1ba2326..a75fe44 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