diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-22 02:21:23 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-22 02:21:47 +0200 |
commit | 1fc10d941405a9240d0aa350dc4def00519b4faa (patch) | |
tree | 0946bc6c4d4773e77b8cd36b5b212dea9ee4af70 /gnu/packages/vpn.scm | |
parent | c13b9ae3b9fb12d2206eb0ee0d3578e68ecf281f (diff) |
gnu: openvpn: Update to 2.5.2.
* gnu/packages/vpn.scm (openvpn): Update to 2.5.2.
Diffstat (limited to 'gnu/packages/vpn.scm')
-rw-r--r-- | gnu/packages/vpn.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index f19ffe8e21..260ffc22ac 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.1") + (version "2.5.2") (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 - "157ikzap2bbkzx34hkh33bpk2i14xjx1x3pkadhmzh1pr24h94s0")))) + "1j0xkiya20hhvalfjg5l3v1226vyjs9j9aw2mzpnbwq1d61l69xi")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--enable-iproute2=yes"))) |