Port details on branch 2023Q3 |
- dnstable Encoding format, library, and utilities for passive DNS data
- 0.13.1_1 dns
=0 0.13.1_1Version of this port present on the latest quarterly branch. - Maintainer: truckman@FreeBSD.org
 - 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.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- 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:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libmtbl.so : devel/mtbl
- libyajl.so : devel/yajl
- libwdns.so : dns/wdns
- This port is required by:
- for Libraries
-
- 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:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.13.1_1 10 Sep 2023 17:52:49
    |
Don Lewis (truckman)  |
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
|