guix-commits
[Top][All Lists]
Advanced

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

10/15: gnu: openvpn: Update to 2.5.5.


From: guix-commits
Subject: 10/15: gnu: openvpn: Update to 2.5.5.
Date: Thu, 16 Dec 2021 21:07:43 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d0985ee3c53c00dd8746af86ebd0e993f2cc24c3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Dec 17 02:19:26 2021 +0100

    gnu: openvpn: Update to 2.5.5.
    
    * gnu/packages/vpn.scm (openvpn): Update to 2.5.5.
---
 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 ebaa13f..4ad555e 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -703,7 +703,7 @@ this process.  It is compatible with Fortinet VPNs.")
 (define-public openvpn
   (package
     (name "openvpn")
-    (version "2.5.4")
+    (version "2.5.5")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -711,7 +711,7 @@ this process.  It is compatible with Fortinet VPNs.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "0di4g48kzh5qgm4ri3z6qdjfy23ligmqd7260ynw8f5rgb9drh2n"))))
+                "0fq0nvgpbyvdxc8vwka51whgm3kkvjb3c9xarpv3h211l2gxd6qi"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--enable-iproute2=yes")))



reply via email to

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