pdns-recursor: 4.8.3 -> 4.8.4 (#225063)

Fixes: CVE-2023-26437
This commit is contained in:
Michele Guerini Rocco 2023-04-07 23:12:48 +02:00 committed by GitHub
parent 48c67e0a60
commit 2f06e8f2a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "pdns-recursor";
version = "4.8.3";
version = "4.8.4";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "sha256-N7kaVFjFRBH0444tEmPs9B51HkPF/WboExANmXjwJQU=";
sha256 = "sha256-8KY/0I4D2oL6INMz6lF50bkln0JkVGz0mVKGZ32UWMc=";
};
nativeBuildInputs = [ pkg-config ];