Page MenuHomeFreeBSD

New port security/zeek - Network Intrusion Detection System (formally known as Bro)
ClosedPublic

Authored by leres on Nov 14 2019, 11:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 16, 10:25 AM
Unknown Object (File)
Feb 18 2024, 8:19 AM
Unknown Object (File)
Jan 30 2024, 2:45 PM
Unknown Object (File)
Jan 18 2024, 5:06 AM
Unknown Object (File)
Dec 24 2023, 5:24 AM
Unknown Object (File)
Dec 24 2023, 5:24 AM
Unknown Object (File)
Dec 24 2023, 5:24 AM
Unknown Object (File)
Dec 24 2023, 5:23 AM
Subscribers

Details

Summary

Note: I created this review using something silimar to:

cd security
svn copy bro zeek
cd zeek/files
svn rename bro.in zeek.in
[then updated files in security/zeek with ones from the new zeek port]
[edited security/Makefile to add security/zeek]
[edited UIDs and GIDs to add the zeek user and group]
arc diff --create

Once the new port has been committed I will add something like this
to security/bro:

DEPRECATED= Please migrate to security/zeek
EXPIRATION_DATE= 2020-06-01

Proposed commit message:

This adds security/zeek, the new version of security/bro. This
is being done as svn copy instead of rename so that users of
security/bro can have some time to migrate. It also allows for
possible security updates to the old bro port which upstream
has indicated is possible for at least a few months.

Reviewed by: ? (mentor)
Approved by: ? (mentor)
Differential Revision: ?

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 27525
Build 25752: arc lint + arc unit

Event Timeline

security/zeek/Makefile
65

Is that 'BroControl' or 'ZeekControl' now?

If it's still called BroControl, then shouldn't the option name be BROCTL to match?

security/zeek/pkg-descr
3

s/Bro/Zeek/

12–13

And again s/Bro/Zeek/

security/zeek/pkg-plist
1896

Is it %%BROUSER%% still, or %%ZEEKUSER%% now?

Fix four missing bro -> zeek changes Matthew identified.

Installing and probably building conflicts with bro

ler requested changes to this revision.Nov 16 2019, 6:30 PM
ler added inline comments.
security/zeek/pkg-descr
1–10

s/formally/formerly/

This revision now requires changes to proceed.Nov 16 2019, 6:30 PM

Fix new spelling error Larry found.

This revision is now accepted and ready to land.Nov 17 2019, 12:37 AM