nsd: Update from 4.1.0 -> 4.1.1

This commit is contained in:
Christoph Hrdinka
2015-03-18 21:01:35 +01:00
parent 2bc6af3efc
commit 6db8155e37
2 changed files with 18 additions and 2 deletions
+4 -2
View File
@@ -8,14 +8,15 @@
, ratelimit ? false
, recvmmsg ? false
, rootServer ? false
, zoneStats ? false
}:
stdenv.mkDerivation rec {
name = "nsd-4.1.0";
name = "nsd-4.1.1";
src = fetchurl {
url = "http://www.nlnetlabs.nl/downloads/nsd/${name}.tar.gz";
sha256 = "ec3f6902f6f26a6b9248dcd7e9f42472fa52755740b4ba6b9d3bd08910b39b62";
sha256 = "b0c3fab40ac7a8b5ffca642bc9e1b424aa72aebd03adf13a1f24ab4874734640";
};
buildInputs = [ libevent openssl ];
@@ -31,6 +32,7 @@ stdenv.mkDerivation rec {
++ edf ratelimit "ratelimit"
++ edf recvmmsg "recvmmsg"
++ edf rootServer "root-server"
++ edf zoneStats "zone-stats"
++ [ "--with-ssl=${openssl}" "--with-libevent=${libevent}" ];
meta = with stdenv.lib; {