guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/09: gnu: libksba: Update replacement to 1.6.3 [fixes CVE-2022-47629].


From: guix-commits
Subject: 01/09: gnu: libksba: Update replacement to 1.6.3 [fixes CVE-2022-47629].
Date: Tue, 27 Dec 2022 17:54:32 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit a4461df9b2bd4695f0987efe27b62926924e89f1
Author: Simon Josefsson <simon@josefsson.org>
AuthorDate: Sat Dec 24 19:21:53 2022 +0100

    gnu: libksba: Update replacement to 1.6.3 [fixes CVE-2022-47629].
    
    * gnu/packages/gnupg.scm (libksba/fixed): Update to 1.6.3.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 13b603b64a..ffd5d62a71 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -257,14 +257,14 @@ specifications are building blocks of S/MIME and TLS.")
 (define libksba/fixed
   (package
     (inherit libksba)
-    (version "1.6.2")
+    (version "1.6.3")
         (source
      (origin
       (method url-fetch)
       (uri (string-append
             "mirror://gnupg/libksba/libksba-" version ".tar.bz2"))
       (sha256
-       (base32 "0wf9j9hlzvgn0vz6zg3fvcmpdr62v8bz1kzsvzdbs4lqqp51rq7w"))))))
+       (base32 "0p6y82j9y6n0l7scjgqhz3as9w13jiqjfx9n2jzynw89nf6wcwiz"))))))
 
 (define-public npth
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]