nsd: 4.1.12 -> 4.1.13 for CVE-2016-6173

Closes #19685
This commit is contained in:
Graham Christensen 2016-10-19 09:08:58 -04:00 committed by Christoph Hrdinka
parent e376ed81dc
commit c48fd00fae

View File

@ -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 ];