From dd7bda6a1c23af2feec2deb13e5c07dd0cf8b9d9 Mon Sep 17 00:00:00 2001 From: Jon Siwek Date: Mon, 14 Dec 2020 22:27:57 -0800 Subject: [PATCH] Fix local.zeek compatibility test --- CHANGES | 4 ++++ VERSION | 2 +- testing/btest/scripts/site/local-compat.test | 5 ++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index e4257c75cb..d0b6b976bb 100644 --- a/CHANGES +++ b/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 * Update submodules (Jon Siwek, Corelight) diff --git a/VERSION b/VERSION index 4aa925d349..914c96fb13 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.0-dev +4.1.0-dev.1 diff --git a/testing/btest/scripts/site/local-compat.test b/testing/btest/scripts/site/local-compat.test index dbca29dbb8..869d479f14 100644 --- a/testing/btest/scripts/site/local-compat.test +++ b/testing/btest/scripts/site/local-compat.test @@ -15,7 +15,7 @@ # # simply update this test's TEST-START-FILE with the latest contents # site/local.zeek. -@TEST-START-FILE local-3.3.zeek +@TEST-START-FILE local-4.1.zeek ##! Local site policy. Customize as appropriate. ##! ##! 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 # this adds the link-layer address for each connection endpoint to the conn.log file. # @load policy/protocols/conn/mac-logging + +# Uncomment this to source zkg's package state +# @load packages @TEST-END-FILE