Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2026 23:52:37 +0000
Message-ID:  <69658945.34e55.19a2b6b7@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=03046e2e8c1a5fae40b11cddee02c0dd604e1bb6

commit 03046e2e8c1a5fae40b11cddee02c0dd604e1bb6
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2026-01-12 23:52:12 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2026-01-12 23:52:12 +0000

    security/zeek: security/zeek: Update to 8.0.5
    
        https://github.com/zeek/zeek/releases/tag/v8.0.5
    
    This release fixes the following bugs:
    
     - The to_subnet() built-in function's parsing of IPv6 subnets was
       changed to align with how IPv6 subnet literals are parsed in
       Zeek scripts.
    
     - Zeek now reports a better error message when a table constructor
       is called without square brackets around the keys.
    
     - ssl.log will now correctly report certificate fingerprints when
       a protocol error is encountered after certificates are passed,
       but before the connection is logged.
    
     - An unbounded growth issue was fixed with Zeek's internal regex
       engine, which caused excessive memory usage when constructing
       large numbers of patterns.
    
     - An attribute error related to metrics ports reported by zeekctl
       when using standalone mode was fixed.
    
     - Zeek now correctly handles blocks being used when defining Spicy
       units.
    
     - A potential crash around evaluating invalid expressions during
       Zeek initialization was fixed.
    
     - Zeek now properly accounts for originator and responder packets
       and byte counts when a connection flip happens on the second
       packet.
    
    Reported by:    Tim Wojtulewicz
---
 security/zeek/Makefile | 3 +--
 security/zeek/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/security/zeek/Makefile b/security/zeek/Makefile
index 0a4b404737ed..1745889b4194 100644
--- a/security/zeek/Makefile
+++ b/security/zeek/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	zeek
-DISTVERSION=	8.0.4
-PORTREVISION=	2
+DISTVERSION=	8.0.5
 CATEGORIES=	security
 MASTER_SITES=	https://download.zeek.org/
 
diff --git a/security/zeek/distinfo b/security/zeek/distinfo
index e1b43d9b2abf..aa92fd0856ca 100644
--- a/security/zeek/distinfo
+++ b/security/zeek/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1762386088
-SHA256 (zeek-8.0.4.tar.gz) = b11aa1391e240c6ab49838de949bb8ea44635ee8fb8350db4e100c31e83b6a24
-SIZE (zeek-8.0.4.tar.gz) = 99613526
+TIMESTAMP = 1768256585
+SHA256 (zeek-8.0.5.tar.gz) = a09d2078d31081fc6496980d54188118a72a197690707b9622795e59a5535d15
+SIZE (zeek-8.0.5.tar.gz) = 99638842


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69658945.34e55.19a2b6b7>