mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Adding missing '@load ./pubkey-hashes' to policy/frameworks/intel/seen.
This commit is contained in:
parent
a848b8785b
commit
e9b0639ccb
3 changed files with 7 additions and 1 deletions
5
CHANGES
5
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
|
2.5-beta2-15 | 2016-11-14 17:52:55 -0800
|
||||||
|
|
||||||
* Remove unused "bindist" make target. (Daniel Thayer)
|
* Remove unused "bindist" make target. (Daniel Thayer)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.5-beta2-15
|
2.5-beta2-17
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
@load ./file-names
|
@load ./file-names
|
||||||
@load ./http-headers
|
@load ./http-headers
|
||||||
@load ./http-url
|
@load ./http-url
|
||||||
|
@load ./pubkey-hashes
|
||||||
@load ./ssl
|
@load ./ssl
|
||||||
@load ./smtp
|
@load ./smtp
|
||||||
@load ./smtp-url-extraction
|
@load ./smtp-url-extraction
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue