mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix local.zeek compatibility test
This commit is contained in:
parent
a475cc7a29
commit
dd7bda6a1c
3 changed files with 9 additions and 2 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
||||||
|
|
||||||
|
4.1.0-dev.1 | 2020-12-14 22:27:57 -0800
|
||||||
|
|
||||||
|
* Fix local.zeek compatibility test (Jon Siwek, Corelight)
|
||||||
|
|
||||||
3.3.0-dev.664 | 2020-12-14 21:23:01 -0800
|
3.3.0-dev.664 | 2020-12-14 21:23:01 -0800
|
||||||
|
|
||||||
* Update submodules (Jon Siwek, Corelight)
|
* Update submodules (Jon Siwek, Corelight)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
4.1.0-dev
|
4.1.0-dev.1
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
# # simply update this test's TEST-START-FILE with the latest contents
|
# # simply update this test's TEST-START-FILE with the latest contents
|
||||||
# site/local.zeek.
|
# site/local.zeek.
|
||||||
|
|
||||||
@TEST-START-FILE local-3.3.zeek
|
@TEST-START-FILE local-4.1.zeek
|
||||||
##! Local site policy. Customize as appropriate.
|
##! Local site policy. Customize as appropriate.
|
||||||
##!
|
##!
|
||||||
##! This file will not be overwritten when upgrading or reinstalling!
|
##! This file will not be overwritten when upgrading or reinstalling!
|
||||||
|
@ -122,4 +122,7 @@ redef digest_salt = "Please change this value.";
|
||||||
# Uncomment the following line to enable logging of link-layer addresses. Enabling
|
# Uncomment the following line to enable logging of link-layer addresses. Enabling
|
||||||
# this adds the link-layer address for each connection endpoint to the conn.log file.
|
# this adds the link-layer address for each connection endpoint to the conn.log file.
|
||||||
# @load policy/protocols/conn/mac-logging
|
# @load policy/protocols/conn/mac-logging
|
||||||
|
|
||||||
|
# Uncomment this to source zkg's package state
|
||||||
|
# @load packages
|
||||||
@TEST-END-FILE
|
@TEST-END-FILE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue