Commit graph

59 commits

Author SHA1 Message Date
Fabian Affolter 8484a73059
netsniff-ng: 0.6.7 -> 0.6.8 (#109049) 2021-01-12 15:56:36 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
R. RyanTM cface10354 netsniff-ng: 0.6.6 -> 0.6.7 2020-05-06 23:09:46 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
R. RyanTM dfb12618f5 netsniff-ng: 0.6.5 -> 0.6.6 (#61342)
* netsniff-ng: 0.6.5 -> 0.6.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/netsniff-ng/versions

* netsniff-ng: drop glibc patch
It has been fixed upstream
+ cleanup build inputs
+ perl not needed to build anymore
2019-05-12 15:29:39 +02:00
R. RyanTM 2c54be7375 netsniff-ng: 0.6.4 -> 0.6.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/netsniff-ng/versions
2018-10-03 06:30:21 -07:00
Ryan Mulligan 3308996329 netsniff-ng: 0.6.3 -> 0.6.4
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/gazzj2la9diafgf11ay2a9pgvvwvjvd2-netsniff-ng-0.6.4/bin/mausezahn help` got 0 exit code
- found 0.6.4 with grep in /nix/store/gazzj2la9diafgf11ay2a9pgvvwvjvd2-netsniff-ng-0.6.4
- found 0.6.4 in filename of file in /nix/store/gazzj2la9diafgf11ay2a9pgvvwvjvd2-netsniff-ng-0.6.4
2018-02-27 08:01:22 -08:00
Tobias Geerinckx-Rice 0f84673f3d
Remove nckx as a maintainer for all packages
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Drew Hess fa3d1c5dfb
netsniff-ng: 0.6.2 -> 0.6.3 2018-01-16 15:58:14 +08:00
aszlig e5bda9399d
netsniff-ng: Fix build against glibc 2.26
The build fails first of all because it cannot find the function body
for __builtin_memset. In glibc 2.26 this is available via inclusion of
string.h.

Another failure was that UINT64_MAX wasn't available in staging/tools.c,
which is fixed again by inclusion of stdint.h.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @nckx
2017-11-09 01:34:57 +01:00
Tobias Geerinckx-Rice e1220105e3
netsniff-ng: 0.6.1 -> 0.6.2 2016-11-09 02:24:45 +01:00
Vladimír Čunát ab15a62c68 Merge branch 'master' into closure-size
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Tobias Geerinckx-Rice 6db204b7d9 netsniff-ng: 0.6.0 -> 0.6.1 2016-03-24 20:23:59 +01:00
Vladimír Čunát ae74c356d9 Merge recent 'staging' into closure-size
Let's get rid of those merge conflicts.
2016-02-03 16:57:19 +01:00
Tobias Geerinckx-Rice 9fb8020e4e Add version attribute where maintainers |= nckx
This will probably be mandatory soon, and is a step in the right
direction. Removes the deprecated meta.version, and move some meta
sections to the end of the file where I should have put them in
the first place.
2016-01-25 17:35:21 +01:00
Luca Bruno 920b1d3591 Merge branch 'master' into closure-size 2015-11-29 16:50:26 +01:00
Tobias Geerinckx-Rice 2798b02ad0 Convert some *Flags from strings to lists 2015-11-26 23:45:31 +01:00
Luca Bruno a412927924 Merge remote-tracking branch 'origin/master' into closure-size 2015-11-25 21:37:30 +01:00
Vladimír Čunát 333d69a5f0 Merge staging into closure-size
The most complex problems were from dealing with switches reverted in
the meantime (gcc5, gmp6, ncurses6).
It's likely that darwin is (still) broken nontrivially.
2015-11-20 14:32:58 +01:00
Pascal Wittmann 7fd2796e99 Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-17 21:30:43 +01:00
Tobias Geerinckx-Rice 7db3b90df6 netsniff-ng 0.5.9-130-ga81b515 -> 0.6.0 2015-11-09 17:30:14 +01:00
Tobias Geerinckx-Rice d973931c9a netsniff-ng 0.5.9-{121-gd91abbd -> 130-ga81b515}
For new --no-geoip option.
2015-11-02 01:46:50 +01:00
Tobias Geerinckx-Rice 4a1a5e7ed6 netsniff-ng 0.5.9-{110-gfc4646b -> 121-gd91abbd} 2015-10-27 03:17:16 +01:00
Tobias Geerinckx-Rice 15c964bf2e netsniff-ng 0.5.9-{106-g895377c -> 110-gfc4646b} 2015-10-19 18:19:00 +02:00
Vladimír Čunát 86cc3d32ac libsodium: split dev output, enableParallelBuilding 2015-10-14 14:27:08 +02:00
Tobias Geerinckx-Rice b36ac2c44a netsniff-ng 0.5.9-{98-gb3a9f17 -> 106-g895377c} 2015-10-13 20:07:18 +02:00
Tobias Geerinckx-Rice b708f3b117 netsniff-ng: 0.5.9-{96-g4669e7a -> 98-gb3a9f17} 2015-09-16 05:48:58 +02:00
Tobias Geerinckx-Rice 7ed73b29ba netsniff-ng 0.5.9-{95-g186b116 -> 96-g4669e7a} 2015-09-10 22:46:21 +02:00
Tobias Geerinckx-Rice 9006f793ad netsniff-ng: 0.5.9-{92-gd5bdc38 -> 95-g186b116} 2015-09-08 05:37:23 +02:00
Tobias Geerinckx-Rice 947723d557 netsniff-ng: 0.5.9-{88-ge5570a8 -> 92-gd5bdc38} 2015-09-04 23:38:36 +02:00
Tobias Geerinckx-Rice 04d6095700 netsniff-ng: 0.5.9-{86-gd84a6b7 -> 88-ge5570a8} 2015-09-01 16:37:16 +02:00
Tobias Geerinckx-Rice c98685c737 netsniff-ng: 0.5.9-{85-g71c28ef -> 86-gd84a6b7} 2015-08-25 02:09:49 +02:00
Tobias Geerinckx-Rice 72e8bf518f netsniff-ng: update 0.5.9-{80-g3384ee7 -> 85-g71c28ef} 2015-08-20 04:52:15 +02:00
Tobias Geerinckx-Rice 4fdb99d31e netsniff-ng: update 0.5.9-{71-g77445f8 -> 80-g3384ee7} 2015-08-18 03:38:23 +02:00
Tobias Geerinckx-Rice 4f9249caaf netsniff-ng 0.5.9-70-g123b444 -> 0.5.9-71-g77445f8
Remove patch to curvetun build (now upstream).
2015-08-05 22:36:17 +02:00
Tobias Geerinckx-Rice 73bccf7c52 netsniff-ng 0.5.9-34-g95c4582 -> 0.5.9-70-g123b444 2015-08-05 00:57:04 +02:00
Tobias Geerinckx-Rice dfeaaa8909 geolite-legacy: use correct local naming scheme
Following http://dev.maxmind.com/geoip/legacy/install/city/:

  "Then rename the *.dat file to GeoIP.dat, GeoIPRegion.dat, or
   GeoIPCity.dat, for the GeoIP Country, Region or City databases,
   respectively."

Using the default "GeoLiteCity*.dat" name caused ipv6calc to miss it
(verified using `ipv6calc -vv`).
2015-07-23 04:09:15 +02:00
Tobias Geerinckx-Rice 84aea56778 netsniff-ng: 0.5.9-{27-g3beaa23 -> 34-g95c4582}
Several flowtop fixes/enhancements.
2015-07-18 23:45:37 +02:00
Tobias Geerinckx-Rice a42b2e5f85 netsniff-ng 0.5.9-21-g8c75168 -> 0.5.9-27-g3beaa23
Functional changes:
- trafgen: Print min packet size in error message
- flowtop man: Add note about activating netfilter connection tracking
- flowtop: Fix flows disappearing
- flowtop: Fix hanging while waiting for collector
2015-07-15 03:31:54 +02:00
Tobias Geerinckx-Rice 8712de495f netsniff-ng: 0.5.9-18-g9977ec6 -> 0.5.9-21-g8c75168
Relevant changes:
- netsniff-ng: nlmsg: Define NTF_* constants if not provided by kernel
  headers
2015-07-01 01:17:22 +02:00
Tobias Geerinckx-Rice 0cf1a5c5e1 netsniff-ng -> 0.5.9-18-g9977ec6
New features:
- netsniff-ng: use Linux "cooked" header for Netlink interface
  automatically or as replacement of L2 header if "--cooked"
  option is specified.
- nlmsg: print rtnl neigh info
2015-06-24 19:14:41 +02:00
Tobias Geerinckx-Rice dd6ceb61fa netsniff-ng -> 0.5.9-10-gb7ece46 2015-06-08 16:56:54 +02:00
Tobias Geerinckx-Rice 13cc88f273 netsniff-ng -> 0.5.9-5-g107456c
Provides more detailed rtnl dumps.
2015-06-01 04:09:30 +02:00
Tobias Geerinckx-Rice 158e1cfdd0 Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Tobias Geerinckx-Rice c7c10f28ad netsniff-ng -> 0.5.9 2015-05-11 23:12:09 +02:00
Tobias Geerinckx-Rice aaef57d4c2 netsniff-ng -> v0.5.9-rc5-22-gdafb89c
- Show the packet number as part of the dissector output
- Reorder packet number output
- Print 'IE:' prefix before each mgmt IE parameter
- Print probe request IEs info
- Alias lb to rr as well
2015-05-03 22:29:13 +02:00
Tobias Geerinckx-Rice e4f0c4a494 netsniff-ng -> v0.5.9-rc5 2015-04-22 12:32:59 +02:00
Tobias Geerinckx-Rice 604ac701f3 netsniff-ng v0.5.9-rc4-62-g47a7037 -> v0.5.9-rc4-63-gf43bbe9
Bug fix: mac80211: Check existence of generated monX device

Fix the case when netsniff-ng fails if there is already an existing
monX device while generating one.
2015-04-20 17:17:40 +02:00
Tobias Geerinckx-Rice 4213e9f30f netsniff-ng: v0.5.9-rc4-53-gdd5d906 -> v0.5.9-rc4-62-g47a7037 2015-04-14 15:51:36 +02:00