pdns-recursor: 4.3.4 -> 4.3.5

Fixes: CVE-2020-25829
This commit is contained in:
Martin Weinelt 2020-10-13 14:18:16 +02:00
parent a1c5bd00ab
commit f931e3e55d
No known key found for this signature in database
GPG Key ID: BD4AA0528F63F17E

View File

@ -8,11 +8,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "pdns-recursor";
version = "4.3.4";
version = "4.3.5";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "1l98hdnki95rnpasxj3swm89xc5s2j4zhlybyqa9z7hdhcsnkp9q";
sha256 = "0mggqi4588mg6vpgplk9b4ak6msdf279lxkblv563l2vjiyfmfcc";
};
nativeBuildInputs = [ pkgconfig ];