gnu: gnupg@1: Update to 1.4.21 [fixes CVE-2016-6316].

* gnu/packages/gnupg.scm (gnupg-1): Update to 1.4.21.
This commit is contained in:
Mark H Weaver 2016-08-17 19:12:01 -04:00
parent 67f5adbae6
commit 866b05fd07
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 2 deletions

View File

@ -331,14 +331,14 @@ libskba (working with X.509 certificates and CMS data).")
(define-public gnupg-1
(package (inherit gnupg)
(version "1.4.20")
(version "1.4.21")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnupg/gnupg/gnupg-" version
".tar.bz2"))
(sha256
(base32
"1k7d6zi0zznqsmcjic0yrgfhqklqz3qgd3yac7wxsa7s6088p604"))))
"0xi2mshq8f6zbarb5f61c9w2qzwrdbjm4q8fqsrwlzc51h8a6ivb"))))
(native-inputs '())
(inputs
`(("zlib" ,zlib)