guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: redis: Update to 6.0.11 [fixes CVE-2021-2130


From: guix-commits
Subject: branch master updated: gnu: redis: Update to 6.0.11 [fixes CVE-2021-21309].
Date: Sat, 27 Feb 2021 21:58:44 -0500

This is an automated email from the git hooks/post-receive script.

lle_bout pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6a67f44  gnu: redis: Update to 6.0.11 [fixes CVE-2021-21309].
6a67f44 is described below

commit 6a67f4430f971c447b30d4b3a6f7db569d1cec37
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Sun Feb 28 03:56:03 2021 +0100

    gnu: redis: Update to 6.0.11 [fixes CVE-2021-21309].
    
    * gnu/packages/databases.scm (redis): Update to 6.0.11.
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 6024d6e..5c6ba05 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2265,14 +2265,14 @@ similar to BerkeleyDB, LevelDB, etc.")
 (define-public redis
   (package
     (name "redis")
-    (version "6.0.10")
+    (version "6.0.11")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://download.redis.io/releases/redis-";
                                   version".tar.gz"))
               (sha256
                (base32
-                "1gc529nfh8frk4pynyjlnmzvwa0j9r5cmqwyd7537sywz6abifvr"))
+                "0prwqap452m581nyc3cz642d1z3x9nd81896hlqdm3z8238z49y9"))
               (modules '((guix build utils)))
               (snippet
                ;; Delete bundled jemalloc, as the package will use the libc one



reply via email to

[Prev in Thread] Current Thread [Next in Thread]