From 970b82e67b6381466e1b434ec94be8f0cdeb969b Mon Sep 17 00:00:00 2001 From: Don Lewis Date: Thu, 15 Jul 2021 15:54:07 -0700 Subject: [PATCH] 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. --- dns/dnsdbq/Makefile | 2 +- dns/dnsdbq/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dns/dnsdbq/Makefile b/dns/dnsdbq/Makefile index bdd39962f838..b382a9764139 100644 --- a/dns/dnsdbq/Makefile +++ b/dns/dnsdbq/Makefile @@ -1,5 +1,5 @@ PORTNAME= dnsdbq -PORTVERSION= 2.5.4 +PORTVERSION= 2.5.5 DISTVERSIONPREFIX= v CATEGORIES= dns diff --git a/dns/dnsdbq/distinfo b/dns/dnsdbq/distinfo index 1ee893a27141..f7bcf9a24ef1 100644 --- a/dns/dnsdbq/distinfo +++ b/dns/dnsdbq/distinfo @@ -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