guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: openssl-next: Update to 1.1.0e [fixes CVE-2017-3733].


From: Leo Famulari
Subject: 01/01: gnu: openssl-next: Update to 1.1.0e [fixes CVE-2017-3733].
Date: Thu, 16 Feb 2017 11:46:53 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit c85016adcca7c6998923946b150bd4b327db399b
Author: Leo Famulari <address@hidden>
Date:   Thu Feb 16 11:39:02 2017 -0500

    gnu: openssl-next: Update to 1.1.0e [fixes CVE-2017-3733].
    
    * gnu/packages/tls.scm (openssl-next): Update to 1.1.0e.
---
 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 b28eb16..c24c8e7 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -406,7 +406,7 @@ required structures.")
     (inherit openssl)
     (replacement #f)
     (name "openssl")
-    (version "1.1.0d")
+    (version "1.1.0e")
     (source (origin
              (method url-fetch)
              (uri (list (string-append "ftp://ftp.openssl.org/source/";
@@ -417,7 +417,7 @@ required structures.")
               (patches (search-patches "openssl-1.1.0-c-rehash-in.patch"))
               (sha256
                (base32
-                "1pv0zql3r73qpjini90hn29l28d65b7i777zav0larbmi6gbnpkx"))))
+                "0k47sdd9gs6yxfv6ldlgpld2lyzrkcv9kz4cf88ck04xjwc8dgjp"))))
     (outputs '("out"
                "doc"        ;1.3MiB of man3 pages
                "static"))   ; 5.5MiB of .a files



reply via email to

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