gnu: OpenSSL: Update to 1.1.1b.

* gnu/packages/tls.scm (openssl-next): Update to 1.1.1b.
This commit is contained in:
Marius Bakke 2019-03-01 16:41:35 +01:00
parent 82e7a51ccd
commit 2833756643
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -413,7 +413,7 @@ (define-public openssl-next
(package
(inherit openssl)
(name "openssl")
(version "1.1.1a")
(version "1.1.1b")
(source (origin
(method url-fetch)
(uri (list (string-append "https://www.openssl.org/source/openssl-"
@ -426,7 +426,7 @@ (define-public openssl-next
(patches (search-patches "openssl-1.1-c-rehash-in.patch"))
(sha256
(base32
"0hcz7znzznbibpy3iyyhvlqrq44y88plxwdj32wjzgbwic7i687w"))))
"0jza8cmznnyiia43056dij1jdmz62dx17wsn0zxksh9h6817nmaw"))))
(outputs '("out"
"doc" ; 6.8 MiB of man3 pages and full HTML documentation
"static")) ; 6.4 MiB of .a files