gnu: openvpn: Update to 2.4.2 [fixes CVE-2017-7478, CVE-2017-7479].

* gnu/packages/vpn.scm (openvpn): Update to 2.4.2.
master
Marius Bakke 2017-05-12 15:18:35 +02:00
parent d7b344c5cd
commit ace41d5071
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ and probably others.")
(define-public openvpn
(package
(name "openvpn")
(version "2.4.0")
(version "2.4.2")
(source (origin
(method url-fetch)
(uri (string-append
@ -161,7 +161,7 @@ and probably others.")
version ".tar.xz"))
(sha256
(base32
"0zpqnbhjaifdalyxwmvk5kcyd7cpxbcigbn7967nbsyvl54vl8vg"))))
"1ydzy5i7yaifz0v1ivrckksvm0nkkx5sia3g5y5b1xkx9cw4yp6z"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-iproute2=yes")))