Skip to content

Commit c4430ba

Browse files
committedJun 29, 2017
bind: update to version 9.10.5-P2 to fix CVE-2017-3142 and CVE-2017-3143
1 parent e10e3c1 commit c4430ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/servers/dns/bind/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
assert enableSeccomp -> libseccomp != null;
55

6-
let version = "9.10.5-P1"; in
6+
let version = "9.10.5-P2"; in
77

88
stdenv.mkDerivation rec {
99
name = "bind-${version}";
1010

1111
src = fetchurl {
1212
url = "http://ftp.isc.org/isc/bind9/${version}/${name}.tar.gz";
13-
sha256 = "1kg59a9118460k5wznqayxzqb6l3vbpybd8b1bdv9z97x5fqiyw2";
13+
sha256 = "0cwrwlkfd6wnkw2ylkz2iyqlz73s3kf6q0fxsfwnh3fhxps2i90r";
1414
};
1515

1616
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];

0 commit comments

Comments
 (0)
Please sign in to comment.