GNU bug report logs

#76845 [PATCH 0/2] Update zstd and pzstd.

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to guix-patches@gnu.org:
bug#76845; Package guix-patches. (Fri, 07 Mar 2025 21:35:02 GMT) (full text, mbox, link).


Acknowledgement sent to Greg Hogan <code@greghogan.com>:
New bug report received and forwarded. Copy sent to guix-patches@gnu.org. (Fri, 07 Mar 2025 21:35:02 GMT) (full text, mbox, link).


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

From: Greg Hogan <code@greghogan.com>
To: guix-patches@gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [PATCH 0/2] Update zstd and pzstd.
Date: Fri, 7 Mar 2025 21:33:22 +0000
No dependent packages for either package.

Greg Hogan (2):
  gnu: zstd: Update to 1.5.7.
  gnu: pzstd: Update to 1.5.7.

 gnu/packages/compression.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


base-commit: ad01d433adce750282f09c0499285573a538dcaf
-- 
2.48.1





Information forwarded to guix-patches@gnu.org:
bug#76845; Package guix-patches. (Fri, 07 Mar 2025 21:39:02 GMT) (full text, mbox, link).


Message #8 received at 76845@debbugs.gnu.org (full text, mbox, reply):

From: Greg Hogan <code@greghogan.com>
To: 76845@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [PATCH 2/2] gnu: pzstd: Update to 1.5.7.
Date: Fri, 7 Mar 2025 21:38:20 +0000
* gnu/packages/compression.scm (pzstd): Inherit from zstd-1.5.7.

Change-Id: I782e605f82476273b918ebdc5727b8d3d8b9eeaa
---
 gnu/packages/compression.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index d575491bf29..b8acbd85c3c 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1860,7 +1860,7 @@ (define-public zstd-1.5.7
         (base32 "18vgkvh7w6zw4jn2aj1mp0yv98m4fk52ay6da0wh4pm194gyaczb"))))))
 
 (define-public pzstd
-  (package/inherit zstd-1.5.6
+  (package/inherit zstd-1.5.7
     (name "pzstd")
     (outputs '("out"))
     (inputs
-- 
2.48.1





Information forwarded to guix-patches@gnu.org:
bug#76845; Package guix-patches. (Fri, 07 Mar 2025 21:39:02 GMT) (full text, mbox, link).


Message #11 received at 76845@debbugs.gnu.org (full text, mbox, reply):

From: Greg Hogan <code@greghogan.com>
To: 76845@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [PATCH 1/2] gnu: zstd: Update to 1.5.7.
Date: Fri, 7 Mar 2025 21:38:19 +0000
* gnu/packages/compression.scm: Rename zstd-1.5.6 to zstd-1.5.7 and
update package to version 1.5.7.

Change-Id: I8886429a59ecffc8120214cf5cf664ef97dc21c3
---
 gnu/packages/compression.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index cdb029b225e..d575491bf29 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1845,19 +1845,19 @@ (define-public zstd
                    license:public-domain ; zlibWrapper/examples/fitblk*
                    license:zlib))))      ; zlibWrapper/{gz*.c,gzguts.h}
 
-(define-public zstd-1.5.6
+(define-public zstd-1.5.7
   (package
     (inherit zstd)
     ;; Don't hide this package from the UI.
     (properties '())
-    (version "1.5.6")
+    (version "1.5.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/facebook/zstd/releases/download/"
                            "v" version "/zstd-" version ".tar.gz"))
        (sha256
-        (base32 "1h83si7s70jy7mcy0mv1c9mbkz66qqpawxs0zkmc3b1ayinf0acc"))))))
+        (base32 "18vgkvh7w6zw4jn2aj1mp0yv98m4fk52ay6da0wh4pm194gyaczb"))))))
 
 (define-public pzstd
   (package/inherit zstd-1.5.6
-- 
2.48.1





Reply sent to Greg Hogan <code@greghogan.com>:
You have taken responsibility. (Tue, 18 Mar 2025 19:51:02 GMT) (full text, mbox, link).


Notification sent to Greg Hogan <code@greghogan.com>:
bug acknowledged by developer. (Tue, 18 Mar 2025 19:51:02 GMT) (full text, mbox, link).


Message #16 received at 76845-done@debbugs.gnu.org (full text, mbox, reply):

From: Greg Hogan <code@greghogan.com>
To: 76845-done@debbugs.gnu.org
Subject: Re: [PATCH 0/2] Update zstd and pzstd.
Date: Tue, 18 Mar 2025 15:50:14 -0400
On Fri, Mar 7, 2025 at 4:33 PM Greg Hogan <code@greghogan.com> wrote:
>
> No dependent packages for either package.
>
> Greg Hogan (2):
>   gnu: zstd: Update to 1.5.7.
>   gnu: pzstd: Update to 1.5.7.
>
>  gnu/packages/compression.scm | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
>
> base-commit: ad01d433adce750282f09c0499285573a538dcaf
> --
> 2.48.1

Pushed as 8a33465faf8e84633da6194963b7923afb15e28b^..df799a61ef73451e587cb81942c7bfcbbade9e7e.




Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Wed Apr 16 02:44:09 2025; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.