summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2016-09-26 12:53:00 -0400
committerLeo Famulari <leo@famulari.name>2016-09-26 17:09:08 -0400
commit9ad09652280deb3eb0ff1d75f3d10e1436d5bc2d (patch)
treec00f61c4e80f3f79385cb2f7df2db2e68b4a3fef
parent8be42e5dafd09c1ccc9400ac87b3812dae829f32 (diff)
downloadguix-9ad09652280deb3eb0ff1d75f3d10e1436d5bc2d.tar.gz
gnu: openssl-next: Update to 1.1.0b [fixes CVE-2016-6309].
* gnu/packages/tls.scm (openssl-next): Update to 1.1.0b.
-rw-r--r--gnu/packages/tls.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 93c78aee5d..9d91f153f8 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