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.0a [security fixes].


From: Leo Famulari
Subject: 02/02: gnu: openssl-next: Update to 1.1.0a [security fixes].
Date: Thu, 22 Sep 2016 17:46:43 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 163d93a6bd231596959e2e157b60eb964db85d04
Author: Leo Famulari <address@hidden>
Date:   Thu Sep 22 09:44:17 2016 -0400

    gnu: openssl-next: Update to 1.1.0a [security fixes].
    
    Fixes CVE-2016-{6304,6305,6307,6308}.
    
    * gnu/packages/tls.scm (openssl-next): Update to 1.1.0a.
    [replacement]: New field.
---
 gnu/packages/tls.scm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 1d4d255..15e3e43 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -390,7 +390,8 @@ required structures.")
   (package
     (inherit openssl)
     (name "openssl")
-    (version "1.1.0")
+    (replacement #f)
+    (version "1.1.0a")
     (source (origin
              (method url-fetch)
              (uri (list (string-append "ftp://ftp.openssl.org/source/";
@@ -401,7 +402,7 @@ required structures.")
               (patches (search-patches "openssl-1.1.0-c-rehash-in.patch"))
               (sha256
                (base32
-                "10lcpmnxap9nw8ymdglys93cgkwd1lf1rz4fhq5whwhlmkwrzipm"))))
+                "0as40a1lipl9qfax7495jc1xfb049ygavkaxxk4y5kcn8birdrn2"))))
     (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]