gnu: OpenSSL 3: Update to 3.0.2 [fixes CVE-2022-0778].

For more information about this vulnerability:

https://www.openssl.org/news/secadv/20220315.txt

* gnu/packages/tls.scm (openssl-3.0): Update to 3.0.2.
This commit is contained in:
Leo Famulari 2022-03-15 13:32:06 -04:00
parent 139a5cab04
commit 62ea3d510f
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -531,7 +531,7 @@ (define openssl/fixed
(define-public openssl-3.0 (define-public openssl-3.0
(package (package
(inherit openssl) (inherit openssl)
(version "3.0.1") (version "3.0.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (list (string-append "https://www.openssl.org/source/openssl-" (uri (list (string-append "https://www.openssl.org/source/openssl-"
@ -544,7 +544,7 @@ (define-public openssl-3.0
(patches (search-patches "openssl-3.0-c-rehash-in.patch")) (patches (search-patches "openssl-3.0-c-rehash-in.patch"))
(sha256 (sha256
(base32 (base32
"1l86kgn57av5yh711qp7c9zmi2haqmiah0ddxnbfgg2k6f2ss4f3")))) "0qyvvw8n97f0gs786l2dkxnmi3hs344mxplw7jp5cisdmp71rscq"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments openssl) (substitute-keyword-arguments (package-arguments openssl)
((#:phases phases '%standard-phases) ((#:phases phases '%standard-phases)