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
This commit is contained in:
ajs124 2024-02-14 15:14:18 +01:00
parent 9681872885
commit 279bfa80e8

View File

@ -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 ];