svn commit: r567404 - head/dns/dnsdbq

Don Lewis truckman at FreeBSD.org
Fri Mar 5 18:28:35 UTC 2021


Author: truckman
Date: Fri Mar  5 18:28:34 2021
New Revision: 567404
URL: https://svnweb.freebsd.org/changeset/ports/567404

Log:
  Upgrade dns/dnsdbq to 2.5.1:
  
    * add zone times to datefix, add json to reverse, fix usage messages
  
    * remove some name-reversal debugging output; handle names which don"t
      end in dots
  
    * add "truncate" transform, clean up the "reverse" string arithmetic
  
    * Add missing trailing period and newline to the -8 usage text
  
    * retire APIKEY from the environment, allow it only in config file
  
    * remember when the system has been specified
  
    * change transform "truncate" to be called "chomp"
  
    * portability fixes
  
  Sponsored by:	Farsight Security, Inc.

Modified:
  head/dns/dnsdbq/Makefile
  head/dns/dnsdbq/distinfo

Modified: head/dns/dnsdbq/Makefile
==============================================================================
--- head/dns/dnsdbq/Makefile	Fri Mar  5 18:21:31 2021	(r567403)
+++ head/dns/dnsdbq/Makefile	Fri Mar  5 18:28:34 2021	(r567404)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	dnsdbq
-PORTVERSION=	2.4.0
+PORTVERSION=	2.5.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	dns
 

Modified: head/dns/dnsdbq/distinfo
==============================================================================
--- head/dns/dnsdbq/distinfo	Fri Mar  5 18:21:31 2021	(r567403)
+++ head/dns/dnsdbq/distinfo	Fri Mar  5 18:28:34 2021	(r567404)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1613866169
-SHA256 (dnsdb-dnsdbq-v2.4.0_GH0.tar.gz) = 576ec8eb4fb4b55fad556cdf70e69e753397e6fb0377d20112ae8c796a1a638d
-SIZE (dnsdb-dnsdbq-v2.4.0_GH0.tar.gz) = 51147
+TIMESTAMP = 1614967635
+SHA256 (dnsdb-dnsdbq-v2.5.1_GH0.tar.gz) = a5abb6938d23e84dc7f5085feee2dca6fed0a3cd67afa019cd47dd972e787018
+SIZE (dnsdb-dnsdbq-v2.5.1_GH0.tar.gz) = 53238


More information about the svn-ports-head mailing list