gnu: openvpn: Update to 2.4.9 [fixes CVE-2020-11810].

* gnu/packages/vpn.scm (openvpn): Update to 2.4.9.
This commit is contained in:
Marius Bakke 2020-05-19 10:44:02 +02:00 committed by Marius Bakke
parent ef3cd15ed4
commit c5a2b70135
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -282,7 +282,7 @@ (define-public openconnect
(define-public openvpn
(package
(name "openvpn")
(version "2.4.8")
(version "2.4.9")
(source (origin
(method url-fetch)
(uri (string-append
@ -290,7 +290,7 @@ (define-public openvpn
version ".tar.xz"))
(sha256
(base32
"149z3agjy03i66mcj5bplim2mh45s2ps1wmxbxczyzw0nxmsd37v"))))
"1qpbllwlha7cffsd5dlddb8rl22g9rar5zflkz1wrcllhvfkl7v4"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-iproute2=yes")))