openvpn: 2.4.3 -> 2.4.4 for CVE-2017-12166

https://community.openvpn.net/openvpn/wiki/CVE-2017-12166
This commit is contained in:
Franz Pletz 2017-09-28 12:26:24 +02:00
parent ee0f850214
commit 8e4586d077
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -8,11 +8,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "openvpn-${version}";
version = "2.4.3";
version = "2.4.4";
src = fetchurl {
url = "http://swupdate.openvpn.net/community/releases/${name}.tar.xz";
sha256 = "0w85915nvdws1n1zsn8zcy9wg23jsx782nvrx1a3x4mqlmkn3a3s";
sha256 = "102an395nv8l7qfx3syydzhmd9xfbycd6gvwy0h2kjz8w67ipkcn";
};
nativeBuildInputs = [ pkgconfig ];