Skip to content

Commit 6bf49e3

Browse files
committed
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
1 parent ade0eba commit 6bf49e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/servers/dns/pdns-recursor/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ with stdenv.lib;
88

99
stdenv.mkDerivation rec {
1010
pname = "pdns-recursor";
11-
version = "4.3.0";
11+
version = "4.3.1";
1212

1313
src = fetchurl {
1414
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
15-
sha256 = "13v2iah7z10wc43v9agcjrzi3wds4jna8f0b7ph35nyzhzr31h9b";
15+
sha256 = "1n9gymis0h1grgg63ig3kk9cb27ayy1w6s8hcn8n4g5dzi90h8sl";
1616
};
1717

1818
nativeBuildInputs = [ pkgconfig ];

0 commit comments

Comments
 (0)