gnu: openssl@1.1.0: Update to 1.1.0f.

* gnu/packages/tls.scm (openssl-next): Update to 1.1.0f.
This commit is contained in:
Leo Famulari 2017-05-25 14:34:02 -04:00
parent e3d59877e0
commit fc3a041674
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

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