unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#49119] [PATCH] gnu: openvpn: Update to 2.5.3.
@ 2021-06-19 17:04 Solene Rapenne via Guix-patches via
  2021-06-20  8:04 ` Brice Waegeneire
  0 siblings, 1 reply; 2+ messages in thread
From: Solene Rapenne via Guix-patches via @ 2021-06-19 17:04 UTC (permalink / raw)
  To: 49119


* gnu/packages/vpn.scm (openvpn): Update to 2.5.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 a952e3f0db..e1be8a398b 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -382,7 +382,7 @@ this process.  It is compatible with Fortinet VPNs.")
 (define-public openvpn
   (package
     (name "openvpn")
-    (version "2.5.2")
+    (version "2.5.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -390,7 +390,7 @@ this process.  It is compatible with Fortinet VPNs.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "1j0xkiya20hhvalfjg5l3v1226vyjs9j9aw2mzpnbwq1d61l69xi"))))
+                "0zlski66mw10klmwvg445z051mld7xjng4iyl4f9b883qr1rjspv"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--enable-iproute2=yes")))
-- 
2.32.0





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

* [bug#49119] [PATCH] gnu: openvpn: Update to 2.5.3.
  2021-06-19 17:04 [bug#49119] [PATCH] gnu: openvpn: Update to 2.5.3 Solene Rapenne via Guix-patches via
@ 2021-06-20  8:04 ` Brice Waegeneire
  0 siblings, 0 replies; 2+ messages in thread
From: Brice Waegeneire @ 2021-06-20  8:04 UTC (permalink / raw)
  To: Solene Rapenne; +Cc: 49119

Solene Rapenne <solene@perso.pw> writes:

> * gnu/packages/vpn.scm (openvpn): Update to 2.5.3.

Thank you for the patch, pushed as
019c862a67b677ceeb0d91c9440f5ed8d9c149a4.




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

end of thread, other threads:[~2021-06-20  8:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-19 17:04 [bug#49119] [PATCH] gnu: openvpn: Update to 2.5.3 Solene Rapenne via Guix-patches via
2021-06-20  8:04 ` Brice Waegeneire

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).