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 1.1.1s.


From: guix-commits
Subject: branch master updated: gnu: openssl: Update to 1.1.1s.
Date: Tue, 01 Nov 2022 12:37:38 -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 24f0c34ccb gnu: openssl: Update to 1.1.1s.
24f0c34ccb is described below

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

    gnu: openssl: Update to 1.1.1s.
    
    * gnu/packages/tls.scm (openssl): Update to 1.1.1s.
---
 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 9d9f46da51..8909e39153 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -600,7 +600,7 @@ OpenSSL for TARGET."
   (package
     (inherit openssl-1.1)
     (name "openssl")
-    (version "1.1.1q")
+    (version "1.1.1s")
     (source (origin
               (method url-fetch)
               (uri (list (string-append 
"https://www.openssl.org/source/openssl-";
@@ -613,7 +613,7 @@ OpenSSL for TARGET."
               (patches (search-patches "openssl-1.1-c-rehash-in.patch"))
               (sha256
                (base32
-                "1jhhzp4gh6ymidxm1ckjk948l583awp0w3y2nvqdz7022kk9r4yp"))))))
+                "1amnwis6z2piqs022cpbcg828rql62yjnsqxnvdg0vzfc3kh3b65"))))))
 
 (define-public openssl-3.0
   (package



reply via email to

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