diff options
| author | Léo Le Bouter <lle-bout@zaclys.net> | 2021-03-11 05:31:54 +0100 | 
|---|---|---|
| committer | Léo Le Bouter <lle-bout@zaclys.net> | 2021-03-11 05:31:54 +0100 | 
| commit | ee8e4ba7aa39289746fe7ffb129d448e6cca78b4 (patch) | |
| tree | 55ade1006ef0d471a647164904e5e7be9735a489 | |
| parent | 826428ab5bd347954ee6be70a6a6596000f8583e (diff) | |
gnu: openvpn: Update to 2.5.1 [security fixes].
Non-exhaustively, fixes CVE-2020-7224.
* gnu/packages/vpn.scm (openvpn): Update to 2.5.1.
| -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 76af7582fc..f18dc6760c 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -388,7 +388,7 @@ this process.  It is compatible with Fortinet VPNs.")  (define-public openvpn    (package      (name "openvpn") -    (version "2.4.10") +    (version "2.5.1")      (source (origin                (method url-fetch)                (uri (string-append @@ -396,7 +396,7 @@ this process.  It is compatible with Fortinet VPNs.")                      version ".tar.xz"))                (sha256                 (base32 -                "0xx378ja2rdfaayc257z0z5ddsp8h0jcpqnd1a6bdw3rlsam6a6g")))) +                "157ikzap2bbkzx34hkh33bpk2i14xjx1x3pkadhmzh1pr24h94s0"))))      (build-system gnu-build-system)      (arguments       '(#:configure-flags '("--enable-iproute2=yes"))) | 
