Skip to content

Commit

Permalink
Upgrade dns/dnsdbq to version 1.5.0:
Browse files Browse the repository at this point in the history
  * 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.
  • Loading branch information
DonLewisFreeBSD committed Dec 20, 2019
1 parent 3262aec commit c3d65fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion dns/dnsdbq/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= dnsdbq
PORTVERSION= 1.4.0
PORTVERSION= 1.5.0
DISTVERSIONPREFIX= v
CATEGORIES= dns

Expand All @@ -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/
Expand Down
6 changes: 3 additions & 3 deletions dns/dnsdbq/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c3d65fe

Please sign in to comment.