diff options
author | Craig Leres <leres@FreeBSD.org> | 2025-07-21 14:50:42 -0700 |
---|---|---|
committer | Craig Leres <leres@FreeBSD.org> | 2025-07-21 14:50:42 -0700 |
commit | fc9a1d520fccca0072e32e392d1cfff2cb6a3365 (patch) | |
tree | 75e0fcf90bb5d30e642d662fba1c28e7dfa14593 | |
parent | devel/premake5: update to 5.0.0-beta7 (diff) |
security/zeek: Update to 7.0.9
This release fixes the following potential DoS vulnerability:
- Very large log records can cause Zeek to overflow memory and
potentially crash.
This release fixes the following bugs:
- The response to BDAT LAST was never recognized by the SMTP
analyzer, resulting in the BDAT LAST commands not being logged
in a timely fashion and receiving the wrong status.
- The ZeekJS submodule was updated to v0.18.0.
Reported by: Tim Wojtulewicz
-rw-r--r-- | security/zeek/Makefile | 3 | ||||
-rw-r--r-- | security/zeek/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/security/zeek/Makefile b/security/zeek/Makefile index 6a84daace7de..e9a2bcc78a26 100644 --- a/security/zeek/Makefile +++ b/security/zeek/Makefile @@ -1,6 +1,5 @@ PORTNAME= zeek -DISTVERSION= 7.0.8 -PORTREVISION= 1 +DISTVERSION= 7.0.9 CATEGORIES= security MASTER_SITES= https://download.zeek.org/ diff --git a/security/zeek/distinfo b/security/zeek/distinfo index 556e223ec34a..716e78e681b4 100644 --- a/security/zeek/distinfo +++ b/security/zeek/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747772619 -SHA256 (zeek-7.0.8.tar.gz) = 29f918851d671fb3d8fe6b97e3d9fcefaa18660c57cb1ed63adc5e25773175cd -SIZE (zeek-7.0.8.tar.gz) = 95963798 +TIMESTAMP = 1753129322 +SHA256 (zeek-7.0.9.tar.gz) = bebec9a71242da250ef8476bfce632c43892995c247d8dfafcef80ce42f6adbc +SIZE (zeek-7.0.9.tar.gz) = 95973519 |