mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: libgcrypt@1.5: Replace with 1.5.6 [fixes CVE-2016-6316].
* gnu/packages/gnupg.scm (libgcrypt-1.5)[replacement]: New field. (libgcrypt-1.5.6): New variable.
This commit is contained in:
parent
2557131496
commit
90e20240e3
1 changed files with 14 additions and 0 deletions
|
@ -109,6 +109,7 @@ (define-public libgcrypt
|
|||
|
||||
(define-public libgcrypt-1.5
|
||||
(package (inherit libgcrypt)
|
||||
(replacement libgcrypt-1.5.6)
|
||||
(version "1.5.4")
|
||||
(source
|
||||
(origin
|
||||
|
@ -119,6 +120,19 @@ (define-public libgcrypt-1.5
|
|||
(base32
|
||||
"0czvqxkzd5y872ipy6s010ifwdwv29sqbnqc4pf56sd486gqvy6m"))))))
|
||||
|
||||
(define-public libgcrypt-1.5.6
|
||||
(package
|
||||
(inherit libgcrypt-1.5)
|
||||
(source
|
||||
(let ((version "1.5.6"))
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnupg/libgcrypt/libgcrypt-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ydy7bgra5jbq9mxl5x031nif3m6y3balc6ndw2ngj11wnsjc61h")))))))
|
||||
|
||||
(define-public libassuan
|
||||
(package
|
||||
(name "libassuan")
|
||||
|
|
Loading…
Reference in a new issue