aboutsummaryrefslogtreecommitdiff
path: root/dns/dnstable-convert
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2021-09-17 18:21:11 +0000
committerDon Lewis <truckman@FreeBSD.org>2021-09-17 19:49:43 +0000
commit05a46907db0a6f062a31d58f1ef07e9eabca953e (patch)
tree5b7739d03de84bfa81726db16a804c7b998e1267 /dns/dnstable-convert
parent0727cd2415ff009027751d9da066c0bb97ec0cf3 (diff)
downloadports-05a46907db0a6f062a31d58f1ef07e9eabca953e.tar.gz
ports-05a46907db0a6f062a31d58f1ef07e9eabca953e.zip
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(), nmsg_input_open_zmq_endpoint(), nmsg_io_add_input_zmq_channel(), nmsg_output_open_zmq(), and nmsg_output_open_zmq_endpoint(). Update nmsgtool command-line options: --readzchan replaces --readzsock, --writezsock replaces --writexsock, --readzsock replaces --readxsock. Change format of unknown rrtypes in nmsgtool JSON output to "TYPE" followed by number. Expose --without-yajl and --without-libzmq configure flags as port options. This upgrade changes the libnmsg.so version number, bump PORTREVISION of the dependent ports. Sponsored by: Farsight Security, Inc.
Diffstat (limited to 'dns/dnstable-convert')
-rw-r--r--dns/dnstable-convert/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/dnstable-convert/Makefile b/dns/dnstable-convert/Makefile
index e31fb15327be..38855790c5e1 100644
--- a/dns/dnstable-convert/Makefile
+++ b/dns/dnstable-convert/Makefile
@@ -1,5 +1,6 @@
PORTNAME= dnstable-convert
PORTVERSION= 0.10.0
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight