guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: address@hidden: Update to 1.1.0h [security fixes].


From: Leo Famulari
Subject: 01/01: gnu: address@hidden: Update to 1.1.0h [security fixes].
Date: Tue, 27 Mar 2018 15:46:08 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 0fc3af7d8872129a3497c6fc62f24205d29728c1
Author: Leo Famulari <address@hidden>
Date:   Tue Mar 27 15:41:00 2018 -0400

    gnu: address@hidden: Update to 1.1.0h [security fixes].
    
    Fixes CVE-2017-3738 and CVE-2018-{0733,0739}.
    
    * gnu/packages/tls.scm (openssl-next): Update to 1.1.0h.
---
 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 b109a2a..74843c0 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -403,7 +403,7 @@ required structures.")
   (package
     (inherit openssl)
     (name "openssl")
-    (version "1.1.0g")
+    (version "1.1.0h")
     (source (origin
              (method url-fetch)
              (uri (list (string-append 
"https://www.openssl.org/source/openssl-";
@@ -416,7 +416,7 @@ required structures.")
               (patches (search-patches "openssl-1.1.0-c-rehash-in.patch"))
               (sha256
                (base32
-                "1bvka2wf33w2vxv7yw578nnjqyhz2b3chvfb0l4k2ffscw950kfy"))))
+                "05x509lccqjscgyi935z809pwfm708islypwhmjnb6cyvrn64daq"))))
     (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]