1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/dns/dnstable/pkg-plist
Don Lewis 3555695ec1 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.
2021-10-14 21:44:14 -07:00

20 lines
484 B
Plaintext

bin/dnstable_dump
bin/dnstable_lookup
bin/dnstable_merge
include/dnstable.h
lib/libdnstable.a
lib/libdnstable.so
lib/libdnstable.so.0
lib/libdnstable.so.0.2.0
libdata/pkgconfig/libdnstable.pc
man/man1/dnstable_dump.1.gz
man/man1/dnstable_lookup.1.gz
man/man1/dnstable_merge.1.gz
man/man3/dnstable_entry.3.gz
man/man3/dnstable_iter.3.gz
man/man3/dnstable_merge_func.3.gz
man/man3/dnstable_query.3.gz
man/man3/dnstable_reader.3.gz
man/man5/dnstable-encoding.5.gz
man/man7/dnstable.7.gz