Date: Fri, 20 Dec 2019 00:02:19 +0000 (UTC) From: Don Lewis <truckman@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520453 - head/dns/dnsdbq Message-ID: <201912200002.xBK02JbP037003@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912200002.xBK02JbP037003>