aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-01-26 14:19:36 -0500
committerMarius Bakke <mbakke@fastmail.com>2017-01-26 22:26:20 +0100
commit70852355e6ccb948cffbaccdfe12ee9f33997e53 (patch)
tree1fd6ecff6c6987b72194d976e702318c1703267d
parent544db93cafc3e0bf9a89623b8fed3a169958c1d3 (diff)
downloadguix-70852355e6ccb948cffbaccdfe12ee9f33997e53.tar
guix-70852355e6ccb948cffbaccdfe12ee9f33997e53.tar.gz
gnu: openssl-next: Update to 1.1.0d [fixes CVE-2017-{3730, 3731, 3732}].
* gnu/packages/tls.scm (openssl-next): Update to 1.1.0d. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
-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 0dd431cf99..c3f2d9ba16 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -406,7 +406,7 @@ required structures.")
(inherit openssl)
(replacement #f)
(name "openssl")
- (version "1.1.0c")
+ (version "1.1.0d")
(source (origin
(method url-fetch)
(uri (list (string-append "ftp://ftp.openssl.org/source/"
@@ -417,7 +417,7 @@ required structures.")
(patches (search-patches "openssl-1.1.0-c-rehash-in.patch"))
(sha256
(base32
- "1xfn5ydl14myd9wgxm4nxy5a42cpp1g12ijf3g9m4mz0l90n8hzw"))))
+ "1pv0zql3r73qpjini90hn29l28d65b7i777zav0larbmi6gbnpkx"))))
(outputs '("out"
"doc" ;1.3MiB of man3 pages
"static")) ; 5.5MiB of .a files