From c3d65fe0eae8a497815a92d7d033c723cd55dd35 Mon Sep 17 00:00:00 2001 From: truckman Date: Fri, 20 Dec 2019 00:02:18 +0000 Subject: [PATCH] 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. --- dns/dnsdbq/Makefile | 4 +++- dns/dnsdbq/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dns/dnsdbq/Makefile b/dns/dnsdbq/Makefile index 0a571898db3f..d5954a34e62d 100644 --- a/dns/dnsdbq/Makefile +++ b/dns/dnsdbq/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dnsdbq -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 DISTVERSIONPREFIX= v CATEGORIES= dns @@ -20,6 +20,8 @@ USES= compiler:c11 localbase USE_GITHUB= yes GH_ACCOUNT= dnsdb +PORTSCOUT= limit:^1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/man1/ diff --git a/dns/dnsdbq/distinfo b/dns/dnsdbq/distinfo index 5b0d797486cb..fc9eb758ceb5 100644 --- a/dns/dnsdbq/distinfo +++ b/dns/dnsdbq/distinfo @@ -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