git: b276f867f7f9 - main - security/zeek: Update to 7.0.6

From: Craig Leres <leres_at_FreeBSD.org>
Date: Thu, 20 Mar 2025 22:04:53 UTC
The branch main has been updated by leres:

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

commit b276f867f7f9acbc3ebbfe449344f44bc98ac0a7
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2025-03-20 22:04:34 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2025-03-20 22:04:34 +0000

    security/zeek: Update to 7.0.6
    
        https://github.com/zeek/zeek/releases/tag/v7.0.6
    
    This release fixes the following bugs:
    
     - ZAM now handles assignment of record fields correctly when
       assigning to the result of an in operation.
    
     - The QUIC analyzer was not handling all of the packets in a
       multi-packet UDP datagram, which lead it to miss data and have
       incomplete logging.
    
     - The QUIC analyzer was not confirming the protocol early enough,
       which caused the service field for a connection to possible have
       a strange ordering (possibly confirmingg ssl before quic, for
       example).
    
     - The @load-plugin script directive had some deficiencies when it
       came to loading scripts generated by BIF code, which could
       potentially lead to errors with plugins using those directives.
    
     - VLAN packets containing VNTAG headers were not being handled
       correctly.
    
     - ZeekJS keeps now properly keeps the Node.js IO loop alive until
       Zeek terminates.
    
     - The ZeekJS Javascript execution is now offloaded to a dedicated
       thread to allow for interoperability with Spicy fibers.
    
     - The mozilla-ca-list.zeek and ct-list.zeek files were updated to
       be based on NSS 3.109.
    
    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 4f9988221c8b..b36e1d0aa0a2 100644
--- a/security/zeek/Makefile
+++ b/security/zeek/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	zeek
-DISTVERSION=	7.0.5
+DISTVERSION=	7.0.6
 CATEGORIES=	security
 MASTER_SITES=	https://download.zeek.org/
 
diff --git a/security/zeek/distinfo b/security/zeek/distinfo
index 72657a0f1f7f..fb8e770e7d53 100644
--- a/security/zeek/distinfo
+++ b/security/zeek/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1734375827
-SHA256 (zeek-7.0.5.tar.gz) = e0e6e6f5d5b0402bb1ccd02ecee0ac5bd237d60c5095d71a146651c7f6721eb7
-SIZE (zeek-7.0.5.tar.gz) = 95847393
+TIMESTAMP = 1742507634
+SHA256 (zeek-7.0.6.tar.gz) = 5f165bae5a011ff7ad4b8cd703cfbea41605854a767dfd4db55c63b9160e0d35
+SIZE (zeek-7.0.6.tar.gz) = 95909324