gnu: openvpn: Update to 2.4.3 [fixes CVE-2017-{7508,7512,7520,7521,7522}].

See 'Changes.rst' in the source distribution for more information about the
security-related changes.

* gnu/packages/vpn.scm (openvpn): Update to 2.4.3.
This commit is contained in:
Leo Famulari 2017-06-22 00:35:16 -04:00
parent f70f3407ca
commit 688c8c6744
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
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.2")
(version "2.4.3")
(source (origin
(method url-fetch)
(uri (string-append
@ -161,7 +161,7 @@ and probably others.")
version ".tar.xz"))
(sha256
(base32
"1ydzy5i7yaifz0v1ivrckksvm0nkkx5sia3g5y5b1xkx9cw4yp6z"))))
"1yrnvvnap2ghqas10l8jfg3njx57b8swh3n9wyp556qqgz4mzq8m"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-iproute2=yes")))