From de73a8781e644d734b1efee84180a0738a389871 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Sat, 5 Oct 2013 16:01:42 +0200
Subject: [PATCH] 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(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index c098db3315b..94f1e7ac496 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -131,7 +131,7 @@ (define-public libksba
 (define-public gnupg
   (package
     (name "gnupg")
-    (version "2.0.21")
+    (version "2.0.22")
     (source
      (origin
       (method url-fetch)
@@ -139,7 +139,7 @@ (define-public gnupg
                           ".tar.bz2"))
       (sha256
        (base32
-        "1xgf1q1phdawk6y66haaqcvfnlsqk12jmjin1m2d5x6fqw18kpq0"))))
+        "0lg210acj2rxq291q4cwamg9gx6gh2prb1xa93y5jhw5b6r0lza3"))))
     (build-system gnu-build-system)
     (inputs
      `(("bzip2" ,guix:bzip2)
-- 
GitLab