summaryrefslogtreecommitdiff
path: root/net/powerdns-recursor/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2017-06-15 07:15:57 +0000
committerfhajny <fhajny@pkgsrc.org>2017-06-15 07:15:57 +0000
commitff1d6e17eb5fa2528c5f0db3ab9a5189350fe905 (patch)
treedba58242605d34af52c29724be3d22f8a90e75f6 /net/powerdns-recursor/Makefile
parentc580b7d03881120d0b004b6545aa52c68f450a37 (diff)
downloadpkgsrc-ff1d6e17eb5fa2528c5f0db3ab9a5189350fe905.tar.gz
Update net/powerdns-recursor to 4.0.5.
Enhancements - Add the 2017 DNSSEC root key - Add support for RPZ wildcarded target names. - Speed up RPZ zone loading and add a zoneSizeHint parameter to rpzFile and rpzMaster for faster reloads - Make the RPZ summary consistent and log additions/removals at debug level, not info - Update Ed25519 algorithm number and mnemonic and hook up to the Recursor - Add use-incoming-edns-subnet option to process and pass along ECS and fix some ECS bugs in the process - Refuse to start with chroot set in a systemd env - Handle exceptions raised by closesocket() to prevent process termination - Document missing top-pub-queries and top-pub-servfail-queries commands for rec_control - IPv6 address for g.root-servers.net added - Log outgoing queries / incoming responses via protobuf Bug fixes - Correctly lowercase the TSIG algorithm name in hash computation - Clear the RPZ NS IP table when clearing the policy, this prevents false positives - Fix cache-only queries against a forward-zone - Only delegate if NSes are below apex in auth-zones - Remove hardcoding of port 53 for TCP/IP forwarded zones in recursor - Make sure labelsToAdd is not empty in getZoneCuts() - Wait until after daemonizing to start the outgoing protobuf thread, prevents hangs when the protobuf server is not available - Ensure (re)priming the root never fails - Don't age the root, fixes a regression from 3.x - Fix exception when sending a protobuf message for an empty question - LuaWrapper: Allow embedded NULs in strings received from Lua - Fix coredumps on illumos/SmartOS - StateHolder: Allocate (and copy if needed) before taking the lock - SuffixMatchNode: Fix insertion issue for an existing node - Fix negative port detection for IPv6 addresses on 32-bit systems
Diffstat (limited to 'net/powerdns-recursor/Makefile')
-rw-r--r--net/powerdns-recursor/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/powerdns-recursor/Makefile b/net/powerdns-recursor/Makefile
index b5a0545fa42..026943c66ea 100644
--- a/net/powerdns-recursor/Makefile
+++ b/net/powerdns-recursor/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2017/05/03 08:38:44 jperkin Exp $
+# $NetBSD: Makefile,v 1.23 2017/06/15 07:15:57 fhajny Exp $
#
-DISTNAME= pdns-recursor-4.0.4
-PKGREVISION= 1
+DISTNAME= pdns-recursor-4.0.5
CATEGORIES= net
MASTER_SITES= http://downloads.powerdns.com/releases/
EXTRACT_SUFX= .tar.bz2