Skip to content

Commit

Permalink
openvpn: 2.4.3 -> 2.4.4 for CVE-2017-12166
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Sep 28, 2017
1 parent ee0f850 commit 8e4586d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/openvpn/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 8e4586d

Please sign in to comment.