mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
bind: update to version 9.10.5-P2 to fix CVE-2017-3142 and CVE-2017-3143
This commit is contained in:
parent
e10e3c1d1a
commit
c4430ba248
1 changed files with 2 additions and 2 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue