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

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	powerdns
3
PORTNAME=	powerdns
4
DISTVERSION=	4.3.1
4
DISTVERSION=	4.3.1
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	dns
6
CATEGORIES=	dns
7
MASTER_SITES=	https://downloads.powerdns.com/releases/
7
MASTER_SITES=	https://downloads.powerdns.com/releases/
8
DISTNAME=	pdns-${DISTVERSION}
8
DISTNAME=	pdns-${DISTVERSION}
(-)files/patch-pdns_common__startup.cc (+13 lines)
Line 0 Link Here
1
--- pdns/common_startup.cc.orig	2020-02-24 14:34:14 UTC
2
+++ pdns/common_startup.cc
3
@@ -191,8 +191,8 @@ void declareArguments()
4
 
5
   ::arg().setSwitch("no-shuffle","Set this to prevent random shuffling of answers - for regression testing")="off";
6
 
7
-  ::arg().set("setuid","If set, change user id to this uid for more security")="";
8
-  ::arg().set("setgid","If set, change group id to this gid for more security")="";
9
+  ::arg().set("setuid","If set, change user id to this uid for more security")="pdns";
10
+  ::arg().set("setgid","If set, change group id to this gid for more security")="pdns";
11
 
12
   ::arg().set("max-cache-entries", "Maximum number of entries in the query cache")="1000000";
13
   ::arg().set("max-packet-cache-entries", "Maximum number of entries in the packet cache")="1000000";

Return to bug 250961