From e9b0639ccb72a9a4da0e5cd3cb7a09a66e431e3c Mon Sep 17 00:00:00 2001 From: Robin Sommer Date: Mon, 14 Nov 2016 17:59:19 -0800 Subject: [PATCH] Adding missing '@load ./pubkey-hashes' to policy/frameworks/intel/seen. --- CHANGES | 5 +++++ VERSION | 2 +- scripts/policy/frameworks/intel/seen/__load__.bro | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 2ac78f35fe..7ded95e7eb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,9 @@ +2.5-beta2-17 | 2016-11-14 17:59:19 -0800 + + * Add missing '@load ./pubkey-hashes' to + policy/frameworks/intel/seen. (Robin Sommer) + 2.5-beta2-15 | 2016-11-14 17:52:55 -0800 * Remove unused "bindist" make target. (Daniel Thayer) diff --git a/VERSION b/VERSION index e379bb6716..9398323293 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5-beta2-15 +2.5-beta2-17 diff --git a/scripts/policy/frameworks/intel/seen/__load__.bro b/scripts/policy/frameworks/intel/seen/__load__.bro index 807bf0fcb2..d364e8c587 100644 --- a/scripts/policy/frameworks/intel/seen/__load__.bro +++ b/scripts/policy/frameworks/intel/seen/__load__.bro @@ -4,6 +4,7 @@ @load ./file-names @load ./http-headers @load ./http-url +@load ./pubkey-hashes @load ./ssl @load ./smtp @load ./smtp-url-extraction