Page MenuHomeFreeBSD

security/bro: Add a NETMAP option to build and install the bro netmap plugin
ClosedPublic

Authored by leres on Feb 14 2018, 11:37 PM.
Tags
None
Referenced Files
F106182982: D14378.id39325.diff
Thu, Dec 26, 6:33 PM
F106181624: D14378.id39390.diff
Thu, Dec 26, 5:59 PM
F106150838: D14378.diff
Thu, Dec 26, 5:51 AM
Unknown Object (File)
Sat, Dec 21, 6:47 PM
Unknown Object (File)
Nov 25 2024, 5:47 AM
Unknown Object (File)
Oct 31 2024, 7:53 AM
Unknown Object (File)
Oct 28 2024, 4:19 AM
Unknown Object (File)
Oct 23 2024, 1:51 PM
Subscribers

Details

Summary

Proposed commit message:

Add a NETMAP option to build and install the bro netmap plugin.

PR: 224918
Reported by: Shane Peters
Reviewed by: ? (mentor)
Approved by: ? (mentor)
Differential Revision: ?

Diff Detail

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

Event Timeline

Looks ok to me, but I'd like to see @matthew look at it too before you commit it.

This revision is now accepted and ready to land.Feb 14 2018, 11:55 PM
mat requested changes to this revision.Feb 15 2018, 1:20 PM
mat added inline comments.
security/bro/Makefile
9–10 ↗(On Diff #39325)

USE_GITHUB for both of those.

This revision now requires changes to proceed.Feb 15 2018, 1:20 PM

Redo NETMAP changes to use GH_TUPLE (thanks to @mat for providing
an example by changing BROKER to work this way). Only download caf
and bro-netmap when they are enabled.

security/bro/Makefile
22–23 ↗(On Diff #39341)

Those should go with the other options helpers.
And USE_GITHUB should probably only be defined when one of the option is enabled.

BROKER_USE= GITHUB=nodefault
NETMAP_USE= GITHUB=nodefault

Consolidate options helpers.
Only USE_GITHUB when BROKER or NETMAP is enabled.

This revision was not accepted when it landed; it landed in state Needs Review.Feb 19 2018, 10:04 PM
This revision was automatically updated to reflect the committed changes.
leres marked an inline comment as done.