GNU bug report logs - #49527
[PATCH] gnu: strongswan: Update to 5.9.3.

Previous Next

Package: guix-patches;

Reported by: Domagoj Stolfa <domagoj.stolfa <at> gmail.com>

Date: Sun, 11 Jul 2021 18:44:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

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: Domagoj Stolfa <domagoj.stolfa <at> gmail.com>
Subject: bug#49527: closed (Re: [bug#49527] [PATCH] gnu: strongswan:
 Update to 5.9.3.)
Date: Mon, 12 Jul 2021 13:01:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#49527: [PATCH] gnu: strongswan: Update to 5.9.3.

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 49527 <at> debbugs.gnu.org.

-- 
49527: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49527
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Domagoj Stolfa <domagoj.stolfa <at> gmail.com>
Cc: Domagoj Stolfa <ds815 <at> gmx.com>, 49527-done <at> debbugs.gnu.org
Subject: Re: [bug#49527] [PATCH] gnu: strongswan: Update to 5.9.3.
Date: Mon, 12 Jul 2021 15:58:48 +0300
[Message part 3 (text/plain, inline)]
Patch pushed! Thanks.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Domagoj Stolfa <domagoj.stolfa <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Domagoj Stolfa <ds815 <at> gmx.com>
Subject: [PATCH] gnu: strongswan: Update to 5.9.3.
Date: Sun, 11 Jul 2021 19:43:21 +0100
* gnu/packages/vpn.scm (strongswan): Update to 5.9.3.
---
 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 d78590ecb2..330a3271b4 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -303,14 +303,14 @@ endpoints.")
 (define-public strongswan
   (package
     (name "strongswan")
-    (version "5.9.2")
+    (version "5.9.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.strongswan.org/strongswan-"
                            version ".tar.bz2"))
        (sha256
-        (base32 "0qxhbash2nyh5k2h9zcysgwv61512w1wxk5plyai4b6v3rs2ziv1"))))
+        (base32 "1xy6c9c7bq5a5jmm04r9f9iqn39yrr1dkq81jhvpxsd4l1ban9ck"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
-- 
2.32.0




This bug report was last modified 3 years and 315 days ago.

Previous Next


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