Skip to content

Commit

Permalink
bind: 9.11.2 -> 9.11.2-P1 (fixes CVE-2017-3145, CVE-2017-3143, CVE-20…
Browse files Browse the repository at this point in the history
  • Loading branch information
andir committed Jan 17, 2018
1 parent 7eaf0c7 commit 3b4fca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/dns/bind/default.nix
Expand Up @@ -3,14 +3,14 @@

assert enableSeccomp -> libseccomp != null;

let version = "9.11.2"; in
let version = "9.11.2-P1"; in

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

src = fetchurl {
url = "http://ftp.isc.org/isc/bind9/${version}/${name}.tar.gz";
sha256 = "0yn7wgi2y8mpmvbjbkl4va7p0xsnn48m4yjx6ynb1hzp423asikz";
sha256 = "04hjvwvs7ssgj69lqparx0wj0w3xkc0x8y2iv62kzjighd41bhyf";
};

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

0 comments on commit 3b4fca1

Please sign in to comment.