From f4cf3fc15536fdc273350b98ad8f4289f32512d2 Mon Sep 17 00:00:00 2001 From: Thomas Gerbet Date: Wed, 14 Jan 2026 00:06:46 +0100 Subject: [PATCH] pdns-recursor: 5.2.6 -> 5.2.7 Fixes CVE-2025-59030. https://docs.powerdns.com/recursor/security-advisories/powerdns-advisory-2025-08.html Changes: https://doc.powerdns.com/recursor/changelog/5.2.html#change-5.2.7 Fixes #479846 --- pkgs/by-name/pd/pdns-recursor/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/pd/pdns-recursor/package.nix b/pkgs/by-name/pd/pdns-recursor/package.nix index 30bdb7190cad..7ea8528413d4 100644 --- a/pkgs/by-name/pd/pdns-recursor/package.nix +++ b/pkgs/by-name/pd/pdns-recursor/package.nix @@ -20,11 +20,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "pdns-recursor"; - version = "5.2.6"; + version = "5.2.7"; src = fetchurl { url = "https://downloads.powerdns.com/releases/pdns-recursor-${finalAttrs.version}.tar.bz2"; - hash = "sha256-INt/KcULGvsensXF6LIZ0RKtrPK4rPPaQW/yR+JaxAc="; + hash = "sha256-s7/I2M5uL94I71fMYLKl+JcOPn0TnVn74oaIKnYmObE="; }; cargoDeps = rustPlatform.fetchCargoVendor {