guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: OpenSSL: Update to 1.1.1q [fixes CVE-2022-2097].


From: guix-commits
Subject: 01/02: gnu: OpenSSL: Update to 1.1.1q [fixes CVE-2022-2097].
Date: Wed, 6 Jul 2022 14:29:08 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 39dcbc7fa3c02ff5c9682f25e1c29667dbfe7827
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Jul 5 12:49:25 2022 -0400

    gnu: OpenSSL: Update to 1.1.1q [fixes CVE-2022-2097].
    
    https://www.cve.org/CVERecord?id=CVE-2022-2097
    
    * gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1q.
---
 gnu/packages/tls.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 9e52225d52..f65ae63379 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -507,7 +507,7 @@ OpenSSL for TARGET."
   (package
     (inherit openssl)
     (name "openssl")
-    (version "1.1.1p")
+    (version "1.1.1q")
     (source (origin
               (method url-fetch)
               (uri (list (string-append 
"https://www.openssl.org/source/openssl-";
@@ -520,7 +520,7 @@ OpenSSL for TARGET."
               (patches (search-patches "openssl-1.1-c-rehash-in.patch"))
               (sha256
                (base32
-                "0vyfibydji26wk1fmm0piz0810mfr7j4vaa2k5iwgiv6m8mbcqdz"))))))
+                "1jhhzp4gh6ymidxm1ckjk948l583awp0w3y2nvqdz7022kk9r4yp"))))))
 
 (define-public openssl-3.0
   (package



reply via email to

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