gnu: openvpn: Update to 2.5.6.

* gnu/packages/vpn.scm (openvpn): Update to 2.5.6.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-15 02:00:00 +02:00
parent 12c9411899
commit a8a3d31dec
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -748,15 +748,15 @@ (define-public openfortivpn
(define-public openvpn (define-public openvpn
(package (package
(name "openvpn") (name "openvpn")
(version "2.5.5") (version "2.5.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"https://swupdate.openvpn.org/community/releases/openvpn-" "https://swupdate.openvpn.org/community/releases/openvpn-"
version ".tar.xz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0fq0nvgpbyvdxc8vwka51whgm3kkvjb3c9xarpv3h211l2gxd6qi")))) "0gdd88rcan9vfiwkzsqn6fxxdim7kb1bsxrcra59c5xksprpwfik"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '("--enable-iproute2=yes"))) '(#:configure-flags '("--enable-iproute2=yes")))