Skip to content

Commit

Permalink
security/zeek: Update to 6.0.4
Browse files Browse the repository at this point in the history
    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
  • Loading branch information
leres committed May 16, 2024
1 parent b61f086 commit 1b47158
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion security/zeek/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= zeek
DISTVERSION= 6.0.3
DISTVERSION= 6.0.4
CATEGORIES= security
MASTER_SITES= https://download.zeek.org/

Expand Down
6 changes: 3 additions & 3 deletions security/zeek/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1b47158

Please sign in to comment.