Index: Makefile =================================================================== --- Makefile (revision 455914) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= recursor -DISTVERSION= 4.0.7 +DISTVERSION= 4.1.0 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- Index: distinfo =================================================================== --- distinfo (revision 455914) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512117295 -SHA256 (pdns-recursor-4.0.7.tar.bz2) = 966d1654c32c72bd0cc9b301ae5b723a34e36f3c02e62c73a7643260122f94e7 -SIZE (pdns-recursor-4.0.7.tar.bz2) = 1107546 +TIMESTAMP = 1512394122 +SHA256 (pdns-recursor-4.1.0.tar.bz2) = 880b9d4cc57e2b11cae5bff9b20571fb3466f4385c010d06764296fef44f60a3 +SIZE (pdns-recursor-4.1.0.tar.bz2) = 1222751 Index: files/extrapatch-setuid =================================================================== --- files/extrapatch-setuid (revision 455914) +++ files/extrapatch-setuid (working copy) @@ -1,7 +1,7 @@ ---- pdns_recursor.cc.orig 2017-01-17 02:48:30 UTC +--- pdns_recursor.cc.orig 2017-12-04 12:51:03 UTC +++ pdns_recursor.cc -@@ -2969,8 +2969,8 @@ int main(int argc, char **argv) - ::arg().set("disable-syslog","Disable logging to syslog, useful when running inside a supervisor that logs stdout")="no"; +@@ -3325,8 +3325,8 @@ int main(int argc, char **argv) + ::arg().set("log-timestamp","Print timestamps in log lines, useful to disable when running with a tool that timestamps stdout already")="yes"; ::arg().set("log-common-errors","If we should log rather common errors")="no"; ::arg().set("chroot","switch to chroot jail")=""; - ::arg().set("setgid","If set, change group id to this gid for more security")=""; @@ -8,6 +8,6 @@ - ::arg().set("setuid","If set, change user id to this uid for more security")=""; + ::arg().set("setgid","If set, change group id to this gid for more security")="pdns"; + ::arg().set("setuid","If set, change user id to this uid for more security")="pdns_recursor"; - ::arg().set("network-timeout", "Wait this nummer of milliseconds for network i/o")="1500"; + ::arg().set("network-timeout", "Wait this number of milliseconds for network i/o")="1500"; ::arg().set("threads", "Launch this number of threads")="2"; ::arg().set("processes", "Launch this number of processes (EXPERIMENTAL, DO NOT CHANGE)")="1"; // if we un-experimental this, need to fix openssl rand seeding for multiple PIDs!