Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.2_4 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 |
3.0.2_3 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 |
3.0.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> |
3.0.2_1 07 Mar 2024 07:00:19 |
Don Lewis (truckman) |
net/axa: Move man pages to share/man
Also, prune LIB_DEPENDS.
Sponsored by: DomainTools LLC |
3.0.2 17 Dec 2023 20:28:31 |
Don Lewis (truckman) |
net/axa: Upgrade to version 3.0.2
axa 3.0.2:
* Remove default explicit setting of socket snd/rcv buffers
resulting in network performance degradation.
Sponsored by: DomainTools LLC |
3.0.1_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 ) |
3.0.1 28 Apr 2023 23:48:35 |
Don Lewis (truckman) |
net/axa: Upgrade to version 3.0.1
3.0.1:
* Miscellaneous updates to README and manpages.
3.0.0:
* Add sratunnel/radtunnel -K kickfile option to allow rotating
new output files based on -C packet count, -T elapsed seconds, or
-Z file size.
* Allow sratunnel/radtunnel -k (kickfile) to work with -i (interval).
* Add sratunnel/radtunnel -Z option to clamp an output file size. (Only the first 15 lines of the commit message are shown above ) |
2.2.2 05 Dec 2022 23:15:53 |
Don Lewis (truckman) |
net/axa: Still broken on aarch64
The aarch64 link error was not fixed in the 2.2.2 release.
Sponsored by: DomainTools LLC |
2.2.2 21 Nov 2022 05:45:41 |
Don Lewis (truckman) |
net/axa: Upgrade to version 2.2.2
2.2.1:
* To work with higher SSL/TLS security levels, increase the length
of the Digital Signature Algorithm (DSA) primes from 1024 to
2048 bits.
2.2.2:
* sratunnel: catch stop() recursion on flush error
* sratunnel: fix pcap out buffer space calculation
Remove BROKEN, should now build on aarch64.
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) |
2.2.0_5 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 ) |
2.2.0_5 09 May 2022 19:48:35 |
Don Lewis (truckman) |
net/axa: Mark broken on aarch64
Reported by: pkg-fallout
MFH: 2022Q2
Sponsored by: DomainTools |
2.2.0_5 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 ) |
2.2.0_4 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 ) |
2.2.0_3 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. |
2.2.0_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.2.0_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2.0_2 05 Dec 2019 23:16:02 |
truckman |
Bump net/axa PORTREVISION to force package rebuild and upgrade. It
can detect and use the new wdns_get_version() API added to wdns-0.10.0.
Sponsored by: Farsight Security, Inc. |
2.2.0_1 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. |
2.2.0 13 Jun 2019 13:03:12 |
linimon |
Remove -Wno-unused-command-line-argument from CFLAGS to fix the build
on GCC-based systems:
cc1: error: unrecognized command line option
"-Wno-unused-command-line-argument"
Approved by: portmgr (tier-2 blanket) |
2.2.0 24 Oct 2018 17:30:47 |
truckman |
Upgrade net/axa to version 2.2.0:
* Add timestamp indexing
* Fix negotiation of AXA protocol version upon successful connection
Simplify and unbreak CONFIGURE_ENV. Passing /usr/lib/libssl.so to the
linker as an object when building libaxa.so does not cause the linker to
record libssl as a dependency.
Sponsored by: Farsight Security, Inc. |
2.1.0 29 Sep 2018 06:35:41 |
truckman |
Upgrade net/axa to version 2.1.0:
* Add strict permissions requirement for config file
* Update documentation to reflect apikey and port number changes
* Add nmsg json support to sratunnel/radtunnel
* Add and amend tests for config file permissions
* Update nmsg-msg8-module-sie dependency to nmsg-msg9-module-sie
Pet portlint.
Sponsored by: Farsight Security, Inc. |
2.0.1_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 |
2.0.1_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. |
2.0.1 14 Apr 2018 16:20:43 |
truckman |
Upgrade net/axa to version 2.0.1:
* Update support of libedit <= 3.11 (forced wchar support)
* Deprecate use of self-signed certs
* Add SIGINFO (ctrl-t) information getter for sratunnel/radtunnel
* Add tools option to disable output buffering
* Remove mgmt
* Add stats (successor to mgmt)
* Add library versioning
* Add client-side hello allowing client to send system and dependency
information
* Update various internal AXA protocol semantics for AXA Protocol 2
* Add 8601 timestamps to accounting messages
Sponsored by: Farsight Security, Inc. |
1.6.0 30 Jun 2017 07:50:24 |
truckman |
Upgrade net/axa to version 1.6.0:
* Fix make check Clang compiler warnings
* Fix small bugs in apikey transport
* Fix sratool/radtool command completion bug
* Fix sratool/radtool overzealous help bug
* Fix make check when building without yajl
* Add axa_apikey_load_and_check_key()
* Update README (additional examples)
* Remove configure option to select compile-time list of available ciphers
* Make config file errors emitted according to axa_debug level
* Make nmsg file and udp output objects unbuffered
Sponsored by: Farsight Security, Inc. |
1.5.1_1 03 May 2017 17:21:57 |
truckman |
Upgrade net/axa to version 1.5.1
* Add apikey support
* Add per-user config file
Sponsored by: Farsight Security, Inc. |
1.4.0_1 05 Feb 2017 11:14:37 |
sunpoet |
Move devel/libcheck to devel/check
- Bump PORTREVISION for dependent ports |
1.4.0 03 Jan 2017 11:01:06 |
mat |
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight |
1.4.0 05 Dec 2016 06:01:48 |
truckman |
Upgrade net/axa to version 1.4.0:
axa (1.4.0) UNRELEASED; urgency=low
* Fix bug in sratunnel where pcap output could underflow a counter and
crash
* Fix bug in sratool where 'get channels' would fail
* Fix bug in sratunnel where error messages would fail to emit
* Fix typos in manuals
* Fix nonportable doxygen version check
* Add missing files to EXTRA_DIST
* Update README (proper package versions, better install instructions)
-- Mike Schiffman <mschiffm@fsi.io> Fri, 02 Dec 2016 00:49:13 +0000
axa (1.3.5) UNRELEASED; urgency=low
* Fix package descriptions
* Require nmsg >= 0.11.2
-- Mike Schiffman <mschiffm@fsi.io> Mon, 15 Nov 2016 17:19:14 +0000
Sponsored by: Farsight Security, Inc. |
1.3.4 15 Nov 2016 23:40:10 |
truckman |
Upgrade axa to version 1.3.4:
* Update copyright for 2016 where missing
* Fix static analyzer warnings
* Add missing libprotobuf_c_CFLAGS to Makefile.am
* Fix typos in documentation
* Fix typos in comments
* Fix typo in json-schema.yaml
* Update sratool/radtool in-tool contextual help (Only the first 15 lines of the commit message are shown above ) |
1.3.3 14 Oct 2016 06:58:34 |
truckman |
Upgrade axa to version 1.3.3:
* Remove misplaced axa/rad_mod.h
* Move all tls scripts to cert_tools
* Fix axa_link_certs to work reliably on OS X and Debian
* Add Rad Units data type
* Documentation fixes
Sponsored by: Farsight Security, Inc. |
1.3.0 30 Sep 2016 19:24:30 |
tijl |
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.
Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set. Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.
Fix some issues with LIBS in some ports.
Switch ports that don't support LIBS to localbase:ldflags.
PR: 212987
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.3.0 02 Jul 2016 07:13:45 |
truckman |
Upgrade axa to version 1.3.0.
Axa now contains some third party public domain code, add license info for
that.
Respect the chosen default SSL version. The base version of OpenSSL in
FreeBSD 9 isn't good enough, so mark this port as IGNORE for that case.
Make the port work with the OpenSSL in base for the newer FreeBSD
branches.
Patch the source so that it doesn't install an unnecessary header that
would conflict with converters/libb64, and fix a format string type
mismatch bug.
Sponsored by: Farsight Security, Inc. |
1.2.1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.2.1 24 Sep 2015 06:00:27 |
truckman |
Upgrade to 1.2.1:
* Add accounting interval option to radtunnel and sratunnel
* Document pidfile option
* Handle nmsg fragments
Switch back to MASTER_SITES=FARSIGHT from GitHub
Sponsored by: Farsight Security, Inc. |
1.2.0 22 Aug 2015 00:16:14 |
truckman |
Upgrade to version 1.2.0.
Download source from GitHub, which requires USES=autoreconf, unlike
source tarballs downloaded from previous MASTER_SITES.
INSTALL_TARGET=install-strip now strips libaxa.so, so use that instead
of ${STRIP_CMD}.
Use option helper to install DOXYGEN docs.
Sponsored by: Farsight Security, Inc. |
1.1.1_1 27 Jul 2015 17:11:52 |
antoine |
Update devel/doxygen to 1.8.10
PR: 201365
exp-run: self |
1.1.1 21 Apr 2015 14:36:04 |
truckman |
Update net/axa to 1.1.1.
Use MASTER_SITE_FARSIGHT intead of github, which eliminates
the need for autoreconf.
Differential Revision: https://reviews.freebsd.org/D2339
Approved by: mat (mentor)
Sponsored by: Farsight Security, Inc. |
1.0.0_1 05 Apr 2015 23:50:05 |
truckman |
Adapt to new USE_GITHUB features.
Add LICENSE_FILE.
Add sie-nmsg to RUN_DEPENDS.
Don't bother with install-strip because it was not stripping libaxa.so,
and sratool and sratunnel are stripped even without it. Use ${STRIP_CMD}
for the library.
Differential Revision: https://reviews.freebsd.org/D2233
Approved by: mat (mentor)
Sponsored by: Farsight Security, Inc. |
1.0.0 10 Jan 2015 18:23:36 |
truckman |
Convert to USES=autoreconf.
Use option helpers (suggested by mat@).
Differential Revision: https://reviews.freebsd.org/D1474
Approved by: mat (mentor) |
1.0.0 15 Dec 2014 22:38:16 |
pawel |
Advanced Exchange Access (AXA) is a suite of tools and library code
that brings the capabilities of the Farsight Security Information
Exchange (SIE) right to a remote user's network.
WWW: https://github.com/farsightsec/axa
PR: 195695
Submitted by: truckman@FreeBSD.org |