Skip to content

Commit

Permalink
dns/dnstable: Upgrade to version 0.13.0
Browse files Browse the repository at this point in the history
  * 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
  • Loading branch information
DonLewisFreeBSD committed Feb 18, 2023
1 parent 4876155 commit f0a070f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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

Expand Down
6 changes: 3 additions & 3 deletions 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
2 changes: 1 addition & 1 deletion dns/dnstable/pkg-plist
Expand Up @@ -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
Expand Down

0 comments on commit f0a070f

Please sign in to comment.