mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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:
parent
d7b344c5cd
commit
ace41d5071
1 changed files with 2 additions and 2 deletions
|
@ -153,7 +153,7 @@ (define-public openconnect
|
|||
(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 @@ (define-public openvpn
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0zpqnbhjaifdalyxwmvk5kcyd7cpxbcigbn7967nbsyvl54vl8vg"))))
|
||||
"1ydzy5i7yaifz0v1ivrckksvm0nkkx5sia3g5y5b1xkx9cw4yp6z"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--enable-iproute2=yes")))
|
||||
|
|
Loading…
Reference in a new issue