gnu: OpenSSL: Remove replacement package.

* gnu/packages/tls.scm (openssl): Update to 1.1.1e.
[replacement]: Remove.
(openssl-1.1.1e): Remove variable.
This commit is contained in:
Marius Bakke 2020-03-26 21:37:02 +01:00
parent 3a1c3642d4
commit ad8254c23a
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -280,8 +280,7 @@ required structures.")
(define-public openssl
(package
(name "openssl")
(version "1.1.1d")
(replacement openssl-1.1.1e)
(version "1.1.1e")
(source (origin
(method url-fetch)
(uri (list (string-append "https://www.openssl.org/source/openssl-"
@ -293,7 +292,7 @@ required structures.")
"/openssl-" version ".tar.gz")))
(sha256
(base32
"1whinyw402z3b9xlb3qaxv4b9sk4w1bgh9k0y8df1z4x3yy92fhy"))
"1gnwlri1dphr5wdzmg9vlhkh6aq2yqgpfkpmffzwjlfb26n62kv9"))
(patches (search-patches "openssl-1.1-c-rehash-in.patch"))))
(build-system gnu-build-system)
(outputs '("out"
@ -403,24 +402,6 @@ required structures.")
(license license:openssl)
(home-page "https://www.openssl.org/")))
(define openssl-1.1.1e
(package
(inherit openssl)
(version "1.1.1e")
(source (origin
(method url-fetch)
(uri (list (string-append "https://www.openssl.org/source/openssl-"
version ".tar.gz")
(string-append "ftp://ftp.openssl.org/source/"
"openssl-" version ".tar.gz")
(string-append "ftp://ftp.openssl.org/source/old/"
(string-trim-right version char-set:letter)
"/openssl-" version ".tar.gz")))
(patches (search-patches "openssl-1.1-c-rehash-in.patch"))
(sha256
(base32
"1gnwlri1dphr5wdzmg9vlhkh6aq2yqgpfkpmffzwjlfb26n62kv9"))))))
(define-public openssl-1.0
(package
(inherit openssl)