gnu: OpenSSL: Update replacement to 1.1.1e [fixes CVE-2019-1551].

* gnu/packages/tls.scm (openssl-1.1.1d): Rename to ...
(openssl-1.1.1e): ... this.  Update to 1.1.1e.
(openssl)[replacement]: Adjust accordingly.
This commit is contained in:
Marius Bakke 2020-03-19 07:09:49 +01:00
parent 05e783871c
commit c6d24c091c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -307,7 +307,7 @@ (define-public openssl
(package
(name "openssl")
(version "1.1.1c")
(replacement openssl-1.1.1d)
(replacement openssl-1.1.1e)
(source (origin
(method url-fetch)
(uri (list (string-append "https://www.openssl.org/source/openssl-"
@ -409,10 +409,10 @@ (define-public openssl
(license license:openssl)
(home-page "https://www.openssl.org/")))
(define openssl-1.1.1d
(define openssl-1.1.1e
(package
(inherit openssl)
(version "1.1.1d")
(version "1.1.1e")
(source (origin
(method url-fetch)
(uri (list (string-append "https://www.openssl.org/source/openssl-"
@ -425,7 +425,7 @@ (define openssl-1.1.1d
(patches (search-patches "openssl-1.1-c-rehash-in.patch"))
(sha256
(base32
"1whinyw402z3b9xlb3qaxv4b9sk4w1bgh9k0y8df1z4x3yy92fhy"))))))
"1gnwlri1dphr5wdzmg9vlhkh6aq2yqgpfkpmffzwjlfb26n62kv9"))))))
(define-public openssl-1.0
(package