From 62cbc890fc224a2f68ee875c9046e78d822f4bc2 Mon Sep 17 00:00:00 2001 From: Benjamin Bannier Date: Thu, 12 Oct 2023 09:43:17 +0200 Subject: [PATCH 1/2] Add README note for LDAP as part of >=zeek-6.1 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index dc97e65..7d7c5fe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ LDAP Analyzer ============= +> **Note** +> +> Zeek 6.1 and later versions include the LDAP analyzer. +> You no longer need this package when using those Zeek versions. + Here's what it has: - ASN.1 structure decoding: this is probably generally useful for more than just the LDAP parser, so it may be of interest for this to be included somehow as part of spicy's standard modules or whatever From 961282f87d5408e960bcef0ed36eb4f01807317d Mon Sep 17 00:00:00 2001 From: Benjamin Bannier Date: Thu, 12 Oct 2023 09:43:38 +0200 Subject: [PATCH 2/2] Drop zeek-dev from CI The package is part of zeek-6.1 so we cannot meaningfully test it externally against these versions. --- .github/workflows/check.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 53c9e3d..4b4ac23 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -9,7 +9,6 @@ jobs: matrix: version: - zeek:6.0 - - zeek-dev:latest fail-fast: false