[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: gnupg: Update to 2.2.23 [security fixes].
From: |
guix-commits |
Subject: |
branch master updated: gnu: gnupg: Update to 2.2.23 [security fixes]. |
Date: |
Thu, 03 Sep 2020 13:23:51 -0400 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new edb994d gnu: gnupg: Update to 2.2.23 [security fixes].
edb994d is described below
commit edb994d3a85c0eaae3bd0d50aa575bcbbefe7c61
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Sep 3 19:22:35 2020 +0200
gnu: gnupg: Update to 2.2.23 [security fixes].
No CVE assigned yet. See <https://dev.gnupg.org/T5050>.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.23.
---
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 276653b..2f663b3 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -254,7 +254,7 @@ compatible to GNU Pth.")
(define-public gnupg
(package
(name "gnupg")
- (version "2.2.22")
+ (version "2.2.23")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnupg/gnupg/gnupg-" version
@@ -262,7 +262,7 @@ compatible to GNU Pth.")
(patches (search-patches "gnupg-default-pinentry.patch"))
(sha256
(base32
- "0nw5iprr3mq3b2nsp4dvqwp0dailvswmgyz0qkcbj40rbrb704vw"))))
+ "0p6ss4f3vlkf91pmp27bmvfr5bdxxi0pb3dmxpqljglbsx4mxd8h"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: gnupg: Update to 2.2.23 [security fixes].,
guix-commits <=