pdns: 5.1.1 -> 5.1.2

Fixes PowerDNS Security Advisory 2026-07: insufficient input
validation of the internal web server.

https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2026-07.html
This commit is contained in:
Jörg Thalheim
2026-06-25 13:02:55 +02:00
parent 5d5f3467fa
commit 2659effcbf
+2 -2
View File
@@ -24,11 +24,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pdns";
version = "5.1.1";
version = "5.1.2";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-${finalAttrs.version}.tar.bz2";
hash = "sha256-CJN5Vc5ES7sKq/32pfGNSD3ViT12FTmBG+F6m2zzO2o=";
hash = "sha256-aFWWelSte13on5EPBeNI4xey7YOetJj5bDjBr3oerzg=";
};
# redact configure flags from version output to reduce closure size
patches = [ ./version.patch ];