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

* gnu/packages/tls.scm (openssl-next): Update to 1.1.0b.
This commit is contained in:
Leo Famulari 2016-09-26 12:53:00 -04:00
parent 8be42e5daf
commit 9ad0965228
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -391,7 +391,7 @@ (define-public openssl-next
(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 @@ (define-public openssl-next
(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