]> git.ipfire.org Git - ipfire-2.x.git/commit
gzip: Update to version 1.14
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 24 Apr 2025 13:43:47 +0000 (15:43 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 25 Apr 2025 09:59:54 +0000 (09:59 +0000)
commitc55ed9a6022109ccc2a69d3d9066125ac862ff82
treed7db4d4c30c6350d92c11dd6f5e24dc2048dd494
parent8afbef0fce2fde7d12ddbab26390c6a71c173bdc
gzip: Update to version 1.14

- Update from version 1.13 to 1.14
- Update of rootfile not required
- Changelog
    1.14
** Bug fixes
  'gzip -d' no longer omits the last partial output buffer when the
   input ends unexpectedly on an IBM Z platform.
   [bug introduced in gzip-1.11]
  'gzip -l' no longer misreports lengths of multimember inputs.
   [bug introduced in gzip-1.12]
  'gzip -S' now rejects suffixes containing '/'.
   [bug present since the beginning]
** Changes in behavior
  The GZIP environment variable is now silently ignored except for the
   options -1 (--fast) through -9 (--best), --rsyncable, and --synchronous.
   This brings gzip into line with more-cautious compressors like zstd
   that limit environment variables' effect to relatively innocuous
   performance issues.  You can continue to use scripts to specify
   whatever gzip options you like.
  'zmore' is no longer installed on platforms lacking 'more'.
** Performance improvements
  gzip now decompresses significantly faster by computing CRCs via a
   slice by 8 algorithm, and faster yet on x86-64 platforms that
   support pclmul instructions.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/gzip