guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: openvpn: Update to 2.5.3.


From: guix-commits
Subject: branch master updated: gnu: openvpn: Update to 2.5.3.
Date: Sun, 20 Jun 2021 04:03:35 -0400

This is an automated email from the git hooks/post-receive script.

bricewge pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7ab6907  gnu: openvpn: Update to 2.5.3.
7ab6907 is described below

commit 7ab6907448002d7049f01f320300a9daa2388e69
Author: Solene Rapenne <solene@perso.pw>
AuthorDate: Sat Jun 19 19:04:08 2021 +0200

    gnu: openvpn: Update to 2.5.3.
    
    * gnu/packages/vpn.scm (openvpn): Update to 2.5.3.
    
    Signed-off-by: Brice Waegeneire <brice@waegenei.re>
---
 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 5b10d92..8272a3a 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -513,7 +513,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
@@ -521,7 +521,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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]