Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2024 21:56:40 GMT
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 334fad118c4b - 2024Q4 - security/zeek: Update to 7.0.5
Message-ID:  <202412162156.4BGLueNW057082@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q4 has been updated by leres:

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

commit 334fad118c4bac4ae04d50395f2666b747c5a972
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2024-12-16 19:17:31 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2024-12-16 21:56:12 +0000

    security/zeek: Update to 7.0.5
    
        https://github.com/zeek/zeek/releases/tag/v7.0.5
    
    This release fixes the following potential DoS vulnerability:
    
     - Large QUIC packets can cause Zeek to overflow memory and potentially
       crash. Due to the possibility of receiving these packets from
       remote hosts, this is a DoS risk.
    
    This release fixes the following bugs:
    
     - The ZAM script optimization feature gained some fixes for some
       minor memory leaks.
    
     - The ZeekJS submodule was updated to v0.14.0. In certain environment,
       ZeekJS would fail to start a debugging thread due to limited
       stack size, producing spurious log messages
    
    Reported by:    Tim Wojtulewicz
    
    (cherry picked from commit c9f050487dd128e5b517c5472da4fec59ca6de22)
---
 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 995decc29172..4f9988221c8b 100644
--- a/security/zeek/Makefile
+++ b/security/zeek/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	zeek
-DISTVERSION=	7.0.4
+DISTVERSION=	7.0.5
 CATEGORIES=	security
 MASTER_SITES=	https://download.zeek.org/
 
diff --git a/security/zeek/distinfo b/security/zeek/distinfo
index 7d22239a347e..72657a0f1f7f 100644
--- a/security/zeek/distinfo
+++ b/security/zeek/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1732051259
-SHA256 (zeek-7.0.4.tar.gz) = 131050fee95fd76400322cc9e80db6d797e296361d43e3fb10f3ceb1bf93428e
-SIZE (zeek-7.0.4.tar.gz) = 95853546
+TIMESTAMP = 1734375827
+SHA256 (zeek-7.0.5.tar.gz) = e0e6e6f5d5b0402bb1ccd02ecee0ac5bd237d60c5095d71a146651c7f6721eb7
+SIZE (zeek-7.0.5.tar.gz) = 95847393



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412162156.4BGLueNW057082>