mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: openvpn: Update to 2.6.12. [security fixes]
Thix fixes CVE-2024-24974, CVE-2024-27459 and CVE-2024-27903. * gnu/packages/vpn.scm (openvpn): Update to 2.6.12. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
6c6d9ea4a6
commit
ef7b74f835
1 changed files with 2 additions and 2 deletions
|
@ -868,7 +868,7 @@ this process. It is compatible with Fortinet VPNs.")
|
||||||
(define-public openvpn
|
(define-public openvpn
|
||||||
(package
|
(package
|
||||||
(name "openvpn")
|
(name "openvpn")
|
||||||
(version "2.6.7")
|
(version "2.6.12")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -876,7 +876,7 @@ this process. It is compatible with Fortinet VPNs.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04wr0g97nmv81javym8r99mglmb86v1i49xmnmzf938x1cs7g67f"))))
|
"0a8r3bvg4aic9b7dix0h7990g3j1gq17wd3w6vqk8vk8xgfhyq8w"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("--enable-iproute2=yes")))
|
'(#:configure-flags '("--enable-iproute2=yes")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue