Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.1 07 Nov 2024 18:55:22 |
Don Lewis (truckman) |
net/nmsg: Upgrade to 1.3.1
nmsg 1.3.1:
* Rely on built-in librdkafka error handling.
We no longer need to use autoreconf.
Sponsored by: DomainTools LLC |
1.3.0 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 |
1.2.0 11 Jul 2024 18:09:40 |
Don Lewis (truckman) |
net/nmsg: Upgrade to 1.2.0
nmsg (1.2.0)
* Add support for Kafka i/o in JSON and binary forms.
* Add support for prometheus metrics export.
* Replace mutex protected counters and flags with stdatomic
operations.
* New command line options: --kafkakey, --readkafka, --writekafka,
--promport
* New functions: nmsg_input_open_kafka_endpoint(),
nmsg_input_open_kafka_json(),
nmsg_output_open_kafka_endpoint(),
nmsg_output_open_kafka_json()
Sponsored by: DomainTools LLC |
1.1.2_2 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> |
1.1.2_1 07 Mar 2024 06:03:53 |
Don Lewis (truckman) |
net/nmsg: Move man pages to share/man
Sponsored by: DomainTools LLC |
1.1.2 16 Oct 2023 21:40:59 |
Don Lewis (truckman) |
net/nmsg: Upgrade to 1.1.2
1.1.2:
* Now allow nmsgtool --setgroup, --setoperator, and --setsource
to work with --writepres and --writejson outputs.
* Permit nmsgtool --setgroup and --setoperator to use a numerical
value.
* Unmatched group and operator aliases in presentation format now
display as the numerical values instead of (null).
* Ensure mis-running nmsgtool results in failure exit code.
* Fix output buffering for JSON outputs. (Only the first 15 lines of the commit message are shown above ) |
1.1.1 13 Sep 2023 15:22:53 |
Don Lewis (truckman) |
net/nmsg: Upgrade to version 1.1.1
1.1.1:
* Update estimated container size to include space for sequencing
info.
MFH: 2023Q3
Sponsored by: DomainTools LLC |
1.1.0_1 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 ) |
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) |
1.0.1_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 ) |
1.0.1_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 ) |
1.0.1 07 Oct 2021 00:37:28 |
Don Lewis (truckman) |
net/nmsg: Upgrade to version 1.0.1
* nmsgtool: Fix use-after-free bug in statistics debugging (seen on
Debian 10).
* nmsg/base/dnsqr.c: Initialize len in dnsqr_hash to squash
code-checker uninitialized warning.
* Fix assert conditions with side effects for builds with -DNDEBUG
Sponsored by: Farsight Security, Inc. |
1.0.0 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.15.1_1 31 May 2021 17:43:49 |
Don Lewis (truckman) |
devel/protobuf-c: Bump PORTREVISION of dependent ports
Bump the PORTREVISION of ports that use protobuf-c and bake in the value
of PROTOBUF_C_VERSION*.
Sponsored by: Farsight Security, Inc. |
0.15.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.15.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.15.1 30 Jan 2020 04:52:58 |
truckman |
Upgrade net/nmsg to version 0.15.1:
* Fix output stats collection.
* Plugins now found by default at $libdir/nmsg instead of lib/nmsg.
This fixes problem where plugins were not found with recent Debian
packages built with --libdir configure option (used to install
libraries in architecture specific directory). And
./configure --with-plugindir renamed to --with-pluginsdir.
* pkgconfig also depend on libprotobuf-c headers (for third-party
uses of libnmsg with pkgconfig).
Sponsored by: Farsight Security, Inc. |
0.15.0 06 Nov 2019 05:46:47 |
truckman |
Upgrade net/nmsg to version 0.15.0:
* Added runtime-tunable environment variables NMSG_GRALIAS_FILE and
NMSG_OPALIAS_FILE.
* Added compile-time version info to API: NMSG_LIBRARY_VERSION and
MSG_LIBRARY_VERSION_NUMBER; and runtime functions: nmsg_get_version()
and nmsg_get_version_number().
* Ensure nmsg_sock_parse_sockspec() returns an error if an invalid port
range is supplied.
* Fixed nmsg_io filtering default policy logic. (Previously, if the final
filter returned "declined", that result was returned in place of the
configured default policy.) (Only the first 15 lines of the commit message are shown above ) |
0.14.0 15 Oct 2019 01:45:19 |
truckman |
Upgrade net/nmsg to version 0.14.0:
* Add periodic stats output to nmsgtool.
* Add .json suffix to json files output by nmsgtool.
Sponsored by: Farsight Security, Inc. |
0.13.2_2 26 Jun 2019 18:45:20 |
truckman |
Bump PORTREVSION of net/axa and net/nmsg for devel/protobuf-c version
upgrade. These two ports bake the value of either PROTOBUF_C_VERSION
or PROTOBUF_C_VERSION_NUMBER into their binaries.
Sponsored by: Farsight Security, Inc. |
0.13.2_1 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
0.13.2_1 15 Aug 2018 17:30:38 |
truckman |
Bump PORTREVISION of these devel/protobuf-c because they compile the values
of PROTOBUF_C_VERSION or PROTOBUF_C_VERSION_NUMBER into their code.
Differential Revision: Farsight Security, Inc. |
0.13.2 01 Feb 2018 23:47:49 |
truckman |
Upgrade net/nmsg to version 0.13.2.
* Restore terminating NUL character in string fields loaded from JSON.
* Correct display of string fields with missing NUL terminator.
* Improvements to NUL-termination test cases.
Sponsored by: Farsight Security, Inc. |
0.13.1 26 Oct 2017 10:05:13 |
truckman |
Upgrade net/nmsg to version 0.13.1:
* Fix crash when formatting empty string fields as JSON.
* Correct display of empty string fields in presentation output.
* Remove terminating NUL character in string fields loaded from JSON.
Sponsored by: Farsight Security, Inc. |
0.13.0 27 Feb 2017 20:50:05 |
truckman |
Upgrade net/nmsg to version 0.13.0:
* Sanitize JSON UTF-8 output. Invalid UTF-8 sequences are replaced
with the replacement code point U+FFFD.
* Run msgmod 'load' method when loading a message from raw payload
or duplicating an existing message.
* dnstap msgmod: format query_zone in human-readable format.
Sponsored by: Farsight Security, Inc. |
0.12.1 05 Dec 2016 05:57:52 |
truckman |
Upgrade net/nmsg to version 0.12.1:
nmsg (0.12.1)
* Revert "Don't leak duplicate XS endpoint string in parsing code."
-- Farsight Security, Inc. <[email protected]> Mon, 28 Nov 2016 18:52:41 +0000
nmsg (0.12.0)
* Add nmsg_message_get_payload_size() to return the size of the
serialized payload object.
* Add dnstap message module support. dnstap is a flexible,
structured event replication format for DNS software. (Only the first 15 lines of the commit message are shown above ) |
0.11.2 30 Apr 2016 06:44:22 |
truckman |
Upgrade nmsg to version 0.11.2:
* Fix a build failure when building without YAJL support (#47, #49).
* dnsqr: Also perform query name filtering for UDP_UNSOLICITED_RESPONSE
messages (#48).
* dnsqr: Remove 'icmp' from the generated BPF (#20, #50).
* dnsqr: Only set 'resolver_address_zeroed' field if addresses were zeroed
from the underlying query/response packet fields (#51). Resolver address
zeroing only works for the UDP message types, so we were incorrectly
setting the 'resolver_address_zeroed' field for TCP and ICMP messages.
* nmsg-dnsqr2pcap: Also dump ICMP and TCP packets (#52).
-- Robert Edmonds <[email protected]> Fri, 29 Apr 2016 13:37:40 -0400
Sponsored by: Farsight Security, Inc. |
0.11.1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.11.1 13 Feb 2016 21:12:06 |
truckman |
Upgrade nmsg to version 0.11.1:
[ Henry Stern ]
* Use gmtime_r() instead of gmtime() in JSON and text format generators
(#46).
[ Robert Edmonds ]
* Distribute README.FILTERS.md in release tarballs.
Install README.md and README.FILTERS.md in ${DOCSDIR}
Sponsored by: Farsight Security, Inc. |
0.11.0 03 Feb 2016 02:06:11 |
truckman |
Upgrade net/nmsg to 0.11.0:
nmsg (0.11.0)
[ Henry Stern ]
* Add an interval randomization option that randomizes the initial offset
within the selected time interval. This functionality is exposed via the
libnmsg nmsg_io_set_interval_randomized() function and the nmsgtool -R /
--randomize command-line option (#27, #33).
* Add documention for nmsgtool -j / --readjson and -J / --write-json
command-line options (#26, #28).
* Add PKG_CHECK_MODULES dependency on yajl >= 2.1.0 (#29, #31).
(Only the first 15 lines of the commit message are shown above ) |
0.10.0 28 Oct 2015 02:36:18 |
truckman |
Upgrade to nmsg revision 0.10.0.
nmsg (0.10.0)
[ Henry Stern ]
* Add JSON input and output support, including new libnmsg functions
nmsg_input_open_json(), nmsg_output_open_json(), nmsg_message_from_json(),
and nmsg_message_to_json(); new -j and -J command line options for
nmsgtool; and new per-field 'format' and 'parse' methods in the msgmod
plugin API.
[ Chris Mikkelson ]
* nmsg_chalias_free(): Check for null aliases list.
Sponsored by: Farsight Security, Inc. |
0.9.1_2 22 Sep 2015 19:59:10 |
amdmi3 |
- No need for EXAMPLES in OPTIONS_DEFAULT
- Fix dependency on docbook-xsl-ns: don't depend on optional documentation file,
fixes build if docbook-xsl-ns was built WITHOUT=DOCS
Approved by: portmgr blanket |
0.9.1_2 22 Aug 2015 00:56:39 |
truckman |
Use option helpers and nuke the FreeBSD 8 binutils workaround. This
allows the inclusion of bsd.port.options.mk to be eliminated.
Sponsored by: Farsight Security, Inc. |
0.9.1_2 06 Apr 2015 12:42:40 |
truckman |
Add LICENSE_FILE (and bump PORTREVISION).
Convert to use MASTER_SIGHTS_FARSIGHT.
Differential Revision: https://reviews.freebsd.org/D2236
Approved by: mat (mentor)
Sponsored by: Farsight Security, Inc. |
0.9.1_1 23 Jan 2015 22:50:50 |
antoine |
Switch ports depending on docbook* through a directory name to a package name,
as a directory name can't be attributed to a package |
0.9.1_1 10 Jan 2015 21:39:25 |
truckman |
MASTER_SITE dl.farsightsecurity.com only allows https downloads.
Mirror the distfile on LOCAL as a http backup for clients that
can't use https. (Suggested by mat@)
Add MANPAGES option (default YES) because generating the man page
adds a significant number of build dependencies.
Add a comment explaining that the DOXYGEN=NO option gets ignored
if doxygen is installed.
Use option helpers (suggested by mat@).
Use PORTDOCS=* to avoid the need to change pkg-plist if doxygen
changes.
Use INSTALL_TARGET=install-strip instead of ${STRIP_CMD}
(suggested by marino@).
Simplify examples installation.
Differential Revision: https://reviews.freebsd.org/D1484
Approved by: mat (mentor)
Sponsored by: Farsight Security, Inc. |
0.9.1_1 31 Dec 2014 06:45:11 |
antoine |
Update devel/doxygen to 1.8.9
PR: ports/196342
Submitted by: Naram Qashat (maintainer)
Exp-run and fixes to depending ports: self |
0.9.1 15 Dec 2014 21:20:35 |
pawel |
Update to version 0.9.1
ChangeLog:
nmsg (0.9.1)
* Fix a crash that was caused by incorrect initialization of
ProtobufCBufferSimple objects.
* Increase the required verbosity level for several noisy debugging log
messages in the seqsrc tracking code from 5 (nmsgtool -ddddd) to 6
(nmsgtool -dddddd).
PR: 195696
Submitted by: maintainer |
0.9.0_1 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
0.9.0_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.9.0 18 Aug 2014 14:28:35 |
wg |
net/nmsg: fix build for FreeBSD 8.x
PR: 192771
Submitted by: maintainer |
0.9.0 16 Aug 2014 21:21:14 |
wg |
net/nmsg: update to 0.9.0
PR: 192695
Submitted by: maintainer |
0.8.0_1 09 Aug 2014 19:39:09 |
antoine |
Update devel/doxygen to 1.8.7
Update dependent ports to build with it
Most of work by: pi@
Exp-run: self
PR: ports/190943 |
0.8.0 07 Aug 2014 11:02:59 |
marino |
Add new port net/nmsg
PR: 190601
Submitted by: Don Lewis (truckman@)
================================================================
The NMSG format is an efficient encoding of typed, structured data into
payloads which are packed into containers which can be transmitted over
the network or stored to disk. libnmsg is the reference implementation
of this format and provides an extensible interface for creating and
parsing messages in NMSG format. The NMSG format relies on Google
Protocol Buffers to encode the payload header. Individual NMSG payloads
are distinguished by assigned vendor ID and message type values and
libnmsg provides a modular interface for registering handlers for
specific message types. libnmsg makes it easy to build new message
types using the protobuf-c compiler. |