Page MenuHomeFreeBSD

net-mgmt/nfdump: Update to 1.7.8
Needs ReviewPublic

Authored by des on Jun 25 2026, 12:29 AM.
Tags
None
Referenced Files
F164548386: D57835.id180585.diff
Sun, Aug 2, 1:07 AM
F164543206: D57835.id180586.diff
Sun, Aug 2, 12:43 AM
Unknown Object (File)
Sat, Aug 1, 6:36 AM
Unknown Object (File)
Wed, Jul 29, 10:02 AM
Unknown Object (File)
Tue, Jul 28, 10:03 AM
Unknown Object (File)
Mon, Jul 27, 4:44 PM
Unknown Object (File)
Mon, Jul 27, 2:14 AM
Unknown Object (File)
Sun, Jul 26, 12:25 PM
Subscribers
None

Details

Reviewers
pi
Summary

The following options are no longer available:

  • FIXTIMEBUG: discontinued upstream
  • GEODB: now always on
  • INFLUXDB: discontinued upstream
  • NFTRACK: now included in NFPROFILE
  • NSEL: now always on
  • SFLOW: now always on

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 74600
Build 71483: arc lint + arc unit

Event Timeline

des requested review of this revision.Jun 25 2026, 12:29 AM
des created this revision.

looks like geodb is no longer optional

add non-optional torlookup

Sorry for my late reply. Will look at it and comment etc.

does not build with FT2NFDUMP=on, but this is off by default.

In D57835#1331848, @pi wrote:

does not build with FT2NFDUMP=on, but this is off by default.

FT2NFDUMP requires net-mgmt/flow-tools which has been unmaintained upstream for close to 20 years. It is written (partly) in Python 2 and relies on 2to3 which has been deprecated since Python 3.11 and was removed in Python 3.13, so its days are numbered unless someone forks it (again) and converts it to Python 3.

testbuilds are fine if FT2NFDUMP=off.

This revision is now accepted and ready to land.Tue, Jul 7, 2:04 PM
des edited the summary of this revision. (Show Details)
des edited the summary of this revision. (Show Details)

Fix FT2NFDUMP

This revision now requires review to proceed.Tue, Jul 7, 8:07 PM

traveling, will review tomorrow evening.