Date: Sat, 17 Mar 2018 01:27:47 +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: r464746 - head/dns/dnsdbq Message-ID: <201803170127.w2H1Rlul072763@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: truckman Date: Sat Mar 17 01:27:47 2018 New Revision: 464746 URL: https://svnweb.freebsd.org/changeset/ports/464746 Log: 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. Modified: head/dns/dnsdbq/Makefile head/dns/dnsdbq/distinfo Modified: head/dns/dnsdbq/Makefile ============================================================================== --- head/dns/dnsdbq/Makefile Fri Mar 16 22:32:18 2018 (r464745) +++ head/dns/dnsdbq/Makefile Sat Mar 17 01:27:47 2018 (r464746) @@ -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/ Modified: head/dns/dnsdbq/distinfo ============================================================================== --- head/dns/dnsdbq/distinfo Fri Mar 16 22:32:18 2018 (r464745) +++ head/dns/dnsdbq/distinfo Sat Mar 17 01:27:47 2018 (r464746) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803170127.w2H1Rlul072763>