gnu: openssl: Update to 3.0.7 [fixes CVE-2022-3786, CVE-2022-3602].

* gnu/packages/tls.scm (openssl): Update to 3.0.7.
This commit is contained in:
Tobias Geerinckx-Rice 2022-10-30 02:00:02 +01:00
parent 807bfe55dc
commit e0b9cd7cc1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -618,7 +618,7 @@ (define openssl/fixed
(define-public openssl-3.0
(package
(inherit openssl-1.1)
(version "3.0.5")
(version "3.0.7")
(source (origin
(method url-fetch)
(uri (list (string-append "https://www.openssl.org/source/openssl-"
@ -631,7 +631,7 @@ (define-public openssl-3.0
(patches (search-patches "openssl-3.0-c-rehash-in.patch"))
(sha256
(base32
"0yja085lygkdxbf4k4rckkj9r24p8dgix8avqljnbbbixydqszda"))))
"0virbkcrw7nn3gr5r51z722gs1ppig0casj0c9pnj3i65829s143"))))
(arguments
(substitute-keyword-arguments (package-arguments openssl-1.1)
((#:phases phases '%standard-phases)