Port details |
- dnstable-convert Conversion utility for passive DNS data in dnstable format
- 0.11.0_1 dns
=0 Version of this port present on the latest quarterly branch. - Maintainer: truckman@FreeBSD.org
 - Port Added: 2018-06-25 17:14:58
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- License: APACHE20
- 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.
¦ ¦ ¦ ¦ 
- 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 = 1634270341
SHA256 (dnstable-convert-0.11.0.tar.gz) = 676d4cf7c039203462ad2b804df065f5f9e60ff4322278e746f6973fd9b1bfb7
SIZE (dnstable-convert-0.11.0.tar.gz) = 149973
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.3 : 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 |
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. |