summary refs log tree commit diff
path: root/pkgs/tools/networking/ntopng
AgeCommit message (Collapse)AuthorFilesLines
2021-01-16pkgs/tools: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster1-2/+2
2019-09-19ntopng: Remove `broken = true`Claudio Bley1-1/+0
2019-09-19ntopng: Add patch needed to build with newer libpcapClaudio Bley2-0/+35
Fixes build errors for the third-party mongoose module: ``` In file included from /nix/store/r5s3w32ahjzdlzsfrhybc3l2qcpi6yb2-libpcap-1.9.0/include/pcap.h:43, from /build/ntopng-2.0/include/ntop_includes.h:93, from src/HTTPserver.cpp:22: /nix/store/r5s3w32ahjzdlzsfrhybc3l2qcpi6yb2-libpcap-1.9.0/include/pcap/pcap.h:958: note: this is the location of the previous definition #define INVALID_SOCKET -1 src/../third-party/mongoose/mongoose.c:270:13: error: multiple types in one declaration typedef int SOCKET; ^~~~~~ ```
2019-09-17ntopng: mark as brokenBjørn Forsman1-0/+1
2019-04-29treewide: make -Wno-error flags clang-onlyMatthew Bauer1-1/+2
In 724e833ea2a, I was a little too aggressive in enabling these flags. Many don’t work in gcc, and we should probably avoid settings them widely. This makes those flags optional on isclang
2019-04-26treewide: disable -Werror for llvm 7Matthew Bauer1-1/+1
Some of these have errors on newest llvm. It’s easiest to just add -Wno-error in these cases.
2018-02-18ntopng: fixup build with gcc7Vladimír Čunát1-0/+2
... but the new gcc pointed out some real bug. I suppose update would be best: https://github.com/ntop/ntopng/releases
2016-05-11ntopng: prefer nixpkgs over in-tree depsAnthony Cowley1-4/+7
I've also added darwin compatibility.
2015-10-28ntopng: 1.2.1 -> 2.0.0Mariusz `shd` Gliwiński3-56/+35
2015-08-03ntopng: add extra download URLBjørn Forsman1-1/+4
It seems upstream have moved the ntopng-1.2.1.tgz into an "old/" subdirectory.
2015-04-04ntopng: use new geolite-legacy packageTobias Geerinckx-Rice1-27/+7
2015-03-26[ntopng] geolite hash updateMariusz `shd` Gliwiński1-4/+4
2014-09-27ntopng: update from 1.2.0 to 1.2.1Bjørn Forsman1-3/+3
Successfully tested with the NixOS ntopng service.
2014-09-27ntopng: update hashes and urlBjørn Forsman1-5/+5
All geoip data files have changed, update hashes. The ntopng source url itself has changed, the source is now located in an "old/" directory (hash unchanged). Build tested.
2014-08-26Fix ntopng buildRob Vermaas1-14/+33
2014-01-02Whitespace fixes in package expressions I maintainBjørn Forsman1-1/+2
2013-12-15ntopng: fix download urlBjørn Forsman1-1/+1
The current one doesn't work. (My bad for not testing properly after having done the initial download with nix-prefetch-url.)
2013-12-09ntopng: new packageBjørn Forsman3-0/+104
ntopng is a high-speed web-based traffic analysis and flow collection tool. ntopng => ntop next generation. http://www.ntop.org/products/ntop/