GNU bug report logs - #45366
[PATCH] gnu: zstd: Update to 1.4.8.

Previous Next

Package: guix-patches;

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

Date: Tue, 22 Dec 2020 11:26: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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo Famulari <leo <at> famulari.name>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#45366: closed ([PATCH] gnu: zstd: Update to 1.4.8.)
Date: Tue, 22 Dec 2020 19:49:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 22 Dec 2020 14:48:46 -0500
with message-id <X+JNnvMJPgrZBRDl <at> jasmine.lan>
and subject line Re: [bug#45366] [PATCH] gnu: zstd: Update to 1.4.8.
has caused the debbugs.gnu.org bug report #45366,
regarding [PATCH] gnu: zstd: Update to 1.4.8.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
45366: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45366
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: zstd: Update to 1.4.8.
Date: Tue, 22 Dec 2020 06:25:21 -0500
[Message part 3 (text/plain, inline)]
For the core-updates branch.

From 797ee2d910ff6945f3ec494dd750bec587d34b45 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code <at> greghogan.com>
Date: Thu, 17 Dec 2020 19:38:13 +0000
Subject: [PATCH] gnu: zstd: Update to 1.4.8.

* gnu/packages/compression.scm (zstd): Update to 1.4.8.
---
 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 152b9139a8..c348c29d44 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1390,14 +1390,14 @@ or junctions, and always follows hard links.")
 (define-public zstd
   (package
     (name "zstd")
-    (version "1.4.5")
+    (version "1.4.8")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "
https://github.com/facebook/zstd/releases/download/"
                            "v" version "/zstd-" version ".tar.gz"))
        (sha256
-        (base32 "17nf0r20360i80689bg5ipxbk2413b2dn3z7wj8byqpiddy1rscq"))))
+        (base32 "094zqsj92iwz8glpgxjw96c43ib7adpjg5nm1082200mrabq4irj"))))
     (build-system gnu-build-system)
     (outputs '("out"                    ;1.2MiB executables and
documentation
                "lib"                    ;1.2MiB shared library and headers
-- 
2.29.2
[Message part 4 (text/html, inline)]
[0001-gnu-zstd-Update-to-1.4.8.patch (application/octet-stream, attachment)]
[Message part 6 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Greg Hogan <code <at> greghogan.com>
Cc: 45366-done <at> debbugs.gnu.org
Subject: Re: [bug#45366] [PATCH] gnu: zstd: Update to 1.4.8.
Date: Tue, 22 Dec 2020 14:48:46 -0500
On Tue, Dec 22, 2020 at 06:25:21AM -0500, Greg Hogan wrote:
> For the core-updates branch.
> 
> From 797ee2d910ff6945f3ec494dd750bec587d34b45 Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code <at> greghogan.com>
> Date: Thu, 17 Dec 2020 19:38:13 +0000
> Subject: [PATCH] gnu: zstd: Update to 1.4.8.
> 
> * gnu/packages/compression.scm (zstd): Update to 1.4.8.

Thanks! Pushed as 959a397d220ad49b5193feb84b036220313fb9c7


This bug report was last modified 4 years and 151 days ago.

Previous Next


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