guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: openssl: Update to 1.1.1p [security fixes].


From: guix-commits
Subject: 02/02: gnu: openssl: Update to 1.1.1p [security fixes].
Date: Mon, 27 Jun 2022 12:50:05 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit bcba5835e5579545609aa9b166da4a67d5d57d6f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jun 27 16:22:33 2022 +0300

    gnu: openssl: Update to 1.1.1p [security fixes].
    
    * gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1p.
---
 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 6a036623d8..9e52225d52 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.1n")
+    (version "1.1.1p")
     (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
-                "0ymif8rlc5cf5qp5bh2pxlrgq6xryh7g4sqfvrdjg9gnli8ypp20"))))))
+                "0vyfibydji26wk1fmm0piz0810mfr7j4vaa2k5iwgiv6m8mbcqdz"))))))
 
 (define-public openssl-3.0
   (package



reply via email to

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