guix-commits
[Top][All Lists]
Advanced

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

07/16: gnu: OpenSSL@1.0: Update to 1.0.2u.


From: guix-commits
Subject: 07/16: gnu: OpenSSL@1.0: Update to 1.0.2u.
Date: Sun, 19 Jan 2020 16:42:43 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit b0b7954271b7ca466de82d70897f96ac7e2cf8fd
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Jan 19 10:40:42 2020 +0100

    gnu: OpenSSL@1.0: Update to 1.0.2u.
    
    * gnu/packages/tls.scm (openssl-1.0): Update to 1.0.2u.
---
 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 10d8643..ece880f 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -424,7 +424,7 @@ required structures.")
   (package
     (inherit openssl)
     (name "openssl")
-    (version "1.0.2t")
+    (version "1.0.2u")
     (source (origin
               (method url-fetch)
               (uri (list (string-append 
"https://www.openssl.org/source/openssl-";
@@ -436,7 +436,7 @@ required structures.")
                                         "/openssl-" version ".tar.gz")))
               (sha256
                (base32
-                "1g67ra0ph7gpz6fgvv1i96d792jmd6ymci5kk53vbikszr74djql"))
+                "05lxcs4hzyfqd5jn0d9p0fvqna62v2s4pc9qgmq0dpcknkzwdl7c"))
               (patches (search-patches "openssl-runpath.patch"
                                        "openssl-c-rehash-in.patch"))))
     (outputs '("out"



reply via email to

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