3
0
Fork 0
forked from mirrors/nixpkgs

bind: update to version 9.9.5-W1 (fixes CVE-2013-6230 and CVE 2014-0591)

This commit is contained in:
Peter Simons 2014-03-03 13:10:05 +01:00
parent af3cf0dbeb
commit b0c2354809

View file

@ -1,6 +1,6 @@
{ stdenv, fetchurl, openssl, libtool, perl, libxml2 }:
let version = "9.9.4-P2"; in
let version = "9.9.5-W1"; in
stdenv.mkDerivation rec {
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://ftp.isc.org/isc/bind9/${version}/${name}.tar.gz";
sha256 = "128aqizcjbakrqrijjpy54qffqz1jafa94lhnqig7lr63r1wdwsh";
sha256 = "1b3ycb376b1j2fc0k6w16k8j9vgsfrzy3nlw1vxzzi41fgyqmcd3";
};
patchPhase = ''