View | Details | Raw Unified | Return to bug 250026 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	dnsdist
4
PORTNAME=	dnsdist
5
DISTVERSION=	1.5.0
5
DISTVERSION=	1.5.1
6
PORTREVISION=	1
7
CATEGORIES=	dns net
6
CATEGORIES=	dns net
8
MASTER_SITES=	https://downloads.powerdns.com/releases/
7
MASTER_SITES=	https://downloads.powerdns.com/releases/
9
8
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1596123185
1
TIMESTAMP = 1601542484
2
SHA256 (dnsdist-1.5.0.tar.bz2) = 2c07c4ef0c497f5223909ff181fe3ba7c6016962a2855cffe26b7f3609f27b58
2
SHA256 (dnsdist-1.5.1.tar.bz2) = cae759729a87703f4d09b0ed4227cb224aaaa252fa92f2432fd7116f560afbf1
3
SIZE (dnsdist-1.5.0.tar.bz2) = 1067645
3
SIZE (dnsdist-1.5.1.tar.bz2) = 1068061
(-)files/dnsdist.in (-1 / +2 lines)
Lines 3-9 Link Here
3
# $FreeBSD$
3
# $FreeBSD$
4
#
4
#
5
# PROVIDE: dnsdist
5
# PROVIDE: dnsdist
6
# REQUIRE: DAEMON NETWORKING
6
# REQUIRE: FILESYSTEMS defaultroute netwait resolv
7
# BEFORE: NETWORKING
7
# KEYWORD: shutdown
8
# KEYWORD: shutdown
8
#
9
#
9
# Add the following line to /etc/rc.conf to enable dnsdist:
10
# Add the following line to /etc/rc.conf to enable dnsdist:
(-)files/patch-dnsdist-console.cc (-14 lines)
Lines 1-14 Link Here
1
Backport of:
2
	https://github.com/PowerDNS/pdns/commit/e7c6996eb650d17372548899408160bb2d712511
3
4
--- dnsdist-console.cc.orig	2020-08-28 19:39:07 UTC
5
+++ dnsdist-console.cc
6
@@ -526,7 +526,7 @@ const std::vector<ConsoleKeyword> g_consoleKeywords{
7
   { "setMaxTCPQueriesPerConnection", true, "n", "set the maximum number of queries in an incoming TCP connection. 0 means unlimited" },
8
   { "setMaxTCPQueuedConnections", true, "n", "set the maximum number of TCP connections queued (waiting to be picked up by a client thread)" },
9
   { "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" },
10
-  { "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" },
11
+  { "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" },
12
   { "setPayloadSizeOnSelfGeneratedAnswers", true, "payloadSize", "set the UDP payload size advertised via EDNS on self-generated responses" },
13
   { "setPoolServerPolicy", true, "policy, pool", "set the server selection policy for this pool to that policy" },
14
   { "setPoolServerPolicyLua", true, "name, func, pool", "set the server selection policy for this pool to one named 'name' and provided by 'function'" },

Return to bug 250026