1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-30 22:35:57 +02:00

gnu: redis: Update to 6.0.11 [fixes CVE-2021-21309].

* gnu/packages/databases.scm (redis): Update to 6.0.11.
This commit is contained in:
Léo Le Bouter
2021-02-28 03:56:03 +01:00
parent 83a614b6c3
commit 6a67f4430f
+2 -2
View File
@@ -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