mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/bbannier/bump-spicy'
* origin/topic/bbannier/bump-spicy: Bump auxil/spicy to latest development snapshot
This commit is contained in:
commit
f39f0aae2d
4 changed files with 11 additions and 7 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
|||
7.2.0-dev.25 | 2024-12-20 15:31:19 -0700
|
||||
|
||||
* Bump auxil/spicy to latest development snapshot (Benjamin Bannier, Corelight)
|
||||
|
||||
7.2.0-dev.23 | 2024-12-20 15:14:33 -0700
|
||||
|
||||
* Require spicy for spicy.analyzer-id btest (Tim Wojtulewicz, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
7.2.0-dev.23
|
||||
7.2.0-dev.25
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d59f2458a480d5bd5d66810aa77f1918e94bb244
|
||||
Subproject commit 4c2cd8c3d7dbff98c95bf69824ed642ae40b1ecd
|
|
@ -1,7 +1,7 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
== spicyz
|
||||
::hilti::rt::print(std::string("have zeek"), ::hilti::rt::Bool(true));
|
||||
::hilti::rt::print(std::string("have spicy version"), ::hilti::rt::Bool(true));
|
||||
::hilti::rt::print(std::string("have spicy version >= 0.4"), ::hilti::rt::Bool(true));
|
||||
::hilti::rt::print(std::string("not have spicy version >= 4"), ::hilti::rt::Bool(true));
|
||||
::hilti::rt::print(std::string("have zeek and zeek version > 1.0"), ::hilti::rt::Bool(true));
|
||||
::hilti::rt::print("have zeek"s, ::hilti::rt::Bool(true));
|
||||
::hilti::rt::print("have spicy version"s, ::hilti::rt::Bool(true));
|
||||
::hilti::rt::print("have spicy version >= 0.4"s, ::hilti::rt::Bool(true));
|
||||
::hilti::rt::print("not have spicy version >= 4"s, ::hilti::rt::Bool(true));
|
||||
::hilti::rt::print("have zeek and zeek version > 1.0"s, ::hilti::rt::Bool(true));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue