gnu: openvpn: Update to 2.6.7.
* gnu/packages/vpn.scm (openvpn): Update to 2.6.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
parent
4348947c74
commit
d74faef4f7
|
@ -838,7 +838,7 @@ this process. It is compatible with Fortinet VPNs.")
|
||||||
(define-public openvpn
|
(define-public openvpn
|
||||||
(package
|
(package
|
||||||
(name "openvpn")
|
(name "openvpn")
|
||||||
(version "2.5.8")
|
(version "2.6.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -846,14 +846,13 @@ this process. It is compatible with Fortinet VPNs.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cixqm4gn2d1v8qkbww75j30fzvxz13gc7whcmz54i0x4fvibwx6"))))
|
"04wr0g97nmv81javym8r99mglmb86v1i49xmnmzf938x1cs7g67f"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("--enable-iproute2=yes")))
|
'(#:configure-flags '("--enable-iproute2=yes")))
|
||||||
(native-inputs
|
(native-inputs (list iproute pkg-config))
|
||||||
(list iproute))
|
(inputs (append (list lz4 lzo openssl linux-pam)
|
||||||
(inputs
|
(if (target-linux?) (list libcap-ng) '())))
|
||||||
(list lz4 lzo openssl linux-pam))
|
|
||||||
(home-page "https://openvpn.net/")
|
(home-page "https://openvpn.net/")
|
||||||
(synopsis "Virtual private network daemon")
|
(synopsis "Virtual private network daemon")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue