Version: 5.2.1, Package name: ntopng-5.2.1 |
Maintained by: Stuart Henderson |
Master sites: |
Description ntopng is a network traffic probe that shows network usage in a high level of detail. It provides a web-based UI allowing you to visualize traffic flows broken down by host, country, port, application (via deep packet inspection), AS number, etc. Flow information can also be dumped to ElasticSearch or MySQL/MariaDB. User guide: https://www.ntop.org/guides/ntopng/ |
Filesize: 58867.212 KB |
Version History (View Complete History) |
|
2021-11-16 14:30:22 by Stuart Henderson | Files touched by this commit (7) |
Log message: use GH_DISTFILE in a few places |
2021-08-04 13:14:51 by Stuart Henderson | Files touched by this commit (2) |
Log message: update user guide url, reported ravens10 /at/ tutanota.com |
2021-07-27 04:27:48 by Stuart Henderson | Files touched by this commit (10) |
Log message: update to newer ntopng checkout from the 4.2-release branch, and switch to nDPI 4.0 branch |
2021-01-18 06:15:41 by Stuart Henderson | Files touched by this commit (13) |
Log message: update to ntopng from the 4.2-stable branch |
2021-01-18 04:17:58 by Stuart Henderson | Files touched by this commit (2) |
Log message: drop PCAP_NETMASK_UNKNOWN patch |
2020-10-20 18:24:41 by Stuart Henderson | Files touched by this commit (8) |
Log message: update to nDPI-3.4 and a newer ntopng checkout from the 4.0-stable branch |
2020-10-02 12:47:15 by Stuart Henderson | Files touched by this commit (22) |
Log message: update ntopng to commits from the 4.0-stable (ntopng) and 3.2-stable (ndpi) branches |
2020-07-11 16:54:41 by Stuart Henderson | Files touched by this commit (98) |
Log message: switch my maintainer email addresses to my own domain |
2020-02-08 08:11:19 by Stuart Henderson | Files touched by this commit (8) |
Log message: update to ntopng-3.8.1 with nDPI 3.0 |
2019-08-21 07:18:32 by Stuart Henderson | Files touched by this commit (2) |
Log message: fix "popen not supported" errors in ntopng; reported by dhill |
2019-08-10 15:30:28 by Stuart Henderson | Files touched by this commit (1) |
Log message: drop base-gcc from COMPILER; uses libmaxminddb so won't work on base-gcc arches |
2019-06-03 10:06:58 by Stuart Henderson | Files touched by this commit (153) |
Log message: s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying in ports which I maintain |
2019-05-19 05:26:25 by Christian Weisgerber | Files touched by this commit (16) |
Log message: switch to CONFIGURE_STYLE=autoreconf |
2019-01-07 11:37:22 by Stuart Henderson | Files touched by this commit (15) |
Log message: update to ntopng-3.8. remove the BROKEN marker, it is now able to run for at least an hour without crashing and burning which is a big improvement over the last version. |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-10-04 16:28:03 by Stuart Henderson | Files touched by this commit (24) |
Log message: update to ntopng-3.6.1 but mark BROKEN, the dissectors just aren't working reliably here (mostly SIGSEGV reading off the end of strings). the previous version runs for a bit longer but neither really work well and I'd rather not ship with release in the state it's in. |
2018-09-04 06:46:28 by Marc Espie | Files touched by this commit (918) |
Log message: convert to PKGSTEM |
2018-05-28 06:17:12 by Stuart Henderson | Files touched by this commit (2) |
Log message: fix UID for net/ntopng, spotted by espie regen PLIST |
2018-04-11 08:43:21 by Stuart Henderson | Files touched by this commit (5) |
Log message: clang6 c++ fixes from upstream repo |
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2016-09-23 03:16:58 by Stuart Henderson | Files touched by this commit (124) |
Log message: Cope with moving sqlite3 back to ports. |
2016-07-09 06:14:28 by Stuart Henderson | Files touched by this commit (13) |
Log message: update ntopng from snapshot to 2.4 release |
2016-05-01 07:27:56 by Stuart Henderson | Files touched by this commit (1) |
Log message: fix another call to bash; hit by naddy |
2016-04-27 15:58:06 by Stuart Henderson | Files touched by this commit (1) |
Log message: fix build without bash, breakage reported by naddy |