security/zeek: security/zeek: Update to 8.0.5
https://github.com/zeek/zeek/releases/tag/v8.0.5
This release fixes the following bugs:
- The to_subnet() built-in function's parsing of IPv6 subnets was changed to align with how IPv6 subnet literals are parsed in Zeek scripts.
- Zeek now reports a better error message when a table constructor is called without square brackets around the keys.
- ssl.log will now correctly report certificate fingerprints when a protocol error is encountered after certificates are passed, but before the connection is logged.
- An unbounded growth issue was fixed with Zeek's internal regex engine, which caused excessive memory usage when constructing large numbers of patterns.
- An attribute error related to metrics ports reported by zeekctl when using standalone mode was fixed.
- Zeek now correctly handles blocks being used when defining Spicy units.
- A potential crash around evaluating invalid expressions during Zeek initialization was fixed.
- Zeek now properly accounts for originator and responder packets and byte counts when a connection flip happens on the second packet.
Reported by: Tim Wojtulewicz