guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: openssl-next: Update to 1.1.0b [fixes CVE-2016-6309].


From: Leo Famulari
Subject: 02/02: gnu: openssl-next: Update to 1.1.0b [fixes CVE-2016-6309].
Date: Mon, 26 Sep 2016 21:09:16 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 9ad09652280deb3eb0ff1d75f3d10e1436d5bc2d
Author: Leo Famulari <address@hidden>
Date:   Mon Sep 26 12:53:00 2016 -0400

    gnu: openssl-next: Update to 1.1.0b [fixes CVE-2016-6309].
    
    * gnu/packages/tls.scm (openssl-next): Update to 1.1.0b.
---
 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 93c78ae..9d91f15 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -391,7 +391,7 @@ required structures.")
     (inherit openssl)
     (name "openssl")
     (replacement #f)
-    (version "1.1.0a")
+    (version "1.1.0b")
     (source (origin
              (method url-fetch)
              (uri (list (string-append "ftp://ftp.openssl.org/source/";
@@ -402,7 +402,7 @@ required structures.")
               (patches (search-patches "openssl-1.1.0-c-rehash-in.patch"))
               (sha256
                (base32
-                "0as40a1lipl9qfax7495jc1xfb049ygavkaxxk4y5kcn8birdrn2"))))
+                "1xznrqvb1dbngv2k2nb6da6fdw00c01sy2i36yjdxr4vpxrf0pd4"))))
     (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]