Page MenuHomeFreeBSD

net-mgmt/nfdump: Update to 1.7.8
Needs ReviewPublic

Authored by des on Thu, Jun 25, 12:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jul 19, 8:29 AM
Unknown Object (File)
Fri, Jul 17, 10:39 AM
Unknown Object (File)
Sun, Jul 12, 10:26 PM
Unknown Object (File)
Tue, Jul 7, 11:56 AM
Unknown Object (File)
Thu, Jul 2, 2:35 PM
Unknown Object (File)
Thu, Jul 2, 5:39 AM
Unknown Object (File)
Thu, Jul 2, 4:53 AM
Unknown Object (File)
Wed, Jul 1, 10:42 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.Thu, Jun 25, 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.