git: f6e450c511dd - 2026Q1 - security/zeek: security/zeek: Update to 8.0.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 Feb 2026 21:54:02 UTC
The branch 2026Q1 has been updated by leres:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f6e450c511dd2e86bb2e16f00abbb9bdb9a9b906
commit f6e450c511dd2e86bb2e16f00abbb9bdb9a9b906
Author: Craig Leres <leres@FreeBSD.org>
AuthorDate: 2026-01-29 22:47:03 +0000
Commit: Craig Leres <leres@FreeBSD.org>
CommitDate: 2026-02-02 21:53:58 +0000
security/zeek: security/zeek: Update to 8.0.6
https://github.com/zeek/zeek/releases/tag/v8.0.6
This release fixes the following potential DoS vulnerability:
- Zeek's HTTP analyzer can be tricked into interpreting Transfer-Encoding
or Content-Length headers set in MIME entities within HTTP bodies
and change the analyzer behavior.
This release fixes the following bugs:
- A missing state check was added to the finalize_redis hook in
the Redis analyzer
- A bug was fixed when attempting to append a vector to itself
that would cause an infinite loop.
- A memory leak was fixed that occurred when looping over tables
while running Zeek with ZAM enabled.
Reported by: Tim Wojtulewicz
(cherry picked from commit 2df38e4f3bb320c2c8815c0ee929a454dc5541ac)
---
security/zeek/Makefile | 2 +-
security/zeek/distinfo | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/security/zeek/Makefile b/security/zeek/Makefile
index 1745889b4194..d0cf3cbf1f3b 100644
--- a/security/zeek/Makefile
+++ b/security/zeek/Makefile
@@ -1,5 +1,5 @@
PORTNAME= zeek
-DISTVERSION= 8.0.5
+DISTVERSION= 8.0.6
CATEGORIES= security
MASTER_SITES= https://download.zeek.org/
diff --git a/security/zeek/distinfo b/security/zeek/distinfo
index aa92fd0856ca..60e16ff7453e 100644
--- a/security/zeek/distinfo
+++ b/security/zeek/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1768256585
-SHA256 (zeek-8.0.5.tar.gz) = a09d2078d31081fc6496980d54188118a72a197690707b9622795e59a5535d15
-SIZE (zeek-8.0.5.tar.gz) = 99638842
+TIMESTAMP = 1769725279
+SHA256 (zeek-8.0.6.tar.gz) = 7263baa298cc9cd116520b2937cd196882783dbbdf9d5619e9938b3f08a4abac
+SIZE (zeek-8.0.6.tar.gz) = 99778356