]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit
gzip: Update to version 1.13
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 7 Sep 2023 17:30:08 +0000 (19:30 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 12 Sep 2023 16:13:34 +0000 (16:13 +0000)
commite7334c599a766c671303ac2c3ca8a80125105ddb
tree07f028e7bbef159c4aa51d53d0a9221e8137c8e0
parentceba54e69c8e33a15db5bc5e812d892118777d10
gzip: Update to version 1.13

- Update from version 1.12 to 1.13
- Update of rootfile not required
- Changelog
    Noteworthy changes in release 1.13 (2023-08-19) [stable]
Changes in behavior
  zless now diagnoses gzip failures, if using less 623 or later.
  When SIGPIPE is ignored, gzip now exits with status 2 (warning)
   instead of status 1 (error) when writing to a broken pipe.  This is
   more useful with programs like 'less' that treat gzip exit status 2
   as a non-failure.
Bug fixes
  'gzip -d' no longer fails to report invalid compressed data
   that uses a dictionary distance outside the input window.
   [bug present since the beginning]
  Port to C23, which does not allow K&R-style function definitions
   with parameters, and which does not define __alignas_is_defined.

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