Upgrade dnsdbq to version 1.0.0:

* add positivity check for -l

 * avoid EPIPE from sort

 * catch the case where /bailiwick is specified for -

 * display usage errors without help text; instead, tell the user about
   the -h option

 * notice with -c is used without -A or -B

 * replace last remaining fgets with getline

 * correct and improve option-incompatibility testing

 * add -a for alternative server api prefixes, and -u for alternative
   server api syntax

 * remove some debugging code

 * remove layering violation in the 404 handling

 * allow error-body to span several tcp segments (writer_func calls)

Sponsored by:	Farsight Security, Inc.
This commit is contained in:
Don Lewis 2018-03-17 01:27:47 +00:00
parent d3e780b792
commit d576258263
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464746
2 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,12 @@
# $FreeBSD$
PORTNAME= dnsdbq
PORTVERSION= 0.0.20180215
PORTVERSION= 1.0.0
DISTVERSIONPREFIX= v
CATEGORIES= dns
MAINTAINER= truckman@FreeBSD.org
COMMENT= Shortened version of the dnsdb query testing tool
COMMENT= DNSDB API Client, C Version
LICENSE= APACHE20 ISCL
LICENSE_COMB= multi
@ -18,7 +19,6 @@ LIB_DEPENDS= libjansson.so:devel/jansson \
USES= localbase
USE_GITHUB= yes
GH_ACCOUNT= dnsdb
GH_TAGNAME= 273f985f03a4b92a8d641f064dc54faf28222e36
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1518672234
SHA256 (dnsdb-dnsdbq-0.0.20180215-273f985f03a4b92a8d641f064dc54faf28222e36_GH0.tar.gz) = 557c756fbbf064894fa17513b56c121e0011ccc4ee5a75627464dcd65596e424
SIZE (dnsdb-dnsdbq-0.0.20180215-273f985f03a4b92a8d641f064dc54faf28222e36_GH0.tar.gz) = 22012
TIMESTAMP = 1521244496
SHA256 (dnsdb-dnsdbq-v1.0.0_GH0.tar.gz) = 629aedd033851cd36684e3f447483f7d318e5f6683278a05bc9d450fcd69c512
SIZE (dnsdb-dnsdbq-v1.0.0_GH0.tar.gz) = 22599