mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/christian/btest-fodder-news'
* origin/topic/christian/btest-fodder-news: Cover in NEWS the inclusion of btest tooling in the installation
This commit is contained in:
commit
f4016f34e8
3 changed files with 21 additions and 4 deletions
6
CHANGES
6
CHANGES
|
@ -1,3 +1,9 @@
|
||||||
|
4.2.0-dev.40 | 2021-07-20 09:58:14 -0700
|
||||||
|
|
||||||
|
* Cover in NEWS the inclusion of btest tooling in the installation (Christian Kreibich, Corelight)
|
||||||
|
|
||||||
|
[skip ci]
|
||||||
|
|
||||||
4.2.0-dev.38 | 2021-07-20 09:55:59 -0700
|
4.2.0-dev.38 | 2021-07-20 09:55:59 -0700
|
||||||
|
|
||||||
* Fix generate-docs github action to send email when it fails (Tim Wojtulewicz, Corelight)
|
* Fix generate-docs github action to send email when it fails (Tim Wojtulewicz, Corelight)
|
||||||
|
|
17
NEWS
17
NEWS
|
@ -78,20 +78,31 @@ New Functionality
|
||||||
takes a semicolon separated list of paths containing plugins that will be
|
takes a semicolon separated list of paths containing plugins that will be
|
||||||
statically built into Zeek.
|
statically built into Zeek.
|
||||||
|
|
||||||
|
- Added a ``--plugindir`` argument to ``configure`` to set the
|
||||||
|
installation path for plugins.
|
||||||
|
|
||||||
- The X509 analyzer now can check if a specific hostname is valid for a
|
- The X509 analyzer now can check if a specific hostname is valid for a
|
||||||
certificate. Two new BIFs were added for this, ``x509_check_hostname`` and
|
certificate. Two new BIFs were added for this, ``x509_check_hostname`` and
|
||||||
``x509_check_cert_hostname``. A new field ``sni_matches_cert`` that tracks
|
``x509_check_cert_hostname``. A new field ``sni_matches_cert`` that tracks
|
||||||
this information was added to ``ssl.log``.
|
this information was added to ``ssl.log``.
|
||||||
|
|
||||||
- Added a ``--plugindir`` argument to ``configure`` to set the
|
|
||||||
installation path for plugins.
|
|
||||||
|
|
||||||
- Added new functions to dynamically enable/disable file analyzers:
|
- Added new functions to dynamically enable/disable file analyzers:
|
||||||
|
|
||||||
- ``global enable_analyzer: function(tag: Files::Tag): bool;``
|
- ``global enable_analyzer: function(tag: Files::Tag): bool;``
|
||||||
- ``global disable_analyzer: function(tag: Files::Tag): bool;``
|
- ``global disable_analyzer: function(tag: Files::Tag): bool;``
|
||||||
- ``global analyzer_enabled: function(tag: Files::Tag): bool;``
|
- ``global analyzer_enabled: function(tag: Files::Tag): bool;``
|
||||||
|
|
||||||
|
- Zeek now includes its own BTest tooling in the distribution, enabling other
|
||||||
|
tests (e.g. in Zeek packages) to use it. The ``$PREFIX/share/btest folder``,
|
||||||
|
reported via ``zeek-config --btest_tools_dir``, includes:
|
||||||
|
|
||||||
|
- ``scripts/`` for ``btest-diff`` canonifiers
|
||||||
|
- ``data/`` for data files, including ``random.seed``
|
||||||
|
- ``data/pcaps`` for the test pcaps
|
||||||
|
|
||||||
|
Configuring with ``--disable-btest-pcaps`` suppresses installation of the
|
||||||
|
test pcaps.
|
||||||
|
|
||||||
- The Supervisor now defaults to starting with a minimal set of Zeek
|
- The Supervisor now defaults to starting with a minimal set of Zeek
|
||||||
scripts controlled by a new init file, ``base/init-supervisor.zeek``.
|
scripts controlled by a new init file, ``base/init-supervisor.zeek``.
|
||||||
One may still run it with a larger configuration by loading additional
|
One may still run it with a larger configuration by loading additional
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
4.2.0-dev.38
|
4.2.0-dev.40
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue