all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49103] [PATCH] gnu/packages/networking.scm: (strongswan) update to 5.9.2.
@ 2021-06-18 21:25 Domagoj Stolfa
  2021-06-18 22:21 ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Domagoj Stolfa @ 2021-06-18 21:25 UTC (permalink / raw)
  To: 49103; +Cc: Domagoj Stolfa

Signed-off-by: Domagoj Stolfa <ds815@gmx.com>
---
 gnu/packages/networking.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 87f562de38..c1d456aba1 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -43,6 +43,7 @@
 ;;; Copyright © 2020 Hamzeh Nasajpour <h.nasajpour@pantherx.org>
 ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2021 Hartmut Goebel <h.goebel@crazy-compilers.com>
+;;; Copyright © 2021 Domagoj Stolfa <ds815@gmx.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2869,14 +2870,14 @@ displays the results in real time.")
 (define-public strongswan
   (package
     (name "strongswan")
-    (version "5.8.4")
+    (version "5.9.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.strongswan.org/strongswan-"
                            version ".tar.bz2"))
        (sha256
-        (base32 "0g2m08gmgdi3qvvqz6zy7n16np53sp232xd0rdc2vdhk73img6id"))))
+        (base32 "0qxhbash2nyh5k2h9zcysgwv61512w1wxk5plyai4b6v3rs2ziv1"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
--
2.32.0





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

* [bug#49103] [PATCH] gnu/packages/networking.scm: (strongswan) update to 5.9.2.
  2021-06-18 21:25 [bug#49103] [PATCH] gnu/packages/networking.scm: (strongswan) update to 5.9.2 Domagoj Stolfa
@ 2021-06-18 22:21 ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2021-06-18 22:21 UTC (permalink / raw)
  To: Domagoj Stolfa; +Cc: 49103-done, 49103

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

Domagoj Stolfa 写道:
> Signed-off-by: Domagoj Stolfa <ds815@gmx.com>

Not needed :-)  I've also tweaked the commit message and pushed.

Thanks!

T G-R

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

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

end of thread, other threads:[~2021-06-18 22:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-18 21:25 [bug#49103] [PATCH] gnu/packages/networking.scm: (strongswan) update to 5.9.2 Domagoj Stolfa
2021-06-18 22:21 ` Tobias Geerinckx-Rice via Guix-patches via

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.