From 279bfa80e862efa6403d3b7a9b22cdeca16da5a9 Mon Sep 17 00:00:00 2001 From: ajs124 Date: Wed, 14 Feb 2024 15:14:18 +0100 Subject: [PATCH] pdns-recursor: 4.9.2 -> 4.9.3 https://doc.powerdns.com/recursor/changelog/4.9.html#change-4.9.3 Fixes CVE-2023-50387 and CVE-2023-50868 --- pkgs/servers/dns/pdns-recursor/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/dns/pdns-recursor/default.nix b/pkgs/servers/dns/pdns-recursor/default.nix index 5ff385cf65ac..95dc64156f42 100644 --- a/pkgs/servers/dns/pdns-recursor/default.nix +++ b/pkgs/servers/dns/pdns-recursor/default.nix @@ -5,11 +5,11 @@ stdenv.mkDerivation rec { pname = "pdns-recursor"; - version = "4.9.2"; + version = "4.9.3"; src = fetchurl { url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2"; - sha256 = "sha256-TLgYBFjs+1KKPZo0uihEts0u1pyhxGHd4koOvWaCkUQ="; + hash = "sha256-FmBFMFFJ3s3pWCH3bwabZl9rISLf99RquVLVDZ8B7Us="; }; nativeBuildInputs = [ pkg-config ];