mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Update NEWS for 6.1.1
This commit is contained in:
parent
38b69ce384
commit
1d78be81ec
1 changed files with 26 additions and 0 deletions
26
NEWS
26
NEWS
|
@ -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
|
release. For an exhaustive list of changes, see the ``CHANGES`` file
|
||||||
(note that submodules, such as Broker, come with their own ``CHANGES``.)
|
(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
|
Zeek 6.1.0
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue