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
No known key found for this signature in database
GPG key ID: 45A8B1E86BCD10A6

View file

@ -2265,14 +2265,14 @@ (define-public unqlite
(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