Merge pull request #32565 from andir/pdns-recursor-4.0.8

pdns-recursor: 4.0.6 -> 4.0.8 (fixes CVE-2017-15120)
This commit is contained in:
Franz Pletz 2017-12-11 13:23:24 +00:00 committed by GitHub
commit 91f8f5584a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];