gnu: openvpn: Update to 2.6.12. [security fixes]

Thix fixes CVE-2024-24974, CVE-2024-27459 and CVE-2024-27903.

* gnu/packages/vpn.scm (openvpn): Update to 2.6.12.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Nicolas Graves 2024-11-06 00:13:54 +01:00 committed by Maxim Cournoyer
parent 6c6d9ea4a6
commit ef7b74f835
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -868,7 +868,7 @@ (define-public openfortivpn
(define-public openvpn
(package
(name "openvpn")
(version "2.6.7")
(version "2.6.12")
(source (origin
(method url-fetch)
(uri (string-append
@ -876,7 +876,7 @@ (define-public openvpn
version ".tar.gz"))
(sha256
(base32
"04wr0g97nmv81javym8r99mglmb86v1i49xmnmzf938x1cs7g67f"))))
"0a8r3bvg4aic9b7dix0h7990g3j1gq17wd3w6vqk8vk8xgfhyq8w"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-iproute2=yes")))