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 <alexander.marx@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Alexander Marx 2016-05-17 14:10:53 +02:00 committed by Michael Tremer
parent 364d56555f
commit 83da40908a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
###############################################################################
name = gzip
version = 1.7
version = 1.8
release = 1
groups = Applications/Compression