aboutsummaryrefslogtreecommitdiff
path: root/net/axa
Commit message (Collapse)AuthorAgeFilesLines
* net/nmsg: upgrade to version 1.0.0Don Lewis2021-09-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* devel/protobuf-c: Bump PORTREVISION of dependent portsDon Lewis2021-05-311-1/+1
| | | | | | Bump the PORTREVISION of ports that use protobuf-c and bake in the value of PROTOBUF_C_VERSION*. Sponsored by: Farsight Security, Inc.
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump net/axa PORTREVISION to force package rebuild and upgrade. ItDon Lewis2019-12-051-1/+1
| | | | | | | | | can detect and use the new wdns_get_version() API added to wdns-0.10.0. Sponsored by: Farsight Security, Inc. Notes: svn path=/head/; revision=519112
* Bump PORTREVSION of net/axa and net/nmsg for devel/protobuf-c versionDon Lewis2019-06-261-0/+1
| | | | | | | | | | 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. Notes: svn path=/head/; revision=505179
* Remove -Wno-unused-command-line-argument from CFLAGS to fix the buildMark Linimon2019-06-131-3/+8
| | | | | | | | | | | on GCC-based systems: cc1: error: unrecognized command line option "-Wno-unused-command-line-argument" Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=504092
* Upgrade net/axa to version 2.2.0:Don Lewis2018-10-243-13/+15
| | | | | | | | | | | | | | | * 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. Notes: svn path=/head/; revision=482915
* Upgrade net/axa to version 2.1.0:Don Lewis2018-09-292-6/+6
| | | | | | | | | | | | | | | | | | | * 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. Notes: svn path=/head/; revision=480892
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-1/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Bump PORTREVISION of these devel/protobuf-c because they compile the valuesDon Lewis2018-08-151-1/+1
| | | | | | | | | of PROTOBUF_C_VERSION or PROTOBUF_C_VERSION_NUMBER into their code. Differential Revision: Farsight Security, Inc. Notes: svn path=/head/; revision=477243
* Upgrade net/axa to version 2.0.1:Don Lewis2018-04-145-30/+10
| | | | | | | | | | | | | | | | | | | * 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. Notes: svn path=/head/; revision=467326
* Upgrade net/axa to version 1.6.0:Don Lewis2017-06-302-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. Notes: svn path=/head/; revision=444702
* Upgrade net/axa to version 1.5.1Don Lewis2017-05-033-4/+5
| | | | | | | | | | * Add apikey support * Add per-user config file Sponsored by: Farsight Security, Inc. Notes: svn path=/head/; revision=440025
* Move devel/libcheck to devel/checkSunpoet Po-Chuan Hsieh2017-02-051-1/+2
| | | | | | | - Bump PORTREVISION for dependent ports Notes: svn path=/head/; revision=433395
* Cleanup BROKEN/IGNORE for 10.3-Mathieu Arnold2017-01-031-4/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=430454
* Upgrade net/axa to version 1.4.0:Don Lewis2016-12-052-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=427833
* Upgrade axa to version 1.3.4:Don Lewis2016-11-152-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 * Update sratunnel/radtunnel usage() * Update man pages for missing commands/options * Fix bug in axa_link_certs where it would bail if no symlinks existed * Fix bug in axa_link_certs where it wouldn't process relative pathnames SHEBANG fix cert_tools/axa_link_certs.in Sponsored by: Farsight Security, Inc. Notes: svn path=/head/; revision=426191
* Upgrade axa to version 1.3.3:Don Lewis2016-10-143-5/+4
| | | | | | | | | | | | | | | | | * 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. Notes: svn path=/head/; revision=423951
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.Tijl Coosemans2016-09-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=423014
* Upgrade axa to version 1.3.0.Don Lewis2016-07-025-15/+57
| | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=417911
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-7/+7
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Upgrade to 1.2.1:Don Lewis2015-09-242-6/+7
| | | | | | | | | | | | | | | * 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. Notes: svn path=/head/; revision=397680
* Upgrade to version 1.2.0.Don Lewis2015-08-222-12/+10
| | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=395003
* Update devel/doxygen to 1.8.10Antoine Brodin2015-07-271-1/+2
| | | | | | | | PR: 201365 exp-run: self Notes: svn path=/head/; revision=392994
* Update net/axa to 1.1.1.Don Lewis2015-04-213-12/+16
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=384426
* Adapt to new USE_GITHUB features.Don Lewis2015-04-052-5/+10
| | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=383394
* Convert to USES=autoreconf.Don Lewis2015-01-101-9/+5
| | | | | | | | | | Use option helpers (suggested by mat@). Differential Revision: https://reviews.freebsd.org/D1474 Approved by: mat (mentor) Notes: svn path=/head/; revision=376720
* Advanced Exchange Access (AXA) is a suite of tools and library codePawel Pekala2014-12-154-0/+80
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 Notes: svn path=/head/; revision=374771