svn commit: r546810 - head/dns/dnsdist/files

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 19:43:26 UTC 2020


Author: tcberner
Date: Fri Aug 28 19:43:23 2020
New Revision: 546810
URL: https://svnweb.freebsd.org/changeset/ports/546810

Log:
  dns/dnsdist: fix build on recent current
  
  Obtained from:	https://github.com/PowerDNS/pdns/commit/e7c6996eb650d17372548899408160bb2d712511

Added:
  head/dns/dnsdist/files/patch-dnsdist-console.cc   (contents, props changed)

Added: head/dns/dnsdist/files/patch-dnsdist-console.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/dnsdist/files/patch-dnsdist-console.cc	Fri Aug 28 19:43:23 2020	(r546810)
@@ -0,0 +1,14 @@
+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'" },


More information about the svn-ports-head mailing list