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
This commit is contained in:
Craig Leres 2025-03-20 15:04:34 -07:00
parent 489e8d80e1
commit b276f867f7
2 changed files with 4 additions and 4 deletions

View file

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

View file

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