summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-10-05 16:01:42 +0200
committerLudovic Courtès <ludo@gnu.org>2013-10-05 16:02:09 +0200
commitde73a8781e644d734b1efee84180a0738a389871 (patch)
treee85079f7a8016ca7eac5907070bfd231737dcc36 /gnu/packages
parent37bfb4488d3035be0d896b1fb55ed3734fa461f4 (diff)
downloadguix-patches-de73a8781e644d734b1efee84180a0738a389871.tar
guix-patches-de73a8781e644d734b1efee84180a0738a389871.tar.gz
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/gnupg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index c098db3315..94f1e7ac49 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -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)