From 79f7b9652fff02c8b0a3bec383b56ff6251f5eab Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sun, 13 Jun 2021 09:49:14 +0200 Subject: [PATCH 1/2] pdns-recursor: 2.5.1 -> 2.5.2 --- 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 ee3d8aafa1c6..2228bc9163fd 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.5.1"; + version = "4.5.2"; src = fetchurl { url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2"; - sha256 = "0yaf25jg3gfsi9c9rnxz1ywy3b563plv33aibxrq79iqwk8a289p"; + sha256 = "1101izvyknxqhzz987j3acsa221ymgrnmyciaz8v7jziai9ksa5i"; }; nativeBuildInputs = [ pkg-config ]; From 07a8f0c95f0c0b55d23b607b8914a66876ce0ce9 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sun, 13 Jun 2021 11:03:16 +0200 Subject: [PATCH 2/2] pdns-recursor: fix ambiguous license --- pkgs/servers/dns/pdns-recursor/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/dns/pdns-recursor/default.nix b/pkgs/servers/dns/pdns-recursor/default.nix index 2228bc9163fd..70e7e758bb94 100644 --- a/pkgs/servers/dns/pdns-recursor/default.nix +++ b/pkgs/servers/dns/pdns-recursor/default.nix @@ -36,7 +36,7 @@ stdenv.mkDerivation rec { badPlatforms = [ "i686-linux" # a 64-bit time_t is needed ]; - license = licenses.gpl2; + license = licenses.gpl2Only; maintainers = with maintainers; [ rnhmjoj ]; }; }