GNU bug report logs - #73694
[PATCH] gnu: strongswan: Update to 5.9.14. [security fixes]

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Tue, 8 Oct 2024 06:28:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: bug#73694: closed (gnu: strongswan: Update to 5.9.14. [security
 fixes])
Date: Fri, 11 Oct 2024 13:27:05 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#73694: [PATCH] gnu: strongswan: Update to 5.9.14. [security fixes]

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 73694 <at> debbugs.gnu.org.

-- 
73694: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73694
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 73694-done <at> debbugs.gnu.org
Subject: gnu: strongswan: Update to 5.9.14. [security fixes]
Date: Fri, 11 Oct 2024 14:25:45 +0100
[Message part 3 (text/plain, inline)]
Pushed as 2ad283aa03e2983ca63209eac2b35af6fde68e78 to master.

Thanks,
Oleg
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Nicolas Graves <ngraves <at> ngraves.fr>
To: guix-patches <at> gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH] gnu: strongswan: Update to 5.9.14. [security fixes]
Date: Tue,  8 Oct 2024 08:26:47 +0200
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




This bug report was last modified 300 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.