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:
Tim Wojtulewicz 2024-12-20 15:31:19 -07:00
commit f39f0aae2d
4 changed files with 11 additions and 7 deletions

View file

@ -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 7.2.0-dev.23 | 2024-12-20 15:14:33 -0700
* Require spicy for spicy.analyzer-id btest (Tim Wojtulewicz, Corelight) * Require spicy for spicy.analyzer-id btest (Tim Wojtulewicz, Corelight)

View file

@ -1 +1 @@
7.2.0-dev.23 7.2.0-dev.25

@ -1 +1 @@
Subproject commit d59f2458a480d5bd5d66810aa77f1918e94bb244 Subproject commit 4c2cd8c3d7dbff98c95bf69824ed642ae40b1ecd

View file

@ -1,7 +1,7 @@
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63. ### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
== spicyz == spicyz
::hilti::rt::print(std::string("have zeek"), ::hilti::rt::Bool(true)); ::hilti::rt::print("have zeek"s, ::hilti::rt::Bool(true));
::hilti::rt::print(std::string("have spicy version"), ::hilti::rt::Bool(true)); ::hilti::rt::print("have spicy version"s, ::hilti::rt::Bool(true));
::hilti::rt::print(std::string("have spicy version >= 0.4"), ::hilti::rt::Bool(true)); ::hilti::rt::print("have spicy version >= 0.4"s, ::hilti::rt::Bool(true));
::hilti::rt::print(std::string("not have spicy version >= 4"), ::hilti::rt::Bool(true)); ::hilti::rt::print("not have spicy version >= 4"s, ::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 and zeek version > 1.0"s, ::hilti::rt::Bool(true));