pdns-recursor: 4.3.0 -> 4.3.1 (security)

https://doc.powerdns.com/recursor/changelog/4.3.html#change-4.3.1
It fixes DoS CVEs; details e.g. on http://www.nxnsattack.com/

$ nix build -f nixos/release.nix tests.pdns-recursor.x86_64-linux
This commit is contained in:
Vladimír Čunát 2020-05-19 11:16:14 +02:00
parent ade0eba99d
commit 6bf49e3777
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

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