Port details |
- super_mediator IPFIX mediator by CMU CERT generally used with YAF
- 1.6.0_3 net-mgmt =2 1.6.0_3Version of this port present on the latest quarterly branch.
- IGNORE: cannot install: does not work with MySQL version 80 (MySQL 80 81 not supported)
- Maintainer: nacho319+freebsdZilla@gmail.com
- Port Added: 2016-02-28 17:57:26
- Last Update: 2024-03-18 13:51:38
- Commit Hash: c0c4fe9
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://tools.netsa.cert.org/super_mediator/
- Description:
- super_mediator is an IPFIX mediator designed to split IPFIX sensing flows
and distribute the network telemetry information to multiple sources. It
can export the network telemetry data gathered into formats designed for
bulk loading into databases (e.g. MySQL) or as JSON outputs, as well as
directly loading MySQL tables. super_mediator is primarily designed to get
network telemetry data from YAF.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- super_mediator>0:net-mgmt/super_mediator
- To install the port:
- cd /usr/ports/net-mgmt/super_mediator/ && make install clean
- We doubt a package is available for this port because we see it marked as as:
-
Packages are normally not provided for ports that are marked as above.
- To add the package, run one of these commands:
- pkg install net-mgmt/super_mediator
- pkg install super_mediator
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: super_mediator
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1533265410
SHA256 (super_mediator-1.6.0.tar.gz) = eec12b7cab5164cb7e110c24931989e645c7ef59691d2b6937f4cc26c3ae508d
SIZE (super_mediator-1.6.0.tar.gz) = 741472
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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libfixbuf.so : net/libfixbuf
- libltdl.so : devel/libltdl
- libmysqlclient.so : databases/mysql80-client
- libsilk.so : security/silktools
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libmysqlclient.so.21 : databases/mysql80-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for super_mediator-1.6.0_3:
MYSQL=on: Enable SuperMediator to directly write into MySQL
SKIPSET=on: Enable SiLK IPSET files for filtering
SPREAD=off: Enable Spread libary as a pub/sub distribution capability
===> Use 'make config' to modify these settings
- Options name:
- net-mgmt_super_mediator
- USES:
- compiler:c11 gnome libtool pathfix perl5 pkgconfig ssl mysql
- 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 |
1.6.0_3 18 Mar 2024 13:51:38 |
Christian Weisgerber (naddy) |
net-mgmt/super_mediator: Move man pages to share/man
Also fix build with MYSQL option disabled while here.
Approved by: portmgr (blanket) |
1.6.0_2 29 Dec 2023 18:24:39 |
Muhammad Moinur Rahman (bofh) |
*/*: Refactor with IGNORE_WITH_MYSQL
- There are multiple ports which has MYSQL options and are non-DEFAULT.
Most of the time committers actually forget to check with the OPTION
enabled and in some cases they are BROKEN with newr versions of mysql.
So test with different versions of mysql and mark IGNOPRE_WITH_MYSQL
appropriately. Due to the EOL of 5.7 this has not been checked.
- Unbreak sysutils/cfengine* with MySQL 8.0 and later
- The primary purpose of running this check is having statistics of the
MySQL usability over MariaDB to explore the future possibility of
shifting to MariaDB as the default as major ports upstream have moved
their codebase to support MariaDB over MySQL.
- The following actions will also be taken after the sunset of MySQL 5.7
If a port is broken on all instances of MySQL/MariaDB:
- If a port has the option of multiple DB backends and MySQL is the
default then the DEFAULT will be changed to PGSQL/SQLITE before
2024Q1. And the OPTION will be removed before 2024Q2. If a
MAINTAINER is aware about such cases and want to prefer PGSQL over
SQLITE or vice versa please do so at your own accord. Otherwise
PGSQL will be preferred over SQLITE.
- If a port has the option of multiple DB backends and MySQL is not
the default then the the OPTION will be removed before 2024Q1.
Approved by: portmgr (blanket) |
1.6.0_2 01 Feb 2023 12:07:22 |
Muhammad Moinur Rahman (bofh) |
net-mgmt/super_mediator: Ignore with mysql 8.0
- Pet portclippy
PR: 269203
Reported by: exp-run
Approved by: portmgr (just-fix-it) |
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.6.0_2 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.6.0_2 20 Jul 2022 14:22:42 |
Tobias C. Berner (tcberner) |
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above ) |
1.6.0_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.0_2 27 May 2020 14:55:03 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3). |
1.6.0_2 15 Nov 2019 10:12:08 |
tobik |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
1.6.0_2 08 Nov 2019 13:30:33 |
tobik |
net-mgmt: Add missing USES={gnome,php} |
1.6.0_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.6.0_1 08 Jul 2019 12:33:03 |
pkubaj |
net-mgmt/super_mediator: fix build with GCC-based architectures
Since the switch to MySQL 5.7, C11-aware compiler is required:
/usr/bin/ld: cannot find -latomic
Approved by: mentors (implicit approval) |
1.6.0_1 17 Jun 2019 09:04:31 |
antoine |
Update net/libfixbuf to 2.3.1 and net-mgmt/yaf 2.11.0
PR: 238208
Approved by: maintainers timeout (20 days) |
1.6.0 27 Aug 2018 16:43:24 |
swills |
net-mgmt/super_mediator: Update to 1.6.0
PR: 230314
Submitted by: Nathan <ndowens@yahoo.com>
Approved by: Chris Inacio <nacho319+freebsdZilla@gmail.com> (maintainer) |
1.5.2 05 May 2017 03:20:16 |
miwi |
- Update to 1.5.2
PR: 218133
Submitted by: umeno@rr.iij4u.or.jp
Approved by: maintainer |
1.3.0 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.3.0 17 Mar 2016 21:26:11 |
feld |
net-mgmt/super_mediator: Update to 1.3.0
PR: 207862 |
1.2.2 28 Feb 2016 17:57:15 |
rakuco |
New port: net-mgmt/super_mediator.
super_mediator is an IPFIX mediator designed to split IPFIX sensing flows
and distribute the network telemetry information to multiple sources. It
can export the network telemetry data gathered into formats designed for
bulk loading into databases (e.g. MySQL) or as JSON outputs, as well as
directly loading MySQL tables. super_mediator is primarily designed to get
network telemetry data from YAF.
WWW: http://tools.netsa.cert.org/super_mediator/
PR: 207530
Submitted by: Chris Inacio <nacho319+freebsdZilla@gmail.com> |