Update NEWS for 6.1.1

This commit is contained in:
Tim Wojtulewicz 2024-01-18 15:08:41 -07:00
parent 38b69ce384
commit 1d78be81ec

26
NEWS
View file

@ -3,6 +3,32 @@ This document summarizes the most important changes in the current Zeek
release. For an exhaustive list of changes, see the ``CHANGES`` file
(note that submodules, such as Broker, come with their own ``CHANGES``.)
Zeek 6.1.1
==========
This release fixes the following bugs:
- CMake correctly passes along third-party package information when building
plugins. This ensures that, for example, the same paths to OpenSSL used in a
Zeek build are provided to a plugin build.
- Fix a problem with the HTTP analyzer where a signature regex ending in '$'
used to match against 'http-request-body' or 'http-reply-bdoy' will never
succeed. Thank you to GitHub user xb-anssi for this fix.
- The DNS analyzer now understands the Ed25519 and Ed448 signature algorithms.
- The SMB::State$recent_files field was not correctly expiring entries, leading
to unbounded state growth. This is fixed to correctly follow the &read_expire
condition on the field. Thank you to Slack user ya-sato for reporting this.
- The &create_expire attribute is now kept valid after clearing a table. After
switching the known scripts away from broker stores, the &create_expire value
of the local tables/sets of the known scripts wasn't in effect due to
Cluster::node_up() and Cluster::node_down() re-assigning these without keeping
the &create_expire attribute intact. This broke the "log hosts every 24h"
behavior.
Zeek 6.1.0
==========