svn commit: r555485 - in head/dns/powerdns: . files

Mikael Urankar mikael at FreeBSD.org
Mon Nov 16 15:30:14 UTC 2020


Author: mikael
Date: Mon Nov 16 15:30:13 2020
New Revision: 555485
URL: https://svnweb.freebsd.org/changeset/ports/555485

Log:
  dns/powerdns: add missing patch
  
  PR:		250961
  Submitted by:	Ralf van der Enden (maintainer)

Added:
  head/dns/powerdns/files/patch-pdns_common__startup.cc   (contents, props changed)
Modified:
  head/dns/powerdns/Makefile

Modified: head/dns/powerdns/Makefile
==============================================================================
--- head/dns/powerdns/Makefile	Mon Nov 16 15:22:34 2020	(r555484)
+++ head/dns/powerdns/Makefile	Mon Nov 16 15:30:13 2020	(r555485)
@@ -2,7 +2,7 @@
 
 PORTNAME=	powerdns
 DISTVERSION=	4.3.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	dns
 MASTER_SITES=	https://downloads.powerdns.com/releases/
 DISTNAME=	pdns-${DISTVERSION}

Added: head/dns/powerdns/files/patch-pdns_common__startup.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/powerdns/files/patch-pdns_common__startup.cc	Mon Nov 16 15:30:13 2020	(r555485)
@@ -0,0 +1,13 @@
+--- pdns/common_startup.cc.orig	2020-02-24 14:34:14 UTC
++++ pdns/common_startup.cc
+@@ -191,8 +191,8 @@ void declareArguments()
+ 
+   ::arg().setSwitch("no-shuffle","Set this to prevent random shuffling of answers - for regression testing")="off";
+ 
+-  ::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")="";
++  ::arg().set("setuid","If set, change user id to this uid for more security")="pdns";
++  ::arg().set("setgid","If set, change group id to this gid for more security")="pdns";
+ 
+   ::arg().set("max-cache-entries", "Maximum number of entries in the query cache")="1000000";
+   ::arg().set("max-packet-cache-entries", "Maximum number of entries in the packet cache")="1000000";


More information about the svn-ports-all mailing list