notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
There is a known issue with processing of security/vuxml data. As a results, the "Lastest Vulnerabilities" box is out of date and new entries after 2025-Sep-02 are not shown.
Port details on branch 2023Q3
dnstable Encoding format, library, and utilities for passive DNS data
0.13.1_1 dns on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.13.1_1Version of this port present on the latest quarterly branch.
Maintainer: truckman@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-09-10 17:57:03
Last Update: 2023-09-10 17:52:49
Commit Hash: cb84157
License: APACHE20
WWW:
https://github.com/farsightsec/dnstable
Description:
dnstable implements an encoding format for passive DNS data. It consists of a C library, libdnstable, and several command line utilities for creating, querying, and merging dnstable data files. It stores key-value records in Sorted String Table (SSTable) files and provides high-level interfaces for querying or iterating over the stored records. dnstable encodes individual records using a format tailored for efficiently storing passive DNS data and can quickly perform both "forward" and "inverse" searches.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (26 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/dnstable-0.13.1_1/catalog.mk
  3. /usr/local/share/licenses/dnstable-0.13.1_1/LICENSE
  4. /usr/local/share/licenses/dnstable-0.13.1_1/APACHE20
  5. bin/dnstable_dump
  6. bin/dnstable_lookup
  7. bin/dnstable_merge
  8. include/dnstable.h
  9. lib/libdnstable.a
  10. lib/libdnstable.so
  11. lib/libdnstable.so.0
  12. lib/libdnstable.so.0.2.2
  13. libdata/pkgconfig/libdnstable.pc
  14. man/man1/dnstable_dump.1.gz
  15. man/man1/dnstable_lookup.1.gz
  16. man/man1/dnstable_merge.1.gz
  17. man/man3/dnstable_entry.3.gz
  18. man/man3/dnstable_iter.3.gz
  19. man/man3/dnstable_merge_func.3.gz
  20. man/man3/dnstable_query.3.gz
  21. man/man3/dnstable_reader.3.gz
  22. man/man5/dnstable-encoding.5.gz
  23. man/man7/dnstable.7.gz
  24. @owner
  25. @group
  26. @mode
Collapse this list.
Dependency lines:
  • dnstable>0:dns/dnstable
To install the port:
cd /usr/ports/dns/dnstable/ && make install clean
To add the package, run one of these commands:
  • pkg install dns/dnstable
  • pkg install dnstable
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: dnstable
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1677867191 SHA256 (dnstable-0.13.1.tar.gz) = cd2e49b2820c9db3baf88864ecc983fdc76caa8cfe2c9d7a1e3f73e6659ee27c SIZE (dnstable-0.13.1.tar.gz) = 746011

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
  2. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libmtbl.so : devel/mtbl
  2. libyajl.so : devel/yajl
  3. libwdns.so : dns/wdns
This port is required by:
for Libraries
  1. dns/dnstable-convert

Configuration Options:
No options to configure
Options name:
dns_dnstable
USES:
gmake libtool pathfix pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (5 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/truckman/farsight/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/truckman/farsight/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/truckman/farsight/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/truckman/farsight/
  5. https://dl.farsightsecurity.com/dist/dnstable/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.13.1_1
10 Sep 2023 17:52:49
commit hash: cb8415790a2343ef7a5311eec137c9a9de53ceeacommit hash: cb8415790a2343ef7a5311eec137c9a9de53ceeacommit hash: cb8415790a2343ef7a5311eec137c9a9de53ceeacommit hash: cb8415790a2343ef7a5311eec137c9a9de53ceea files touched by this commit
Don Lewis (truckman) search for other commits by this committer
dns/wdns: upgrade to version 0.12.0

0.12.0:
 * Add EDNS output to wdns_message_to_str().

 * Fix memory leak triggered by multiple OPT records in messages.

 * Fixes multiple bugs in base32 encoding, NSEC bitmap parsing, and
   HTTPS svcparam parsing.

 * Fix out of bounds memory write in wdns_str_to_name.

 * Fix handling of no address for client subnets.

Bump PORTREVISION of dependent ports.

MFH:		2023Q3
Sponsored by:	DomainTools LLC

(cherry picked from commit e81c9f11826759d60187c6cc79463f5162781170)

Number of commits found: 1