From owner-dev-commits-ports-main@freebsd.org Thu Apr 8 03:22:01 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1B05B5CC643; Thu, 8 Apr 2021 03:22:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FG64n0K6qz3klk; Thu, 8 Apr 2021 03:22:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F1FC12B013; Thu, 8 Apr 2021 03:22:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1383M0wA067924; Thu, 8 Apr 2021 03:22:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1383M0Df067923; Thu, 8 Apr 2021 03:22:00 GMT (envelope-from git) Date: Thu, 8 Apr 2021 03:22:00 GMT Message-Id: <202104080322.1383M0Df067923@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kevin Bowling Subject: git: e5f6c6eee3ac - main - dns/powerdns-recursor: update to 4.4.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e5f6c6eee3ac2e99ec07cdb060bc6d19ed898bf1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2021 03:22:01 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=e5f6c6eee3ac2e99ec07cdb060bc6d19ed898bf1 commit e5f6c6eee3ac2e99ec07cdb060bc6d19ed898bf1 Author: Kevin Bowling AuthorDate: 2021-04-08 03:17:29 +0000 Commit: Kevin Bowling CommitDate: 2021-04-08 03:21:10 +0000 dns/powerdns-recursor: update to 4.4.3 Changelog https://doc.powerdns.com/recursor/changelog/4.4.html#change-4.4.3 PR: 254865 Approved by: Ralf van der Enden (maintainer) --- dns/powerdns-recursor/Makefile | 6 +++--- dns/powerdns-recursor/distinfo | 6 +++--- dns/powerdns-recursor/files/pdns-recursor.in | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index 396d09bfbad9..bbbb13edac75 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -1,8 +1,7 @@ # Created by: sten@blinkenlights.nl PORTNAME= recursor -DISTVERSION= 4.4.2 -PORTREVISION= 1 +DISTVERSION= 4.4.3 CATEGORIES= dns MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- @@ -32,7 +31,8 @@ USE_RC_SUBR= pdns-recursor GNU_CONFIGURE= YES CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/pdns \ --with-protobuf \ - --without-net-snmp + --without-net-snmp \ + --without-systemd SUB_FILES= pkg-message diff --git a/dns/powerdns-recursor/distinfo b/dns/powerdns-recursor/distinfo index 53c1caee8f4f..a09b4f2fc58a 100644 --- a/dns/powerdns-recursor/distinfo +++ b/dns/powerdns-recursor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608248216 -SHA256 (pdns-recursor-4.4.2.tar.bz2) = b0b97f49848a1758b64bc0b99a596c1583ea525477193f3c01905f5163a4f5cf -SIZE (pdns-recursor-4.4.2.tar.bz2) = 1396763 +TIMESTAMP = 1617201578 +SHA256 (pdns-recursor-4.4.3.tar.bz2) = f8411258100cc310c75710d7f4d59b5eb4797f437f71dc466ed97a83f1babe05 +SIZE (pdns-recursor-4.4.3.tar.bz2) = 1398743 diff --git a/dns/powerdns-recursor/files/pdns-recursor.in b/dns/powerdns-recursor/files/pdns-recursor.in index c7437049c9d7..4a63cb7fb06a 100644 --- a/dns/powerdns-recursor/files/pdns-recursor.in +++ b/dns/powerdns-recursor/files/pdns-recursor.in @@ -25,9 +25,9 @@ pdns_recursor_enable=${pdns_recursor_enable:-"NO"} pdns_recursor_conf=${pdns_recursor_conf:-"%%PREFIX%%/etc/pdns/recursor.conf"} required_files=${pdns_recursor_conf} -pidfile=/var/run/pdns-recursor/${name}.pid - -command=%%PREFIX%%/sbin/${name} -command_args="--daemon" +pidfile="/var/run/${name}.pid" +actual_command="%%PREFIX%%/sbin/${name}" +command="/usr/sbin/daemon" +command_args="-c -f -r -P ${pidfile} ${actual_command} --daemon=no --write-pid=no" run_rc_command "$1"