mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-08 14:28:56 +02:00
gnu: openvpn: Update to 2.4.2 [fixes CVE-2017-7478, CVE-2017-7479].
* gnu/packages/vpn.scm (openvpn): Update to 2.4.2.
This commit is contained in:
@@ -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")))
|
||||
|
||||
Reference in New Issue
Block a user