GNU bug report logs - #76845
[PATCH 0/2] Update zstd and pzstd.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Fri, 7 Mar 2025 21:35:02 UTC

Severity: normal

Tags: patch

Done: Greg Hogan <code <at> greghogan.com>

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 76845 in the body.
You can then email your comments to 76845 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#76845; Package guix-patches. (Fri, 07 Mar 2025 21:35:02 GMT) Full text and rfc822 format available.

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

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

From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> 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 <at> gnu.org:
bug#76845; Package guix-patches. (Fri, 07 Mar 2025 21:39:02 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 76845 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> 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 <at> gnu.org:
bug#76845; Package guix-patches. (Fri, 07 Mar 2025 21:39:02 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 76845 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> 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 <at> greghogan.com>:
You have taken responsibility. (Tue, 18 Mar 2025 19:51:02 GMT) Full text and rfc822 format available.

Notification sent to Greg Hogan <code <at> greghogan.com>:
bug acknowledged by developer. (Tue, 18 Mar 2025 19:51:02 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 76845-done <at> 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 <at> 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.




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

This bug report was last modified 2 days ago.

Previous Next


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