Date: Thu, 16 May 2024 21:57:09 GMT 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: 1b47158c705a - main - security/zeek: Update to 6.0.4 Message-ID: <202405162157.44GLv9K2009135@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by leres: URL: https://cgit.FreeBSD.org/ports/commit/?id=1b47158c705af2a09f9b62a7434d276a0055a3bd commit 1b47158c705af2a09f9b62a7434d276a0055a3bd Author: Craig Leres <leres@FreeBSD.org> AuthorDate: 2024-05-16 21:56:46 +0000 Commit: Craig Leres <leres@FreeBSD.org> CommitDate: 2024-05-16 21:56:46 +0000 security/zeek: Update to 6.0.4 https://github.com/zeek/zeek/releases/tag/v6.0.4 This release fixes the following bugs: - The Mozilla CA and Google CT lists were updated to their latest versions. - A crash with ICMP packets involving errant length checking was fixed. - When a shadow file is empty/missing during rotation, Zeek aborts with an error message, but if the shadow file was empty, it will still be there after the restart. - A new function remove_exclude was added to the PacketFilter framework which can be used to remove a previously added exclude filter by name. - A new option --localversion was added to the configure script. - The highwayhash submodule was updated to fix a build issue for FreeBSD. 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 ca59ca71499d..32030bfb93be 100644 --- a/security/zeek/Makefile +++ b/security/zeek/Makefile @@ -1,5 +1,5 @@ PORTNAME= zeek -DISTVERSION= 6.0.3 +DISTVERSION= 6.0.4 CATEGORIES= security MASTER_SITES= https://download.zeek.org/ diff --git a/security/zeek/distinfo b/security/zeek/distinfo index 677c0645e529..ff14df009050 100644 --- a/security/zeek/distinfo +++ b/security/zeek/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1705944333 -SHA256 (zeek-6.0.3.tar.gz) = 227edf0e1e6b54dc9893cfd1ecd8621291cc85d1d06808874394aad555f8a8a4 -SIZE (zeek-6.0.3.tar.gz) = 60225127 +TIMESTAMP = 1715883383 +SHA256 (zeek-6.0.4.tar.gz) = 1a7d40d2749a90b914ae3be8df14c17de64c1921b8b272a93a54985aa1080396 +SIZE (zeek-6.0.4.tar.gz) = 60250766
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405162157.44GLv9K2009135>