sharlatan pushed a commit to branch master
in repository guix.
commit 571f1b9c01e3a29b3f6d288d991a89e3ab189370
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 8 08:24:21 2024 +0200
gnu: wolfssl: Update to 5.7.2. [security fixes]
This fixes CVE-2022-42905, CVE-2023-3724, CVE-2024-1543, CVE-2024-5991.
* gnu/packages/tls.scm (wolfssl): Update to 5.7.2.
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/tls.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index fcad5401d5..1a1ce0d215 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -1179,7 +1179,7 @@ compatibility is also supported.")
(define-public wolfssl
(package
(name "wolfssl")
- (version "5.5.1")
+ (version "5.7.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1188,7 +1188,7 @@ compatibility is also supported.")
(file-name (git-file-name name version))
(sha256
(base32
- "0pz25acm842cl6l51vqr8pgxci6rda8sznms757p7rnm9fw3jdl0"))))
+ "06ani81s99vk0bkdscavcmhr1p2dnc8ry2p1smqalbw32j01acsm"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags