Skip to content

Commit

Permalink
bind: update to 9.10.4-P5 (CVE-2016-9131, CVE-2016-9147, CVE-2016-9444,
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Jan 12, 2017
1 parent 715ff28 commit 2fd0a9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/dns/bind/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, lib, fetchurl, openssl, libtool, perl, libxml2
, libseccomp ? null }:

let version = "9.10.4-P4"; in
let version = "9.10.4-P5"; in

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

src = fetchurl {
url = "http://ftp.isc.org/isc/bind9/${version}/${name}.tar.gz";
sha256 = "11lxkb7d79c75scrs28q4xmr0ii2li69zj1c650al3qxir8yf754";
sha256 = "1sqg7wg05h66vdjc8j215r04f8pg7lphkb93nsqxvzhk6r0ppi49";
};

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

0 comments on commit 2fd0a9f

Please sign in to comment.