bind: update to version 9.10.5-P2 to fix CVE-2017-3142 and CVE-2017-3143

This commit is contained in:
Peter Simons 2017-06-29 22:15:01 +02:00
parent e10e3c1d1a
commit c4430ba248

View file

@ -3,14 +3,14 @@
assert enableSeccomp -> libseccomp != null;
let version = "9.10.5-P1"; in
let version = "9.10.5-P2"; in
stdenv.mkDerivation rec {
name = "bind-${version}";
src = fetchurl {
url = "http://ftp.isc.org/isc/bind9/${version}/${name}.tar.gz";
sha256 = "1kg59a9118460k5wznqayxzqb6l3vbpybd8b1bdv9z97x5fqiyw2";
sha256 = "0cwrwlkfd6wnkw2ylkz2iyqlz73s3kf6q0fxsfwnh3fhxps2i90r";
};
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];