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