gnu: openssl@1.1: Update to 1.1.1g and remove replacement.

* gnu/packages/tls.scm (openssl): Update to 1.1.1g.
[replacement]: Remove.
(openssl-1.1.1g): Remove.
This commit is contained in:
Ludovic Courtès 2020-10-15 22:12:20 +02:00
parent bbc8385e81
commit 31b0412870
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -299,8 +299,7 @@ (define-public guile3.0-gnutls
(define-public openssl
(package
(name "openssl")
(version "1.1.1f")
(replacement openssl-1.1.1g)
(version "1.1.1g")
(source (origin
(method url-fetch)
(uri (list (string-append "https://www.openssl.org/source/openssl-"
@ -312,7 +311,7 @@ (define-public openssl
"/openssl-" version ".tar.gz")))
(sha256
(base32
"0d9zv9srjqivs8nn099fpbjv1wyhfcb8lzy491dpmfngdvz6nv0q"))
"0ikdcc038i7jk8h7asq5xcn8b1xc2rrbc88yfm4hqbz3y5s4gc6x"))
(patches (search-patches "openssl-1.1-c-rehash-in.patch"))))
(build-system gnu-build-system)
(outputs '("out"
@ -424,24 +423,6 @@ (define-public openssl
(license license:openssl)
(home-page "https://www.openssl.org/")))
(define openssl-1.1.1g
(package
(inherit openssl)
(version "1.1.1g")
(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
"0ikdcc038i7jk8h7asq5xcn8b1xc2rrbc88yfm4hqbz3y5s4gc6x"))))))
(define-public openssl-1.0
(package
(inherit openssl)