1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

dns/dnsdbq: upgrade to version 2.5.5

*  clarify dnsdb is dnsdb2 and when to use dnsdb1 (#177)

  * clarify relationship of -c to -A/-B, in both main text and examples
    (#181)

  * dedup the PDNS JSON presentation (lookup vs. summarize) (#180)

  * add -0 option to test countoff()

  * shelter callers of countoff() from its recursive innards; change
    counted->nlabel

  * change counted->nlabel from size_t to int

  * if there are no alnums, cons up a "." string, in sortable_dnsname()

  * gcc-11 caught an if statement that needed curly brackets

  * cleanups

Sponsored by:	Farsight Security, Inc.
This commit is contained in:
Don Lewis 2021-07-15 15:54:07 -07:00
parent ed21e80143
commit 970b82e67b
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= dnsdbq
PORTVERSION= 2.5.4
PORTVERSION= 2.5.5
DISTVERSIONPREFIX= v
CATEGORIES= dns

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1618812309
SHA256 (dnsdb-dnsdbq-v2.5.4_GH0.tar.gz) = d619970d59110f52403200c2fac79d3081bdfcabf223784388d040b8c08928c7
SIZE (dnsdb-dnsdbq-v2.5.4_GH0.tar.gz) = 53459
TIMESTAMP = 1626387287
SHA256 (dnsdb-dnsdbq-v2.5.5_GH0.tar.gz) = 38cbfe97459dbd965a2961ce79fb422b82d9c794d4c75b9e89ffbbcad6aa4bab
SIZE (dnsdb-dnsdbq-v2.5.5_GH0.tar.gz) = 54163