guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: openssl: Update to 3.0.7 [fixes CVE-2022-378


From: guix-commits
Subject: branch master updated: gnu: openssl: Update to 3.0.7 [fixes CVE-2022-3786, CVE-2022-3602].
Date: Tue, 01 Nov 2022 12:02:27 -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 e0b9cd7cc1 gnu: openssl: Update to 3.0.7 [fixes CVE-2022-3786, 
CVE-2022-3602].
e0b9cd7cc1 is described below

commit e0b9cd7cc167e6033b2e51536a00d2aa1409c373
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 30 02:00:02 2022 +0100

    gnu: openssl: Update to 3.0.7 [fixes CVE-2022-3786, CVE-2022-3602].
    
    * gnu/packages/tls.scm (openssl): Update to 3.0.7.
---
 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 b5926f35ad..9d9f46da51 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -618,7 +618,7 @@ OpenSSL for TARGET."
 (define-public openssl-3.0
   (package
     (inherit openssl-1.1)
-    (version "3.0.5")
+    (version "3.0.7")
     (source (origin
               (method url-fetch)
               (uri (list (string-append 
"https://www.openssl.org/source/openssl-";
@@ -631,7 +631,7 @@ OpenSSL for TARGET."
               (patches (search-patches "openssl-3.0-c-rehash-in.patch"))
               (sha256
                (base32
-                "0yja085lygkdxbf4k4rckkj9r24p8dgix8avqljnbbbixydqszda"))))
+                "0virbkcrw7nn3gr5r51z722gs1ppig0casj0c9pnj3i65829s143"))))
     (arguments
      (substitute-keyword-arguments (package-arguments openssl-1.1)
        ((#:phases phases '%standard-phases)



reply via email to

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