GNU bug report logs -
#62684
[PATCH] gnu: Zstandard: Update to 1.5.5.
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Wed, 5 Apr 2023 19:27:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 12 Apr 2023 16:44:13 -0400
with message-id <ZDcYHSiegL81Gmkb <at> jasmine.lan>
and subject line Re: [PATCH v2] gnu: Zstandard: Update to 1.5.5.
has caused the debbugs.gnu.org bug report #62684,
regarding [PATCH] gnu: Zstandard: Update to 1.5.5.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
62684: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62684
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
This fixes a corruption bug:
https://github.com/facebook/zstd/releases/tag/v1.5.5
* gnu/packages/compression.scm (zstd)[replacement]: New field.
(zstd-1.5.5): New variable.
---
gnu/packages/compression.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index e58fd65e49..8a78fee107 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1635,6 +1635,7 @@ (define-public unshield
(define-public zstd
(package
(name "zstd")
+ (replacement zstd-1.5.5)
(version "1.5.0")
(source
(origin
@@ -1721,6 +1722,18 @@ (define-public zstd
license:public-domain ; zlibWrapper/examples/fitblk*
license:zlib)))) ; zlibWrapper/{gz*.c,gzguts.h}
+(define-public zstd-1.5.5
+ (package
+ (inherit zstd)
+ (version "1.5.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://github.com/facebook/zstd/releases/download/"
+ "v" version "/zstd-" version ".tar.gz"))
+ (sha256
+ (base32 "1r1ydmj7ib3g5372yj3k40vl3b9ax0154qg2lqcy7ylwhb69chww"))))))
+
(define-public pzstd
(package/inherit zstd
(name "pzstd")
--
2.39.1
[Message part 3 (message/rfc822, inline)]
On Sat, Apr 08, 2023 at 01:07:12PM -0400, Leo Famulari wrote:
> This fixes a corruption bug:
>
> https://github.com/facebook/zstd/releases/tag/v1.5.5
>
> * gnu/packages/compression.scm (zstd)[replacement]: New field.
> (zstd-1.5.5): New variable.
Pushed as 60c97c60a53686ec321eb541b85e01b6decc2014
This bug report was last modified 2 years and 99 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.