git: f0a070fa6c1c - main - dns/dnstable: Upgrade to version 0.13.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Feb 2023 05:34:34 UTC
The branch main has been updated by truckman:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f0a070fa6c1cae4d3782fd1d99c68677ab8a1ad6
commit f0a070fa6c1cae4d3782fd1d99c68677ab8a1ad6
Author: Don Lewis <truckman@FreeBSD.org>
AuthorDate: 2023-02-18 05:31:49 +0000
Commit: Don Lewis <truckman@FreeBSD.org>
CommitDate: 2023-02-18 05:34:24 +0000
dns/dnstable: Upgrade to version 0.13.0
* Updated dependency to libwdns 0.11.0
* Updated dependency to libmtbl 1.5.0
* dnstable_lookup: add new command-line options -A, -a, -B, -b, and -c
for time-fenced lookups.
* Optimize time filtered searches on fileset sources with a filtering
query using the subset of files which may contribute to matching
results.
* Fix duplication of results in unaggregated name prefix or rdata name
suffix searches.
* Fix improper skipping of results in IP range or prefix searches.
* Fix return of non-name results in rdata name searches.
* Fix decode_rdata() rdata length for Big Endian.
Sponsored by: DomainTools LLC
---
dns/dnstable/Makefile | 4 ++--
dns/dnstable/distinfo | 6 +++---
dns/dnstable/pkg-plist | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dns/dnstable/Makefile b/dns/dnstable/Makefile
index 50593aa5bfe6..8f93909a82c6 100644
--- a/dns/dnstable/Makefile
+++ b/dns/dnstable/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dnstable
-PORTVERSION= 0.12.0
-PORTREVISION= 1
+PORTVERSION= 0.13.0
+PORTREVISION= 0
CATEGORIES= dns
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
diff --git a/dns/dnstable/distinfo b/dns/dnstable/distinfo
index c1afe9413f8b..6971d07a2a57 100644
--- a/dns/dnstable/distinfo
+++ b/dns/dnstable/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1634270236
-SHA256 (dnstable-0.12.0.tar.gz) = 521a8e7a2edf2ef650f651ae07658ca4b46a981c76a08db103e5293239dc6b1c
-SIZE (dnstable-0.12.0.tar.gz) = 488991
+TIMESTAMP = 1676695910
+SHA256 (dnstable-0.13.0.tar.gz) = d92a05b432493fc0b2b2e0a6dac0ca60c2283c725d3225c5e13faa8d227b9fb3
+SIZE (dnstable-0.13.0.tar.gz) = 738879
diff --git a/dns/dnstable/pkg-plist b/dns/dnstable/pkg-plist
index 6b2d0eb62831..d2194872f686 100644
--- a/dns/dnstable/pkg-plist
+++ b/dns/dnstable/pkg-plist
@@ -5,7 +5,7 @@ include/dnstable.h
lib/libdnstable.a
lib/libdnstable.so
lib/libdnstable.so.0
-lib/libdnstable.so.0.2.0
+lib/libdnstable.so.0.2.1
libdata/pkgconfig/libdnstable.pc
man/man1/dnstable_dump.1.gz
man/man1/dnstable_lookup.1.gz