Commit Graph

65 Commits

Author SHA1 Message Date
ajacoutot
d2e382720f Update to zeek-3.1.1. 2020-03-14 17:58:47 +00:00
ajacoutot
cd3fe4d6ae Update to zeek-3.1.0. 2020-02-28 16:48:59 +00:00
ajacoutot
557594c5ff Fix bogus bro symlink; reported by espie@ 2020-01-25 11:57:02 +00:00
ajacoutot
5d961dd629 Update to zeek-3.0.1.
- fix picking up libexecinfo (and failing when junking); reported by naddy
2019-12-14 16:32:30 +00:00
ajacoutot
38cd891626 Update to zeek-3.0.0.
- everything (utilities, rc.d scripts, configuration files etc.) has been
renamed from bro to zeek.
2019-11-25 07:57:43 +00:00
ajacoutot
bdb4a77293 Bump to be ahead of stable. This is usually not needed but here we will
have a PKGNAME change between 6.5 and 6.6.
2019-09-07 17:48:15 +00:00
ajacoutot
e841a205ab SECURITY update to zeek-2.6.4.
- The NTLM analyzer did not properly handle AV Pair sequences that were
  either empty or unterminated, resulting in invalid memory access or
  heap buffer over-read.  The NTLM analyzer is enabled by default and
  used in the analysis of SMB, DCE/RPC, and GSSAPI protocols.
2019-09-07 17:40:54 +00:00
ajacoutot
afb05356fb Rename from Bro to Zeek since it's the new upstream name. 2019-08-17 12:58:04 +00:00
ajacoutot
36805e6f25 bro-2.6.3: SECURITY patch release to address potential Denial of Service
vulnerabilities; see https://github.com/zeek/zeek/blob/release/NEWS for
details
2019-08-14 21:19:47 +00:00
sthen
4435b868be replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 21:15:33 +00:00
ajacoutot
fc731b460a SECURITY update to bro-2.6.2.
- CVE-2019-12175
2019-06-01 23:22:41 +00:00
cwen
7ff335ec60 bro: needs atomics on powerpc, and probably hppa.
Sucessfully tested on powerpc.

OK jca@
2019-03-05 14:58:49 +00:00
ajacoutot
0629fbe56c Update to bro-2.6.1. 2018-12-30 14:14:14 +00:00
espie
93aef53599 and of course some would conflict... finish PKGSTEM changes manually 2018-09-04 12:53:16 +00:00
ajacoutot
f0cdaf80d2 Update to bro-2.5.5. 2018-08-30 07:33:54 +00:00
ajacoutot
2534d5826f Update to bro-2.5.4. 2018-06-06 11:30:00 +00:00
ajacoutot
583b8f9ec2 SECURITY update to bro-2.5.3.
- fix for an integer overflow in code generated by binpac
2018-02-15 08:05:30 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
naddy
11e3dd67b3 switch COMPILER from the old, confusing shortcuts to the more explicit format 2017-11-16 23:20:37 +00:00
ajacoutot
bf9d4ab52c SECURITY update to bro-2.5.2.
- fixes a security issue in the ContentLine analyzer. In rare cases
a bug in the ContentLine analyzer can lead to an out of bound write of a
single byte. This allows a remote attacker to crash Bro; there also is a
possibility this can be exploited in other ways.
2017-10-19 10:05:07 +00:00
ajacoutot
2630245a97 Does not conflict with brotli anymore. 2017-10-12 17:53:52 +00:00
sthen
48dbc605b1 add COMPILER_LIBCXX to WANTLIB and bump 2017-07-27 09:55:44 +00:00
ajacoutot
17413c78af Update to bro-2.5.1. 2017-06-28 09:56:09 +00:00
espie
cc5bc426ed switch everything to new COMPILER idiom, even stuff that won't build with clang
yet, but at least that part is done.
2017-05-31 08:08:15 +00:00
espie
0ab0c09554 first batch of WANT_CXX 2017-05-13 09:49:50 +00:00
ajacoutot
bd0652ca4c Conflict with archivers/brotli. 2017-04-12 10:58:36 +00:00
ajacoutot
09f4791d3f The bundled sqlite seems to pick up ICU4C if present and will error out if
it gets junked during the build; I could not find a proper way to disable
it...
So just BDEP on textproc/icu4c for now and hope this will workaround the
issue.

