bind: update from 9.10.2 to 9.10.2-P2, fixes CVE-2015-4620

This commit is contained in:
Pascal Wittmann 2015-07-10 18:20:29 +02:00
parent 3a96152c2c
commit 007e288912

View file

@ -1,13 +1,13 @@
{ stdenv, fetchurl, openssl, libtool, perl, libxml2 }:
let version = "9.10.2"; in
let version = "9.10.2-P2"; in
stdenv.mkDerivation rec {
name = "bind-${version}";
src = fetchurl {
url = "http://ftp.isc.org/isc/bind9/${version}/${name}.tar.gz";
sha256 = "163s8pvqj4lyryvfzkc6acbys7gw1by5dqwilggiwp54ia8bg6vg";
sha256 = "0pvcnwd4rzfk3l35ys72p14ly9k857wbn1lxzd4ayjk3i2pz1rmi";
};
patchPhase = ''