gnu: openvpn: Update to 2.4.4.

* gnu/packages/vpn.scm (openvpn): Update to 2.4.4.
[inputs]: Add lz4.
This commit is contained in:
Efraim Flashner 2017-09-29 15:19:46 +03:00
parent 464a2889c9
commit dee9a2628c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 3 deletions

View File

@ -153,7 +153,7 @@ and probably others.")
(define-public openvpn
(package
(name "openvpn")
(version "2.4.3")
(version "2.4.4")
(source (origin
(method url-fetch)
(uri (string-append
@ -161,14 +161,15 @@ and probably others.")
version ".tar.xz"))
(sha256
(base32
"1yrnvvnap2ghqas10l8jfg3njx57b8swh3n9wyp556qqgz4mzq8m"))))
"102an395nv8l7qfx3syydzhmd9xfbycd6gvwy0h2kjz8w67ipkcn"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-iproute2=yes")))
(native-inputs
`(("iproute2" ,iproute)))
(inputs
`(("lzo" ,lzo)
`(("lz4" ,lz4)
("lzo" ,lzo)
("openssl" ,openssl)
("linux-pam" ,linux-pam)))
(home-page "https://openvpn.net/")