gnu: openvpn: Update to 2.5.8.

* gnu/packages/vpn.scm (openvpn): Update to 2.5.8.
This commit is contained in:
Efraim Flashner 2022-12-22 14:28:21 +02:00
parent d8a9d55b57
commit c1d543203e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -796,7 +796,7 @@ (define-public openfortivpn
(define-public openvpn (define-public openvpn
(package (package
(name "openvpn") (name "openvpn")
(version "2.5.7") (version "2.5.8")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -804,7 +804,7 @@ (define-public openvpn
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0s1yq530j4i4kicgvsxgl532vyn03gfhlxfdnsb43j05k4w0ld08")))) "1cixqm4gn2d1v8qkbww75j30fzvxz13gc7whcmz54i0x4fvibwx6"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '("--enable-iproute2=yes"))) '(#:configure-flags '("--enable-iproute2=yes")))