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.master
parent
3f1b2bd322
commit
10cbf042e1
|
@ -434,7 +434,7 @@ required structures.")
|
|||
(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 @@ required structures.")
|
|||
(patches (search-patches "openssl-1.1-c-rehash-in.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"1gw17520vh13izy1xf5q0a2fqgcayymjjj5bk0dlkxndfnszrwma"))))))
|
||||
"1rdfzcrxy9y38wqdw5942vmdax9hjhgrprzxm42csal7p5shhal9"))))))
|
||||
|
||||
(define-public openssl-1.0
|
||||
(package
|
||||
|
|
Reference in New Issue