mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05: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:
parent
83a614b6c3
commit
6a67f4430f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue