gnu: openssl-next: Update to 1.1.0e [fixes CVE-2017-3733].

* gnu/packages/tls.scm (openssl-next): Update to 1.1.0e.
This commit is contained in:
Leo Famulari 2017-02-16 11:39:02 -05:00
parent 41bfcac35c
commit c85016adcc
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -406,7 +406,7 @@ (define-public openssl-next
(inherit openssl)
(replacement #f)
(name "openssl")
(version "1.1.0d")
(version "1.1.0e")
(source (origin
(method url-fetch)
(uri (list (string-append "ftp://ftp.openssl.org/source/"
@ -417,7 +417,7 @@ (define-public openssl-next
(patches (search-patches "openssl-1.1.0-c-rehash-in.patch"))
(sha256
(base32
"1pv0zql3r73qpjini90hn29l28d65b7i777zav0larbmi6gbnpkx"))))
"0k47sdd9gs6yxfv6ldlgpld2lyzrkcv9kz4cf88ck04xjwc8dgjp"))))
(outputs '("out"
"doc" ;1.3MiB of man3 pages
"static")) ; 5.5MiB of .a files