mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
05e783871c
commit
c6d24c091c
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue