]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit
gzip: update to 1.10
authorPeter Müller <peter.mueller@ipfire.org>
Wed, 2 Jun 2021 17:53:43 +0000 (19:53 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Jun 2021 09:13:00 +0000 (09:13 +0000)
commit0ebe81821fc70b332c378a7ab1891555ed6d50c2
treebc73ad3f55d44f94f8f41d1ae161e651e0d8736f
parentc9dbf671d408c4af1ffab606e3598c149def5df7
gzip: update to 1.10

Relevant excerpt from Changelog as per
https://savannah.gnu.org/forum/forum.php?forum_id=9339:

NEWS

* Noteworthy changes in release 1.10 (2018-12-29) [stable]

** Changes in behavior

  Compressed gzip output no longer contains the current time as a
  timestamp when the input is not a regular file.  Instead, the output
  contains a null (zero) timestamp.  This makes gzip's behavior more
  reproducible when used as part of a pipeline.  (As a reminder, even
  regular files will use null timestamps after the year 2106, due to a
  limitation in the gzip format.)

** Bug fixes

  A use of uninitialized memory on some malformed inputs has been fixed.
  [bug present since the beginning]

  A few theoretical race conditions in signal handers have been fixed.
  These bugs most likely do not happen on practical platforms.
  [bugs present since the beginning]

In addition, gzip 1.10 comes with the GNU library patch applied, so
there is no need to carry this file around any more.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/gzip
src/patches/gzip-1.9-gnulib.patch [deleted file]