unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73690] [PATCH] gnu: wolfssl: Update to 5.7.2. [security fixes]
@ 2024-10-08  6:24 Nicolas Graves via Guix-patches via
  2024-10-11 13:27 ` bug#73690: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2024-10-08  6:24 UTC (permalink / raw)
  To: 73690; +Cc: Nicolas Graves

This fixes CVE-2022-42905, CVE-2023-3724, CVE-2024-1543, CVE-2024-5991.

* gnu/packages/tls.scm (wolfssl): Update to 5.7.2.
---
 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 @@ (define-public s2n
 (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 @@ (define-public wolfssl
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0pz25acm842cl6l51vqr8pgxci6rda8sznms757p7rnm9fw3jdl0"))))
+                "06ani81s99vk0bkdscavcmhr1p2dnc8ry2p1smqalbw32j01acsm"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#73690: gnu: wolfssl: Update to 5.7.2. [security fixes]
  2024-10-08  6:24 [bug#73690] [PATCH] gnu: wolfssl: Update to 5.7.2. [security fixes] Nicolas Graves via Guix-patches via
@ 2024-10-11 13:27 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-10-11 13:27 UTC (permalink / raw)
  To: 73690-done

[-- Attachment #1: Type: text/plain, Size: 77 bytes --]


Pushed as 571f1b9c01e3a29b3f6d288d991a89e3ab189370 to master.

Thanks,
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-10-11 17:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-08  6:24 [bug#73690] [PATCH] gnu: wolfssl: Update to 5.7.2. [security fixes] Nicolas Graves via Guix-patches via
2024-10-11 13:27 ` bug#73690: " Sharlatan Hellseher

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).