]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
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)
- 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

index 5101df71f9f3457f35dc5540db35cfc0ece7e419..8f036063dc6d25918001557e978d4d7a1cf5b996 100644 (file)
--- a/lfs/gzip
+++ b/lfs/gzip
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2023  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.13
+VER        = 1.14
 
 THISAPP    = gzip-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -49,7 +49,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = f0e3b4c28bafcd3b59b65ac2d71218dc58d81b52c6921c1be038757c99e99184178c5d0e9674caa5099713b8b64e8c85cf061f4abfa20b73b478288f121fb05d
+$(DL_FILE)_BLAKE2 = 32f7241bd9f3b7f73a59905a5bc9abf4e360e787f692cbb00ad28d48abee52744846d10c07ce2f7aaa3e66bc4b6ab9cd4f1b8e98854bb7d1ec010ae0d5146932
 
 install : $(TARGET)