git: 3555695ec1b4 - main - dns/dnstable: upgrade to version 1.2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Oct 2021 04:57:38 UTC
The branch main has been updated by truckman:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3555695ec1b4768e18afd251f9e48709a06180e5
commit 3555695ec1b4768e18afd251f9e48709a06180e5
Author: Don Lewis <truckman@FreeBSD.org>
AuthorDate: 2021-10-15 04:44:14 +0000
Commit: Don Lewis <truckman@FreeBSD.org>
CommitDate: 2021-10-15 04:44:14 +0000
dns/dnstable: upgrade to version 1.2.0
dnstable 1.2.0:
* Implement indexing using RRtypes for ENTRY_TYPE_RRSET_NAME_FWD and
ENTRY_TYPE_RDATA_NAME_REV entries. This uses RFC6840 RRtype bitmaps
as the primary data structure.
* Added support for dnstable entries encoding version information and
time metadata.
* The version entries, time metadata, and rrtype index information are
generated by an updated dnstable-convert. Files generated by the old
dnstable-convert will be processed as they were with the previous
dnstable versions i.e., the new entry types and rrset index
information will be absent.
* Add -R flag to dnstable_dump and dnstable_lookup to add raw rdata
representation to outputs.
* Add long options to dnstable_dump to fix bug in not accepting some
options properly.
* Fix dnstable_lookup usage output.
* Refactor time formatters and fix compiler warnings.
* Ignore entries which fail decoding for use with legacy empty data.
* Miscellaneous documentation improvements.
Sponsored by: Farsight Security, Inc.
---
dns/dnstable/Makefile | 2 +-
dns/dnstable/distinfo | 6 +++---
dns/dnstable/pkg-plist | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dns/dnstable/Makefile b/dns/dnstable/Makefile
index bb4323c2203a..7d9b123a6e44 100644
--- a/dns/dnstable/Makefile
+++ b/dns/dnstable/Makefile
@@ -1,5 +1,5 @@
PORTNAME= dnstable
-PORTVERSION= 0.11.2
+PORTVERSION= 0.12.0
CATEGORIES= dns
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
diff --git a/dns/dnstable/distinfo b/dns/dnstable/distinfo
index 1099f277b163..c1afe9413f8b 100644
--- a/dns/dnstable/distinfo
+++ b/dns/dnstable/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1562347197
-SHA256 (dnstable-0.11.2.tar.gz) = ea6bbae9bcc63b872381a40005bda6a4daa789395e3ed56216bf1ba421cd2ab2
-SIZE (dnstable-0.11.2.tar.gz) = 472984
+TIMESTAMP = 1634270236
+SHA256 (dnstable-0.12.0.tar.gz) = 521a8e7a2edf2ef650f651ae07658ca4b46a981c76a08db103e5293239dc6b1c
+SIZE (dnstable-0.12.0.tar.gz) = 488991
diff --git a/dns/dnstable/pkg-plist b/dns/dnstable/pkg-plist
index c5a8af850896..6b2d0eb62831 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.1.0
+lib/libdnstable.so.0.2.0
libdata/pkgconfig/libdnstable.pc
man/man1/dnstable_dump.1.gz
man/man1/dnstable_lookup.1.gz