gnu: openvpn: Update to 2.4.10.

* gnu/packages/vpn.scm (openvpn): Update to 2.4.10.
This commit is contained in:
Tobias Geerinckx-Rice 2020-12-20 15:20:46 +01:00
parent 33c140e0fb
commit db72ba8b7b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -319,7 +319,7 @@ (define-public openfortivpn
(define-public openvpn
(package
(name "openvpn")
(version "2.4.9")
(version "2.4.10")
(source (origin
(method url-fetch)
(uri (string-append
@ -327,7 +327,7 @@ (define-public openvpn
version ".tar.xz"))
(sha256
(base32
"1qpbllwlha7cffsd5dlddb8rl22g9rar5zflkz1wrcllhvfkl7v4"))))
"0xx378ja2rdfaayc257z0z5ddsp8h0jcpqnd1a6bdw3rlsam6a6g"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-iproute2=yes")))