Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jan 2026 22:47:28 +0000
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2df38e4f3bb3 - main - security/zeek: security/zeek: Update to 8.0.6
Message-ID:  <697be380.3b82c.4ea0fef4@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by leres:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2df38e4f3bb320c2c8815c0ee929a454dc5541ac

commit 2df38e4f3bb320c2c8815c0ee929a454dc5541ac
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2026-01-29 22:47:03 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2026-01-29 22:47:03 +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
---
 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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697be380.3b82c.4ea0fef4>