gnu: openvpn: Update to 2.5.5.

* gnu/packages/vpn.scm (openvpn): Update to 2.5.5.
This commit is contained in:
Tobias Geerinckx-Rice 2021-12-17 02:19:26 +01:00
parent 2e964d0d7d
commit d0985ee3c5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -703,7 +703,7 @@ (define-public openfortivpn
(define-public openvpn (define-public openvpn
(package (package
(name "openvpn") (name "openvpn")
(version "2.5.4") (version "2.5.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -711,7 +711,7 @@ (define-public openvpn
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0di4g48kzh5qgm4ri3z6qdjfy23ligmqd7260ynw8f5rgb9drh2n")))) "0fq0nvgpbyvdxc8vwka51whgm3kkvjb3c9xarpv3h211l2gxd6qi"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '("--enable-iproute2=yes"))) '(#:configure-flags '("--enable-iproute2=yes")))