public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] gzip: Update to version 1.14
Date: Thu, 24 Apr 2025 15:43:47 +0200	[thread overview]
Message-ID: <20250424134354.3440212-5-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20250424134354.3440212-1-adolf.belka@ipfire.org>

- 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>
---
 lfs/gzip | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lfs/gzip b/lfs/gzip
index 5101df71f..8f036063d 100644
--- 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)
 
-- 
2.49.0



  parent reply	other threads:[~2025-04-24 13:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-24 13:43 [PATCH] alsa: Update to version 1.2.14 Adolf Belka
2025-04-24 13:43 ` [PATCH] btrfs-progs: Update to version 6.14 Adolf Belka
2025-04-24 13:43 ` [PATCH] coreutils: Update to version 9.7 Adolf Belka
2025-04-24 13:43 ` [PATCH] fontconfig: Update to version 2.16.2 Adolf Belka
2025-04-24 13:43 ` Adolf Belka [this message]
2025-04-24 13:43 ` [PATCH] libcap: Update to version 2.76 Adolf Belka
2025-04-24 13:43 ` [PATCH] libffi: Update to version 3.4.8 Adolf Belka
2025-04-24 13:43 ` [PATCH] libgpg-error: Update to version 1.54 Adolf Belka
2025-04-24 13:43 ` [PATCH] nano: Update to version 8.4 Adolf Belka
2025-04-24 13:43 ` [PATCH] nfs: Update to version 2.8.3 Adolf Belka
2025-04-24 13:43 ` [PATCH] openssh: Update to version 10.0p1 Adolf Belka
2025-04-24 13:43 ` [PATCH] openssl: Update to version 3.5.0 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250424134354.3440212-5-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox