gnu: gnupg: Upgrade to 2.0.22.
* gnu/packages/gnupg.scm (gnupg): Update to 2.0.22. This release fixes security issue CVE-2013-4402 in the OpenPGP packet parser.
This commit is contained in:
parent
37bfb4488d
commit
de73a8781e
|
@ -131,7 +131,7 @@ specifications are building blocks of S/MIME and TLS.")
|
|||
(define-public gnupg
|
||||
(package
|
||||
(name "gnupg")
|
||||
(version "2.0.21")
|
||||
(version "2.0.22")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -139,7 +139,7 @@ specifications are building blocks of S/MIME and TLS.")
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xgf1q1phdawk6y66haaqcvfnlsqk12jmjin1m2d5x6fqw18kpq0"))))
|
||||
"0lg210acj2rxq291q4cwamg9gx6gh2prb1xa93y5jhw5b6r0lza3"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("bzip2" ,guix:bzip2)
|
||||
|
|
Loading…
Reference in New Issue