openvpn: update to version 2.4.2 to fix CVE-2017-7478 and CVE-2017-7479
This commit is contained in:
parent
e25665591b
commit
ae6f9324cd
@ -8,11 +8,11 @@ with stdenv.lib;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "openvpn-${version}";
|
name = "openvpn-${version}";
|
||||||
version = "2.4.0";
|
version = "2.4.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://swupdate.openvpn.net/community/releases/${name}.tar.xz";
|
url = "http://swupdate.openvpn.net/community/releases/${name}.tar.xz";
|
||||||
sha256 = "0zpqnbhjaifdalyxwmvk5kcyd7cpxbcigbn7967nbsyvl54vl8vg";
|
sha256 = "1ydzy5i7yaifz0v1ivrckksvm0nkkx5sia3g5y5b1xkx9cw4yp6z";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ lzo openssl pkgconfig ]
|
buildInputs = [ lzo openssl pkgconfig ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user