git: 970b82e67b63 - main - dns/dnsdbq: upgrade to version 2.5.5

Don Lewis truckman at FreeBSD.org
Fri Jul 16 06:55:56 UTC 2021


The branch main has been updated by truckman:

URL: https://cgit.FreeBSD.org/ports/commit/?id=970b82e67b6381466e1b434ec94be8f0cdeb969b

commit 970b82e67b6381466e1b434ec94be8f0cdeb969b
Author:     Don Lewis <truckman at FreeBSD.org>
AuthorDate: 2021-07-15 22:54:07 +0000
Commit:     Don Lewis <truckman at FreeBSD.org>
CommitDate: 2021-07-16 06:54:49 +0000

    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


More information about the dev-commits-ports-main mailing list