Date: Fri, 24 Jul 2020 06:21:09 +0000 (UTC) From: Don Lewis <truckman@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543003 - head/dns/dnsdbq Message-ID: <202007240621.06O6L9Dd011955@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: truckman Date: Fri Jul 24 06:21:08 2020 New Revision: 543003 URL: https://svnweb.freebsd.org/changeset/ports/543003 Log: Upgrade dns/dnsdbq to version 2.2.1. * Summarize needs to never make two upstream queries * When adding O: to QPARAM_OPTS, it has to be removed from the other getopt options * Remove the strange deduplication logic that was never necy * Improve doc of relative form with explicit labels * Do not round upward for zone time durations, those are not sightings Sponsored by: Farsight Security, Inc. Modified: head/dns/dnsdbq/Makefile head/dns/dnsdbq/distinfo Modified: head/dns/dnsdbq/Makefile ============================================================================== --- head/dns/dnsdbq/Makefile Fri Jul 24 06:20:33 2020 (r543002) +++ head/dns/dnsdbq/Makefile Fri Jul 24 06:21:08 2020 (r543003) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dnsdbq -PORTVERSION= 2.1.1 +PORTVERSION= 2.2.1 DISTVERSIONPREFIX= v CATEGORIES= dns Modified: head/dns/dnsdbq/distinfo ============================================================================== --- head/dns/dnsdbq/distinfo Fri Jul 24 06:20:33 2020 (r543002) +++ head/dns/dnsdbq/distinfo Fri Jul 24 06:21:08 2020 (r543003) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585103392 -SHA256 (dnsdb-dnsdbq-v2.1.1_GH0.tar.gz) = 83c881fdd908c28e2ba7ad0207bd3d78bd8427da4c206bfc995f1af9c9c3fc18 -SIZE (dnsdb-dnsdbq-v2.1.1_GH0.tar.gz) = 41519 +TIMESTAMP = 1595548089 +SHA256 (dnsdb-dnsdbq-v2.2.1_GH0.tar.gz) = 70ab1ac3c1446ce359fcd5279170f3678cd2008e197ca0dc411768e5424147ee +SIZE (dnsdb-dnsdbq-v2.2.1_GH0.tar.gz) = 41905
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007240621.06O6L9Dd011955>