mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: OpenSSL 3: Update to 3.0.8 [security fixes].
Fixes CVE-2023-0215, CVE-2023-0216, CVE-2023-0217, CVE-2023-0286, CVE-2023-0401, CVE-2022-4203, CVE-2022-4304, and CVE-2022-4450. https://www.openssl.org/news/secadv/20230207.txt gnu/packages/tls.scm (openssl-3.0): Update to 3.0.8.
This commit is contained in:
parent
df163df830
commit
f844deb7ac
1 changed files with 2 additions and 2 deletions
|
@ -636,7 +636,7 @@ (define openssl/fixed
|
||||||
(define-public openssl-3.0
|
(define-public openssl-3.0
|
||||||
(package
|
(package
|
||||||
(inherit openssl-1.1)
|
(inherit openssl-1.1)
|
||||||
(version "3.0.7")
|
(version "3.0.8")
|
||||||
(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-"
|
||||||
|
@ -649,7 +649,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
|
||||||
"0virbkcrw7nn3gr5r51z722gs1ppig0casj0c9pnj3i65829s143"))))
|
"0gjb7qjl2jnzs1liz3rrccrddxbk6q3lg8z27jn1xwzx72zx44vc"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments openssl-1.1)
|
(substitute-keyword-arguments (package-arguments openssl-1.1)
|
||||||
((#:phases phases '%standard-phases)
|
((#:phases phases '%standard-phases)
|
||||||
|
|
Loading…
Reference in a new issue