Page MenuHomeFreeBSD

net-mgmt/nfdump: Update to 1.7.8
ClosedPublic

Authored by des on Jun 25 2026, 12:29 AM.
Tags
None
Referenced Files
F170961494: D57835.id180585.diff
Mon, Sep 7, 9:25 PM
F170954652: D57835.id180586.diff
Mon, Sep 7, 8:26 PM
F170949212: D57835.id180576.diff
Mon, Sep 7, 7:34 PM
F170946737: D57835.id181479.diff
Mon, Sep 7, 7:11 PM
F170936061: D57835.id185019.diff
Mon, Sep 7, 5:31 PM
F170922121: D57835.id181479.diff
Mon, Sep 7, 3:03 PM
Unknown Object (File)
Mon, Sep 7, 1:07 PM
Unknown Object (File)
Mon, Sep 7, 10:33 AM
Subscribers
None

Details

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

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.Jul 7 2026, 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.Jul 7 2026, 8:07 PM

traveling, will review tomorrow evening.

Thanks, looks much better than my version, please commit.

This revision is now accepted and ready to land.Mon, Aug 24, 3:50 PM
This revision was automatically updated to reflect the committed changes.