Port details |
- dnstable-convert Conversion utility for passive DNS data in dnstable format
- 0.14.0 dns =2 0.13.0_1Version of this port present on the latest quarterly branch.
- Maintainer: truckman@FreeBSD.org
- Port Added: 2018-06-25 17:14:58
- Last Update: 2024-12-13 03:05:22
- Commit Hash: 3607de2
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://github.com/farsightsec/dnstable-convert
- Description:
- dnstable_convert is a conversion utility for passive DNS data in
dnstable format. It was split out of dnstable to reduce the
dependencies of dnstable.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- dnstable-convert>0:dns/dnstable-convert
- To install the port:
- cd /usr/ports/dns/dnstable-convert/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/dnstable-convert
- pkg install dnstable-convert
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dnstable-convert
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1734057441
SHA256 (dnstable-convert-0.14.0.tar.gz) = 9a2349fcfff192c7c0a627b46361e861b75ffd728e4458c9a69e14fbf9220c8a
SIZE (dnstable-convert-0.14.0.tar.gz) = 155630
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- sie-nmsg>0 : net/sie-nmsg
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- sie-nmsg>0 : net/sie-nmsg
- Library dependencies:
-
- libdnstable.so : dns/dnstable
- libmtbl.so : devel/mtbl
- libnmsg.so : net/nmsg
- libwdns.so : dns/wdns
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- dns_dnstable-convert
- USES:
- gmake libtool pathfix pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.14.0 13 Dec 2024 03:05:22 |
Don Lewis (truckman) |
dns/dnstable-convert: Upgrade to 0.14.0
dnstable-convert (0.14.0)
* dnstable_convert: Add -t <COUNT> option to specify the maximum number of
threads to use for the internal MTBL writer and sorter.
* dnstable_convert: Add -b <DNS_BSIZE[,DNSSEC_BSIZE]> option to set
DNS (and optionally DNSSEC) data block size.
Sponsored by: DomainTools LLC |
0.13.0_3 13 Dec 2024 02:31:14 |
Don Lewis (truckman) |
devel/mtbl: Upgrade to version 1.7.1
1.7.1:
* Incremented version for new tarball.
1.7.0:
* Add public mtbl_threadpool API, enabling multithreaded functionality
for mtbl_writer and mtbl_sorter objects; see mtbl_threadpool manpage
for more info.
* Add mtbl_writer_options_set_threadpool() to enable multithreaded
data block compression.
* Add mtbl_sorter_options_set_threadpool() to enable multithreaded
sorting.
* Add -t option for setting the preferred number of threads to use in
an mtbl_threadpool object used for writing in mtbl_merge.
Bump PORTREVISION of dependent ports.
Sponsored by: DomainTools LLC |
0.13.0_2 12 Oct 2024 21:53:52 |
Don Lewis (truckman) |
net/nmsg: Upgrade to version 1.3.0
nmsg (1.3.0):
* Added external configuration for Kafka IO.
* Stop IO when output fails.
* Add support and API for statistics module.
* Remove prometheus integration.
* Add NMSG_STATSMOD_CONFIG environment variable.
* Bug fixes.
* Documentation fixes.
Bump PORTREVISION of dependent ports.
Sponsored by: DomainTools LLC |
0.13.0_1 12 Jul 2024 03:18:15 |
Don Lewis (truckman) |
net/nmsg: Bump PORTREVSION of dependent ports
The last uprade of net/nmsg changed its shared library version. Bump
PORTREVISION of its dependent ports to force package rebuilds.
Sponsored by: DomainTools LLC |
0.13.0 06 Jun 2024 09:15:05 |
Don Lewis (truckman) |
dns/dnstable-convert: Upgrade to 0.13.0
* Add optional generation of source information metadata.
* Add optional indexing of SOA rdata by rname.
Sponsored by: DomainTools LLC |
0.12.0_4 20 May 2024 10:33:03 |
Vsevolod Stakhov (vsevolod) |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
0.12.0_3 07 Mar 2024 05:04:54 |
Don Lewis (truckman) |
dns/dnstable-convert: Move man pages to share/man
Move the man pages. We no longer need post-install to install them.
Sponsored by: DomainTools LLC |
0.12.0_2 10 Sep 2023 05:35:14 |
Don Lewis (truckman) |
net/nmsg: 1.1.0
1.1.0:
* Multiple performance improvements to JSON formatting.
* Multiple performance and concurrency improvements in nmsg_io loop.
* Add new dnsobs message type for raw passive DNS observations.
* Format DNS messages as JSON in base:dnsqr, base:dnstap, and
base:dnsobs.
* Format base:encode payload in human readable form in JSON output.
* Replace yajl with json-c for JSON parsing. (Only the first 15 lines of the commit message are shown above ) |
0.12.0_1 29 Jun 2023 03:16:45 |
Don Lewis (truckman) |
dns/dnstable-convert: Upgrade to 0.12.0
* dnstable_convert: add -p option to not remove generated mtbl file
with no records.
* dnstable_convert: additional logging at startup and exit.
* dnstable_convert: increase file descriptor resource limit at startup.
* dnstable_unconvert: sort rdata values in "wdns_sort_rrset" order
for consistency with other dnstable data sources.
The problem fixed by patch-dnstable__convert.c has been fixed upstream.
Sponsored by: DomainTools LLC |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.11.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.11.0_1 12 Apr 2022 05:31:39 |
Don Lewis (truckman) |
dns/wdns: Upgrade to version 0.11.0
* Improve support for CAA records. (CAA was previously rendered as a
"generic" rdata type.)
* Bug fix for NSEC/NSEC3/CSYNC: do not output empty rrtype bitmaps
per RFC6840 section 6.4.
* Fix parsing of A6 records that ommit and address portion. Correct
parsing of A6 records with prefix length 0. Correct handling of
A6 address bytes. The address bytes of an A6 record are an address
suffix relative to the prefix represented by the domain name, and
so must be copied to and from the lower order bytes of the internal
address representation. These A6 code updates were for the purposes
of clearing "round trip" test errors in the existing code base. (Only the first 15 lines of the commit message are shown above ) |
0.11.0 15 Oct 2021 04:46:59 |
Don Lewis (truckman) |
dns/dnstable-convert: Upgrade to version 0.11.0
dnstable-convert 0.11.0:
* Add new tool dnstable_unconvert which converts the RRSET entries of
a dnstable file to the equivalent NMSG format.
* Add SVCB and HTTPS records indexing support, based upon
draft-ietf-dnsop-svcb-https-07. Note that the hostname portion in
the RDATA is downcased in the sliced encoding and reversed name
entry.
* Put CDS, CDNSKEY, and TA resource record types into dnssec.*
output files. To duplicate these three DNSSEC types to the dns.*
output files for compatibility, use the new dnstable_convert -D (Only the first 15 lines of the commit message are shown above ) |
0.10.0_1 17 Sep 2021 19:49:43 |
Don Lewis (truckman) |
net/nmsg: upgrade to version 1.0.0
The network encapsulation library, nmsg, version 1.0.0 is released.
This release deprecates Crossroads I/O (libxs) support in favor of
ZeroMQ (libzmq). Note command-line updates enabling ZeroMQ socket
connections for nmsgtool, as described in its man page. In addition
the treatment of unknown rrtypes was amended for nmsgtool JSON
output. In detail:
Replace libXS with ZeroMQ and associated calls.
Developer API functions nmsg_input_open_xs(),
nmsg_input_open_xs_endpoint(), nmsg_io_add_input_xs_channel(),
nmsg_output_open_xs(), and nmsg_output_open_xs_endpoint() are
deprecated and replaced with respectively: nmsg_input_open_zmq(), (Only the first 15 lines of the commit message are shown above ) |
0.10.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.10.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.10.0 25 Jun 2018 17:14:42 |
truckman |
New port dns/dnstable_convert. It was split out of dnstable to reduce the
dependencies of dnstable.
dnstable_convert is a conversion utility for passive DNS data in
dnstable format.
Sponsored by: Farsight Security, Inc. |