aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2021-07-15 22:54:07 +0000
committerDon Lewis <truckman@FreeBSD.org>2021-07-16 06:54:49 +0000
commit970b82e67b6381466e1b434ec94be8f0cdeb969b (patch)
treee72c1404b1a5290a6a65c9f39063f986ea5b42ae
parented21e8014394d2465d58cb16366682c02019ec94 (diff)
downloadports-970b82e67b6381466e1b434ec94be8f0cdeb969b.tar.gz
ports-970b82e67b6381466e1b434ec94be8f0cdeb969b.zip
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.
-rw-r--r--dns/dnsdbq/Makefile2
-rw-r--r--dns/dnsdbq/distinfo6
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