From owner-svn-ports-all@freebsd.org Mon Feb 18 15:38:49 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC72914DF195; Mon, 18 Feb 2019 15:38:48 +0000 (UTC) (envelope-from krion@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A8756CC1C; Mon, 18 Feb 2019 15:38:48 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 306FD7D43; Mon, 18 Feb 2019 15:38:48 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1IFcmiI066153; Mon, 18 Feb 2019 15:38:48 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1IFcljS066150; Mon, 18 Feb 2019 15:38:47 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201902181538.x1IFcljS066150@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Mon, 18 Feb 2019 15:38:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493269 - in head/dns/powerdns-recursor: . files X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: in head/dns/powerdns-recursor: . files X-SVN-Commit-Revision: 493269 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5A8756CC1C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2019 15:38:49 -0000 Author: krion Date: Mon Feb 18 15:38:47 2019 New Revision: 493269 URL: https://svnweb.freebsd.org/changeset/ports/493269 Log: Update to 4.1.11 and add buffer fix for rec_control The changelog: #7434: Add an option to export only responses over protobuf #7430: Reduce systemcall usage in protobuf logging Also add a fix (pulled in from OpenBSD) for rec_control's buffer being too small to handle output of some commands. This could be remedied by setting net.local.dgram.maxdgram=131072 in /etc/sysctl.conf, but this patch omits that requirement. PR: 235392 Submitted by: maintainer Modified: head/dns/powerdns-recursor/Makefile head/dns/powerdns-recursor/distinfo head/dns/powerdns-recursor/files/patch-dnsname.hh Modified: head/dns/powerdns-recursor/Makefile ============================================================================== --- head/dns/powerdns-recursor/Makefile Mon Feb 18 15:30:39 2019 (r493268) +++ head/dns/powerdns-recursor/Makefile Mon Feb 18 15:38:47 2019 (r493269) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= recursor -DISTVERSION= 4.1.10 +DISTVERSION= 4.1.11 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- @@ -21,8 +21,6 @@ BROKEN_powerpc64= fails to compile: dnslabeltext.cc: u BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs LIB_DEPENDS= libboost_context.so:devel/boost-libs \ libprotobuf.so:devel/protobuf - -CONFLICTS_INSTALL= powerdns-recursor40 USES= compiler:c++11-lib cpe gmake localbase:ldflags pkgconfig ssl tar:bzip2 GNU_CONFIGURE= YES Modified: head/dns/powerdns-recursor/distinfo ============================================================================== --- head/dns/powerdns-recursor/distinfo Mon Feb 18 15:30:39 2019 (r493268) +++ head/dns/powerdns-recursor/distinfo Mon Feb 18 15:38:47 2019 (r493269) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548341968 -SHA256 (pdns-recursor-4.1.10.tar.bz2) = f22dc09dae32fbf394a80831f7e7a2fde2e5a2a5ac572e134de9935629817f01 -SIZE (pdns-recursor-4.1.10.tar.bz2) = 1238148 +TIMESTAMP = 1549022270 +SHA256 (pdns-recursor-4.1.11.tar.bz2) = 9ec7d52b545d3ea4498b17ea5433a686aa0d82e882608dcdcea9a116a3f4d670 +SIZE (pdns-recursor-4.1.11.tar.bz2) = 1239986 Modified: head/dns/powerdns-recursor/files/patch-dnsname.hh ============================================================================== --- head/dns/powerdns-recursor/files/patch-dnsname.hh Mon Feb 18 15:30:39 2019 (r493268) +++ head/dns/powerdns-recursor/files/patch-dnsname.hh Mon Feb 18 15:38:47 2019 (r493269) @@ -1,4 +1,4 @@ ---- dnsname.hh.orig 2017-01-17 03:18:41 UTC +--- dnsname.hh.orig 2019-01-31 19:43:44 UTC +++ dnsname.hh @@ -30,7 +30,7 @@ #include @@ -9,7 +9,7 @@ #include #endif -@@ -133,7 +133,7 @@ public: +@@ -135,7 +135,7 @@ class DNSName (public) inline bool canonCompare(const DNSName& rhs) const; bool slowCanonCompare(const DNSName& rhs) const;