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
main
Craig Leres 2024-05-16 14:56:46 -07:00
parent b61f086214
commit 1b47158c70
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= zeek
DISTVERSION= 6.0.3
DISTVERSION= 6.0.4
CATEGORIES= security
MASTER_SITES= https://download.zeek.org/

View File

@ -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