dns/dnsdist: Update to 1.5.1

Update to dnsdist 1.5.1 and make rc.d script start earlier

PR:		250026
Submitted by:	Juraj Lutter, Ralf van der Enden (maintainer)
This commit is contained in:
Mikael Urankar 2020-10-03 08:36:03 +00:00
parent 980f6577c2
commit b26c7d5f70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551267
4 changed files with 6 additions and 20 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= dnsdist
DISTVERSION= 1.5.0
PORTREVISION= 1
DISTVERSION= 1.5.1
CATEGORIES= dns net
MASTER_SITES= https://downloads.powerdns.com/releases/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1596123185
SHA256 (dnsdist-1.5.0.tar.bz2) = 2c07c4ef0c497f5223909ff181fe3ba7c6016962a2855cffe26b7f3609f27b58
SIZE (dnsdist-1.5.0.tar.bz2) = 1067645
TIMESTAMP = 1601542484
SHA256 (dnsdist-1.5.1.tar.bz2) = cae759729a87703f4d09b0ed4227cb224aaaa252fa92f2432fd7116f560afbf1
SIZE (dnsdist-1.5.1.tar.bz2) = 1068061

View File

@ -3,7 +3,8 @@
# $FreeBSD$
#
# PROVIDE: dnsdist
# REQUIRE: DAEMON NETWORKING
# REQUIRE: FILESYSTEMS defaultroute netwait resolv
# BEFORE: NETWORKING
# KEYWORD: shutdown
#
# Add the following line to /etc/rc.conf to enable dnsdist:

View File

@ -1,14 +0,0 @@
Backport of:
https://github.com/PowerDNS/pdns/commit/e7c6996eb650d17372548899408160bb2d712511
--- dnsdist-console.cc.orig 2020-08-28 19:39:07 UTC
+++ dnsdist-console.cc
@@ -526,7 +526,7 @@ const std::vector<ConsoleKeyword> g_consoleKeywords{
{ "setMaxTCPQueriesPerConnection", true, "n", "set the maximum number of queries in an incoming TCP connection. 0 means unlimited" },
{ "setMaxTCPQueuedConnections", true, "n", "set the maximum number of TCP connections queued (waiting to be picked up by a client thread)" },
{ "setMaxUDPOutstanding", true, "n", "set the maximum number of outstanding UDP queries to a given backend server. This can only be set at configuration time and defaults to 65535" },
- { "SetNegativeAndSOAAction", "true", "nxd, zone, ttl, mname, rname, serial, refresh, retry, expire, minimum [, options]", "Turn a query into a NXDomain or NoData answer and sets a SOA record in the additional section" },
+ { "SetNegativeAndSOAAction", true, "nxd, zone, ttl, mname, rname, serial, refresh, retry, expire, minimum [, options]", "Turn a query into a NXDomain or NoData answer and sets a SOA record in the additional section" },
{ "setPayloadSizeOnSelfGeneratedAnswers", true, "payloadSize", "set the UDP payload size advertised via EDNS on self-generated responses" },
{ "setPoolServerPolicy", true, "policy, pool", "set the server selection policy for this pool to that policy" },
{ "setPoolServerPolicyLua", true, "name, func, pool", "set the server selection policy for this pool to one named 'name' and provided by 'function'" },