guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: address@hidden: Update to 1.1.0g [fixes CVE-2017-3735, CVE-2


From: Marius Bakke
Subject: 02/02: gnu: address@hidden: Update to 1.1.0g [fixes CVE-2017-3735, CVE-2017-2736].
Date: Thu, 2 Nov 2017 17:22:34 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 77576be41f3b94c0f47457d338ddbbc8bf870ba9
Author: Marius Bakke <address@hidden>
Date:   Thu Nov 2 22:14:06 2017 +0100

    gnu: address@hidden: Update to 1.1.0g [fixes CVE-2017-3735, CVE-2017-2736].
    
    * gnu/packages/tls.scm (openssl-next): Update to 1.1.0g.
    [source]: Add HTTPS mirror.
---
 gnu/packages/tls.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 7611d4e..840b0a7 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -411,10 +411,12 @@ required structures.")
   (package
     (inherit openssl)
     (name "openssl")
-    (version "1.1.0f")
+    (version "1.1.0g")
     (source (origin
              (method url-fetch)
-             (uri (list (string-append "ftp://ftp.openssl.org/source/";
+             (uri (list (string-append 
"https://www.openssl.org/source/openssl-";
+                                       version ".tar.gz")
+                        (string-append "ftp://ftp.openssl.org/source/";
                                        name "-" version ".tar.gz")
                         (string-append "ftp://ftp.openssl.org/source/old/";
                                        (string-trim-right version 
char-set:letter)
@@ -422,7 +424,7 @@ required structures.")
               (patches (search-patches "openssl-1.1.0-c-rehash-in.patch"))
               (sha256
                (base32
-                "0r97n4n552ns571diz54qsgarihrxvbn7kvyv8wjyfs9ybrldxqj"))))
+                "1bvka2wf33w2vxv7yw578nnjqyhz2b3chvfb0l4k2ffscw950kfy"))))
     (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]