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.
This commit is contained in:
Léo Le Bouter 2021-03-11 05:31:54 +01:00
parent 826428ab5b
commit ee8e4ba7aa
No known key found for this signature in database
GPG key ID: 45A8B1E86BCD10A6

View file

@ -388,7 +388,7 @@ (define-public openfortivpn
(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 @@ (define-public openvpn
version ".tar.xz"))
(sha256
(base32
"0xx378ja2rdfaayc257z0z5ddsp8h0jcpqnd1a6bdw3rlsam6a6g"))))
"157ikzap2bbkzx34hkh33bpk2i14xjx1x3pkadhmzh1pr24h94s0"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-iproute2=yes")))