guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: OpenSSL: Update to 1.1.1b.


From: guix-commits
Subject: 03/08: gnu: OpenSSL: Update to 1.1.1b.
Date: Fri, 1 Mar 2019 11:32:17 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 2833756643674ac11bad8ffc3086988b623a4391
Author: Marius Bakke <address@hidden>
Date:   Fri Mar 1 16:41:35 2019 +0100

    gnu: OpenSSL: Update to 1.1.1b.
    
    * gnu/packages/tls.scm (openssl-next): Update to 1.1.1b.
---
 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 17dcb40..6b13165 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -413,7 +413,7 @@ required structures.")
   (package
     (inherit openssl)
     (name "openssl")
-    (version "1.1.1a")
+    (version "1.1.1b")
     (source (origin
              (method url-fetch)
              (uri (list (string-append 
"https://www.openssl.org/source/openssl-";
@@ -426,7 +426,7 @@ required structures.")
               (patches (search-patches "openssl-1.1-c-rehash-in.patch"))
               (sha256
                (base32
-                "0hcz7znzznbibpy3iyyhvlqrq44y88plxwdj32wjzgbwic7i687w"))))
+                "0jza8cmznnyiia43056dij1jdmz62dx17wsn0zxksh9h6817nmaw"))))
     (outputs '("out"
                "doc"        ; 6.8 MiB of man3 pages and full HTML documentation
                "static"))   ; 6.4 MiB of .a files



reply via email to

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