Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Nov 2020 15:30:13 +0000 (UTC)
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555485 - in head/dns/powerdns: . files
Message-ID:  <202011161530.0AGFUD10049070@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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";



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011161530.0AGFUD10049070>