gnu: OpenSSL@1.0: Update to 1.0.2r.

* gnu/packages/tls.scm (openssl): Update to 1.0.2r.
[replacement]: Remove.
(openssl/fixed): Remove variable.
This commit is contained in:
Marius Bakke 2019-03-01 17:41:21 +01:00
parent f5e563e50a
commit 0e5f328260
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 12 deletions

View File

@ -262,8 +262,7 @@ required structures.")
(define-public openssl
(package
(name "openssl")
(replacement openssl/fixed)
(version "1.0.2q")
(version "1.0.2r")
(source (origin
(method url-fetch)
(uri (list (string-append "https://www.openssl.org/source/openssl-"
@ -275,7 +274,7 @@ required structures.")
"/openssl-" version ".tar.gz")))
(sha256
(base32
"115nisqy7kazbg6br2wrcra9nphyph1l4dgp563b9cf2rv5wyi2p"))
"1mnh27zf6r1bhm5d9fxqq9slv2gz0d9z2ij9i679b0wapa5x0ldf"))
(patches (search-patches "openssl-runpath.patch"
"openssl-c-rehash-in.patch"))))
(build-system gnu-build-system)
@ -381,15 +380,6 @@ required structures.")
(license license:openssl)
(home-page "https://www.openssl.org/")))
(define-public openssl/fixed
(hidden-package
(package
(inherit openssl)
(source (origin
(inherit (package-source openssl))
(patches (append (origin-patches (package-source openssl))
(search-patches "openssl-CVE-2019-1559.patch"))))))))
(define-public openssl-next
(package
(inherit openssl)