summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-12-22 14:28:21 +0200
committerEfraim Flashner <efraim@flashner.co.il>2022-12-22 14:28:21 +0200
commitc1d543203e6de2ca31da82097f23b31a4250315e (patch)
tree540422fb26de5225d6257b7f31af285854f8e3df /gnu
parentd8a9d55b57f86b029ebce051d3411d288339eb84 (diff)
downloadguix-c1d543203e6de2ca31da82097f23b31a4250315e.tar.gz
gnu: openvpn: Update to 2.5.8.
* gnu/packages/vpn.scm (openvpn): Update to 2.5.8.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/vpn.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 608e63a0a5..f38fd28cea 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -796,7 +796,7 @@ this process.  It is compatible with Fortinet VPNs.")
 (define-public openvpn
   (package
     (name "openvpn")
-    (version "2.5.7")
+    (version "2.5.8")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -804,7 +804,7 @@ this process.  It is compatible with Fortinet VPNs.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "0s1yq530j4i4kicgvsxgl532vyn03gfhlxfdnsb43j05k4w0ld08"))))
+                "1cixqm4gn2d1v8qkbww75j30fzvxz13gc7whcmz54i0x4fvibwx6"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--enable-iproute2=yes")))