GNU bug report logs - #65502
[PATCH] gnu: gzip: Update to 1.13

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Thu, 24 Aug 2023 15:11:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65502 in the body.
You can then email your comments to 65502 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#65502; Package guix-patches. (Thu, 24 Aug 2023 15:11:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 24 Aug 2023 15:11:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: gzip: Update to 1.13
Date: Thu, 24 Aug 2023 08:10:15 -0700
* gnu/packages/compression.scm (gzip): Update to 1.13
---
 gnu/packages/compression.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 10cbfb526d..e30858aba1 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -250,14 +250,14 @@ (define-public libtar
 (define-public gzip
   (package
    (name "gzip")
-   (version "1.12")
+   (version "1.13")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/gzip/gzip-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "0mhrx5wk9gazmxdw7vmbpg036yzqqhsww6h12kwf2dzn37jh6pnf"))))
+              "0mx0j7765l4cyj3hyvlks2s3izdyzaqf3hknamjwc5yv6mlynm3l"))))
    (build-system gnu-build-system)
    (synopsis "General file (de)compression (using lzw)")
    (arguments

base-commit: b15381460ed74e72792ff182dd2ca7a06ba59b0c
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#65502; Package guix-patches. (Sun, 07 Jan 2024 18:48:02 GMT) Full text and rfc822 format available.

Message #8 received at 65502 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 65502 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH core-updates v2] gnu: gzip: Update to 1.13
Date: Sun,  7 Jan 2024 10:46:51 -0800
* gnu/packages/compression.scm (gzip): Update to 1.13
---
 gnu/packages/compression.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 75cf8ae1a6..38da6f94df 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -250,14 +250,14 @@ (define-public libtar
 (define-public gzip
   (package
    (name "gzip")
-   (version "1.12")
+   (version "1.13")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/gzip/gzip-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "0mhrx5wk9gazmxdw7vmbpg036yzqqhsww6h12kwf2dzn37jh6pnf"))))
+              "0mx0j7765l4cyj3hyvlks2s3izdyzaqf3hknamjwc5yv6mlynm3l"))))
    (build-system gnu-build-system)
    (synopsis "General file (de)compression (using lzw)")
    (arguments

base-commit: 157ad70182ade608203e9c0a42fb45b022039698
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#65502; Package guix-patches. (Tue, 13 Feb 2024 07:57:02 GMT) Full text and rfc822 format available.

Message #11 received at 65502 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 65502 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH core-updates v3] gnu: gzip: Update to 1.13
Date: Mon, 12 Feb 2024 23:55:20 -0800
* gnu/packages/compression.scm (gzip): Update to 1.13
---
 gnu/packages/compression.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 5de17b6b51..1fa3b5a613 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -250,14 +250,14 @@ (define-public libtar
 (define-public gzip
   (package
    (name "gzip")
-   (version "1.12")
+   (version "1.13")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/gzip/gzip-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "0mhrx5wk9gazmxdw7vmbpg036yzqqhsww6h12kwf2dzn37jh6pnf"))))
+              "0mx0j7765l4cyj3hyvlks2s3izdyzaqf3hknamjwc5yv6mlynm3l"))))
    (build-system gnu-build-system)
    (synopsis "General file (de)compression (using lzw)")
    (arguments

base-commit: 5f86eebd240958001ab4f178005f355d24d9b7f1
-- 
2.34.1





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Tue, 04 Mar 2025 19:54:02 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <atai <at> atai.org>:
bug acknowledged by developer. (Tue, 04 Mar 2025 19:54:02 GMT) Full text and rfc822 format available.

Message #16 received at 65502-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 65502-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: gzip: Update to 1.13
Date: Tue, 04 Mar 2025 20:53:16 +0100
> * gnu/packages/compression.scm (gzip): Update to 1.13

Closing, at the patch has been applied.






bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 02 Apr 2025 11:24:13 GMT) Full text and rfc822 format available.

This bug report was last modified 37 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.