gnu: openvpn: Update to 2.5.4.

* gnu/packages/vpn.scm (openvpn): Update to 2.5.4.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-05 20:51:50 +02:00
parent 2b6f90b09d
commit ea5d464247
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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