ajacoutot
34105d1324
Update to zeek-4.0.3.
2021-07-07 09:42:06 +00:00
ajacoutot
3c2dc99ec4
Update to zeek-4.0.2.
2021-06-05 13:15:05 +00:00
ajacoutot
478b147d84
Bump to be ahead of stable.
2021-05-02 17:57:18 +00:00
ajacoutot
147c59076d
Update to zeek-4.0.1.
2021-04-24 11:37:10 +00:00
ajacoutot
c1c2855a2f
Update to zeek-4.0.0 (LTS version).
...
The issue with cluster mode is still present unfortunately...
2021-03-06 09:35:09 +00:00
ajacoutot
7bea040b02
Update to zeek-3.2.4.
2021-02-27 11:11:08 +00:00
sthen
3cbe1c2f30
Reverse the polarity of MODPY_VERSION; default is now 3.x,
...
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.
This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.
Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
ajacoutot
10ba0f810b
Rework patches and garbage collect uneeded ones.
...
Still trying to figure out why we're not logging anything in cluster mode.
2021-02-07 16:30:47 +00:00
ajacoutot
c228e6ff25
Update to zeek-3.2.3.
2020-12-16 09:06:28 +00:00
ajacoutot
2524a9025a
Update to zeek-3.2.2.
...
Committing early in the release process to give time to test this.
Please contact me if you see any regression.
2020-10-25 09:16:09 +00:00
jasper
f9e0db0ba6
fix typo in README; ok aja@
2020-10-09 18:37:29 +00:00
ajacoutot
7eafe5a71a
Unbreak with clang >=10
2020-08-13 18:15:04 +00:00
ajacoutot
332c1a1d22
Update to zeek-3.1.5.
2020-07-31 16:27:06 +00:00
ajacoutot
245e2dd296
Add support for DLT_LOOP.
...
Adapted from a patch by Matt Dunwoodie
2020-07-04 19:16:27 +00:00
ajacoutot
560e60ded0
Don't use libexecinfo.
2020-07-03 17:20:09 +00:00
ajacoutot
6c81f1b7e3
Update to zeek-3.1.4.
2020-06-11 06:43:54 +00:00
ajacoutot
bb28601750
Update to zeek-3.1.3.
2020-05-14 12:15:11 +00:00
ajacoutot
b66cffb4c2
SECURITY update to zeek-3.1.2.
2020-04-18 09:05:20 +00:00
cwen
9206fb14a9
bro: don't require `-latomic' anymore on powerpc, since
...
this arch has been switched to clang
OK aja@ (maintainer)
2020-04-10 15:00:55 +00:00
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