Unverified Commit 2f06e8f2 authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

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

Fixes: CVE-2023-26437
parent 48c67e0a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];