sharlatan pushed a commit to branch master
in repository guix.

commit 2ad283aa03e2983ca63209eac2b35af6fde68e78
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 8 08:26:47 2024 +0200

    gnu: strongswan: Update to 5.9.14. [security fixes]
    
    This fixes CVE-2021-45079, CVE-2022-40617, CVE-2023-41913.
    
    * gnu/packages/vpn.scm (strongswan): Update to 5.9.14.
    
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 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 @@ networks bypassing intermediate firewalls.")
 (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))

Reply via email to