From de73a8781e644d734b1efee84180a0738a389871 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 5 Oct 2013 16:01:42 +0200 Subject: 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. --- gnu/packages/gnupg.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gnupg.scm') 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) -- cgit v1.2.3