gnu: OpenSSL@1.0: Update to 1.0.2u.

* gnu/packages/tls.scm (openssl-1.0): Update to 1.0.2u.
This commit is contained in:
Marius Bakke 2020-01-19 10:40:42 +01:00
parent ca69163cc5
commit b0b7954271
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -424,7 +424,7 @@ (define-public openssl-1.0
(package
(inherit openssl)
(name "openssl")
(version "1.0.2t")
(version "1.0.2u")
(source (origin
(method url-fetch)
(uri (list (string-append "https://www.openssl.org/source/openssl-"
@ -436,7 +436,7 @@ (define-public openssl-1.0
"/openssl-" version ".tar.gz")))
(sha256
(base32
"1g67ra0ph7gpz6fgvv1i96d792jmd6ymci5kk53vbikszr74djql"))
"05lxcs4hzyfqd5jn0d9p0fvqna62v2s4pc9qgmq0dpcknkzwdl7c"))
(patches (search-patches "openssl-runpath.patch"
"openssl-c-rehash-in.patch"))))
(outputs '("out"