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 206fb8f commit 7b34209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/dns/bind/default.nix
@@ -1,14 +1,14 @@
{ stdenv, 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 = [ "bin" "dev" "out" "man" ];
Expand Down

2 comments on commit 7b34209

@grahamc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, in the future, it would help me if you cherry-pick with the -x flag. When that is done, my tooling automatically copies security notes from one commit to the other.

@peti
Copy link
Member Author

@peti peti commented on 7b34209 Jan 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I normally use the -x flag. It appears I forgot this time. Sorry.

Please sign in to comment.