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

This fixes CVE-2021-45079, CVE-2022-40617, CVE-2023-41913.

* gnu/packages/vpn.scm (strongswan): Update to 5.9.14.
---
 gnu/packages/vpn.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 0f7300ff51..9f36595bfd 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -396,14 +396,14 @@ (define-public n2n
 (define-public strongswan
   (package
     (name "strongswan")
-    (version "5.9.4")
+    (version "5.9.14")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.strongswan.org/strongswan-"
                            version ".tar.bz2"))
        (sha256
-        (base32 "063mi0kdlpd7r7s3py35yf80hvrv3nrdfvxpyn7ns25gqajg3za5"))
+        (base32 "0y1nqd7vb4s6wzvyrbmxpbglw9wcvcypvjffqiklrcscvbfjg03j"))
        (snippet
         #~(begin
             (use-modules (guix build utils))
-- 
2.46.0





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

end of thread, other threads:[~2024-10-11 18:39 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:26 [bug#73694] [PATCH] gnu: strongswan: Update to 5.9.14. [security fixes] Nicolas Graves via Guix-patches via
2024-10-11 13:25 ` bug#73694: " 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).