breakage reported by naddy@ a couple of times
2017-01-31 05:19:52 +00:00
ajacoutot
84f67dbe95 Rename patch, from Daniel Thayer. 2016-12-13 09:01:48 +00:00
ajacoutot
cb8fdf5d6d Tweak. 2016-12-12 15:12:04 +00:00
ajacoutot
8deb55c600 Make it possible to load dynamic plugins.
from Daniel Thayer (upstream)
2016-12-09 13:14:02 +00:00
ajacoutot
98213a3ee1 Drop the setrlimit patch, it's not needed anymore; prodded by Daniel Thayer
http -> https in README while here.
2016-12-02 10:05:06 +00:00
ajacoutot
2fb07bfa35 Needs gfind to run some of the bro scripts.
@sample local-logger.bro which was forgotten after the update to 2.5.

reported by Daniel Thayer, thanks!
2016-12-01 09:08:37 +00:00
ajacoutot
f09575be93 Update to bro-2.5. 2016-11-19 12:02:37 +00:00
ajacoutot
db8e8e857c Add a small entry for 'broctl cron'. 2016-10-10 08:06:38 +00:00
ajacoutot
2399136d51 Handle the ${PREFIX}/share/broctl/scripts/broctl-config.sh symlink at
install time (@exec-add/@exec-delete). The target changes according to the
spooldir and "@comment no checksum" does not work for symlinks.
2016-10-07 13:34:56 +00:00
ajacoutot
b063195057 Revert the cmake patch again and use LDFLAGS. We want to make sure libbind
is used to prevent conflicts.
2016-10-07 12:59:42 +00:00
ajacoutot
b80174936d Use setrlimit() in broctl, at least 256 FDs are needed.
Fix rc_reload().
2016-10-07 10:05:16 +00:00
ajacoutot
e97f84e130 Properly @sample local site files so that they can be modified by the admin.
Noticed by and input from semarie
2016-09-17 14:42:13 +00:00
ajacoutot
160fbb1d89 512 openfiles seems to be enough. 2016-09-08 08:16:12 +00:00
dcoppa
46e8652dc9 Use the right cmake lingo to set a non-standard RPATH.
ok aja@
2016-09-07 14:50:18 +00:00
ajacoutot
174923e335 Drop cmake/FindBIND.cmake and use LDFLAGS until I understand what magic is
needed to handle RPATH.
2016-09-07 10:56:02 +00:00
ajacoutot
2eff009d4e Add a couple of build patches from Michael Shirk.
While here, fix a warning.
2016-09-06 16:12:57 +00:00
ajacoutot
76779adceb Make sure we pick up the correct python version.
reported by naddy@
2016-09-01 13:14:00 +00:00
ajacoutot
45363e69db Missing bdep on bison. 2016-08-31 07:58:01 +00:00
ajacoutot
7905c3e597 Depends on several GeoIP DBs.
Few tweaks while here.
2016-08-27 12:58:07 +00:00
ajacoutot
de0fc5226c Tweak README a bit. 2016-08-27 08:18:42 +00:00
ajacoutot
caf22f5b14 Long overdue update to bro-2.4.1.
Take maintainer while here.

Only slightly tested so far; so may get a few tweaks in the next days if
needed.
2016-08-27 06:39:14 +00:00
sthen
99d5f42fce bump (GeoIP pkgpath change) 2016-03-01 00:07:17 +00:00
sthen
513c7a26f3 change SSLv3_method to SSLv23_method, not tested but the former isn't
going to work anyway.
2015-07-19 16:38:48 +00:00
bentley
e7b036b93d Replace dead mirror and update homepage. 2015-06-18 07:25:44 +00:00