pdns-recursor: 4.0.6 -> 4.0.8 (fixes CVE-2017-15120)

For more details see [1].

[1] http://www.openwall.com/lists/oss-security/2017/12/11/1
This commit is contained in:
Andreas Rammhold 2017-12-11 13:51:59 +01:00
parent 410ae8abf6
commit f7b87a773e
No known key found for this signature in database
GPG key ID: E432E410B5E48C86

View file

@ -11,11 +11,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "pdns-recursor-${version}";
version = "4.0.6";
version = "4.0.8";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "03fnjiacvhdlkr3a2206mham0p6p24gkawashs5v12r68k32l67j";
sha256 = "04v5y6mfdhn8ikigqmm3k5k0zz5l8d3k1a7ih464n1161q7z0vww";
};
nativeBuildInputs = [ pkgconfig ];