From owner-svn-ports-all@freebsd.org Fri Dec 20 00:02:19 2019 Return-Path: Delivered-To: svn-ports-all@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 A7EAA1EEA05; Fri, 20 Dec 2019 00:02:19 +0000 (UTC) (envelope-from truckman@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 47f87b37slz4G4d; Fri, 20 Dec 2019 00:02:19 +0000 (UTC) (envelope-from truckman@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 66DBC1E5D5; Fri, 20 Dec 2019 00:02:19 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBK02Jbi037005; Fri, 20 Dec 2019 00:02:19 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBK02JbP037003; Fri, 20 Dec 2019 00:02:19 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201912200002.xBK02JbP037003@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Fri, 20 Dec 2019 00:02:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520453 - head/dns/dnsdbq X-SVN-Group: ports-head X-SVN-Commit-Author: truckman X-SVN-Commit-Paths: head/dns/dnsdbq X-SVN-Commit-Revision: 520453 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Fri, 20 Dec 2019 00:02:19 -0000 Author: truckman Date: Fri Dec 20 00:02:18 2019 New Revision: 520453 URL: https://svnweb.freebsd.org/changeset/ports/520453 Log: Upgrade dns/dnsdbq to version 1.5.0: * add -q and document -v * Use CURLOPT_PATH_AS_IS option if it is available * Correct -r to be "-r rrset". Correct batch rdata/ip to be "rdata/ip/ADDR[,PFXLEN]" * In man page: remove duplicate -v flag description. Move -q flag to be in alphabetical order * Change -R option to be a -N option. Add a new -R option that searches the left-hand-side. Reference dnstable-encoding(5) * fix no-newline-eof bug in -f for jonas; add -f -f support (verbose batching) * correct behaviour of -l and -L with respect to -f and -m * only call writer_fini() from the scope who called writer_init(), except in the my_exit() path * kill the sort on overcount * add error code and description to the -f -f ++ marker * fix abort in writer_status() by changing where "once" lives from reader to writer * fix no-newline-eof bug in -f; add -f -f support (verbose batching) * Change parsing -l and -L to use parse_long so it will catch parsing errors * Fix an assert * fix #90 with some warning and documentation changes * fix #89 by restructuring the validate_verb() system * fix #88 by better explaining text vs. dns formats * fix #87 by reorganizing some man page text * fix #86 by checking argument to -A and -B options * fix #83 by rewording the -k section of the man page * replace text for -A and -B options * improve documentation about interaction of -s/-S with -l/-L * fix #81 * improve documentation of -c to explain about -A + -B quota impact * time, not date * fix everything noted in #85 * document RRset (raw) query. document HEX better (#111) Restrict portscount to real release tags. Sponsored by: Farsight Security, Inc. Modified: head/dns/dnsdbq/Makefile head/dns/dnsdbq/distinfo Modified: head/dns/dnsdbq/Makefile ============================================================================== --- head/dns/dnsdbq/Makefile Fri Dec 20 00:01:26 2019 (r520452) +++ head/dns/dnsdbq/Makefile Fri Dec 20 00:02:18 2019 (r520453) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dnsdbq -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 DISTVERSIONPREFIX= v CATEGORIES= dns @@ -19,6 +19,8 @@ LIB_DEPENDS= libjansson.so:devel/jansson \ USES= compiler:c11 localbase USE_GITHUB= yes GH_ACCOUNT= dnsdb + +PORTSCOUT= limit:^1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ Modified: head/dns/dnsdbq/distinfo ============================================================================== --- head/dns/dnsdbq/distinfo Fri Dec 20 00:01:26 2019 (r520452) +++ head/dns/dnsdbq/distinfo Fri Dec 20 00:02:18 2019 (r520453) @@ -1,3 +1,3 @@ -TIMESTAMP = 1570084814 -SHA256 (dnsdb-dnsdbq-v1.4.0_GH0.tar.gz) = 2049449e31fd90c03599c510166d26c90da9aa850d3707761b5e3806d33ad076 -SIZE (dnsdb-dnsdbq-v1.4.0_GH0.tar.gz) = 32662 +TIMESTAMP = 1576787497 +SHA256 (dnsdb-dnsdbq-v1.5.0_GH0.tar.gz) = 89a1696aaf1faa317b870205025eea88489caaa64c59d719cbd995793edc9348 +SIZE (dnsdb-dnsdbq-v1.5.0_GH0.tar.gz) = 34371