guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: OpenSSL 3: Update to 3.0.2 [fixes CVE-2022-0778].


From: guix-commits
Subject: 02/03: gnu: OpenSSL 3: Update to 3.0.2 [fixes CVE-2022-0778].
Date: Wed, 16 Mar 2022 17:18:34 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 62ea3d510f1d1af76ba7fd573eea9c666558f299
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Mar 15 13:32:06 2022 -0400

    gnu: OpenSSL 3: Update to 3.0.2 [fixes CVE-2022-0778].
    
    For more information about this vulnerability:
    
    https://www.openssl.org/news/secadv/20220315.txt
    
    * gnu/packages/tls.scm (openssl-3.0): Update to 3.0.2.
---
 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 9ed0f3dea4..c776085cad 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -531,7 +531,7 @@ OpenSSL for TARGET."
 (define-public openssl-3.0
   (package
     (inherit openssl)
-    (version "3.0.1")
+    (version "3.0.2")
     (source (origin
               (method url-fetch)
               (uri (list (string-append 
"https://www.openssl.org/source/openssl-";
@@ -544,7 +544,7 @@ OpenSSL for TARGET."
               (patches (search-patches "openssl-3.0-c-rehash-in.patch"))
               (sha256
                (base32
-                "1l86kgn57av5yh711qp7c9zmi2haqmiah0ddxnbfgg2k6f2ss4f3"))))
+                "0qyvvw8n97f0gs786l2dkxnmi3hs344mxplw7jp5cisdmp71rscq"))))
     (arguments
      (substitute-keyword-arguments (package-arguments openssl)
        ((#:phases phases '%standard-phases)



reply via email to

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