gnu: openssl: Update to 1.1.1k [security fixes].

Fixes CVE-2021-3450 and CVE-2021-3449.

* gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1k.
This commit is contained in:
Léo Le Bouter 2021-03-25 17:51:47 +01:00
parent 3f1b2bd322
commit 10cbf042e1
No known key found for this signature in database
GPG key ID: 45A8B1E86BCD10A6

View file

@ -434,7 +434,7 @@ (define-public openssl
(define-public openssl/fixed
(package
(inherit openssl)
(version "1.1.1j")
(version "1.1.1k")
(source (origin
(method url-fetch)
(uri (list (string-append "https://www.openssl.org/source/openssl-"
@ -447,7 +447,7 @@ (define-public openssl/fixed
(patches (search-patches "openssl-1.1-c-rehash-in.patch"))
(sha256
(base32
"1gw17520vh13izy1xf5q0a2fqgcayymjjj5bk0dlkxndfnszrwma"))))))
"1rdfzcrxy9y38wqdw5942vmdax9hjhgrprzxm42csal7p5shhal9"))))))
(define-public openssl-1.0
(package