Skip to content

Commit

Permalink
nsd: 4.1.12 -> 4.1.13 for CVE-2016-6173
Browse files Browse the repository at this point in the history
Closes #19685
  • Loading branch information
grahamc authored and hrdinka committed Oct 19, 2016
1 parent e376ed8 commit c48fd00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/dns/nsd/default.nix
Expand Up @@ -13,11 +13,11 @@
}:

stdenv.mkDerivation rec {
name = "nsd-4.1.12";
name = "nsd-4.1.13";

src = fetchurl {
url = "http://www.nlnetlabs.nl/downloads/nsd/${name}.tar.gz";
sha256 = "fd1979dff1fba55310fd4f439dc9f3f4701d435c0ec4fb9af533e12c7f27d5de";
sha256 = "1bwiabj1m7h14ppsa2azw017dqkqjgdl9gmj6ghjg80146xd8p64";
};

buildInputs = [ libevent openssl ];
Expand Down

0 comments on commit c48fd00

Please sign in to comment.