* Updated bind to 9.7.6-P1, which includes a fix for CVE-2012-1667.

svn path=/nixpkgs/trunk/; revision=34370
This commit is contained in:
Eelco Dolstra 2012-06-06 15:51:48 +00:00
parent f677edf57f
commit 36667965f9

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, openssl, libtool, perl, libxml2 }:
let
version = "9.7.2-P3";
version = "9.7.6-P1";
in
stdenv.mkDerivation rec {
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://ftp.isc.org/isc/bind9/${version}/${name}.tar.gz";
sha256 = "0zpvmgs75lisw746wccm2r428dmd4vv5s1pc512lyrmycr3mz56d";
sha256 = "1xp7c3fpi3b6y1bz77mf7c98ic7rxp5lpwlmzqwsdrllip33qw1k";
};
patchPhase = ''