Merge remote-tracking branch 'origin/topic/bbannier/bump-spicy'

* origin/topic/bbannier/bump-spicy:
  Bump pre-commit hooks
  Bump auxil/spicy to latest development snapshot

(cherry picked from commit cc59bfa5d8)
This commit is contained in:
Tim Wojtulewicz 2025-08-12 12:38:24 -07:00
parent 84d28bc30c
commit 04c4d792d1
5 changed files with 19 additions and 7 deletions

View file

@ -19,7 +19,7 @@ repos:
files: '^testing/btest/.*$'
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v20.1.7
rev: v20.1.8
hooks:
- id: clang-format
types_or:
@ -28,13 +28,13 @@ repos:
- "json"
- repo: https://github.com/maxwinterstein/shfmt-py
rev: v3.11.0.2
rev: v3.12.0.1
hooks:
- id: shfmt
args: ["-w", "-i", "4", "-ci"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.1
rev: v0.12.8
hooks:
- id: ruff
args: [--fix]
@ -46,7 +46,7 @@ repos:
- id: cmake-format
- repo: https://github.com/crate-ci/typos
rev: v1.33.1
rev: v1.35.3
hooks:
- id: typos
exclude: '^(.typos.toml|src/SmithWaterman.cc|testing/.*|auxil/.*|scripts/base/frameworks/files/magic/.*|CHANGES|scripts/base/protocols/ssl/mozilla-ca-list.zeek)$'

12
CHANGES
View file

@ -1,3 +1,15 @@
8.0.0-rc1.6 | 2025-08-12 12:41:33 -0700
* Bump pre-commit hooks (Benjamin Bannier, Corelight)
(cherry picked from commit cc59bfa5d8a3e9fddc5d65adee68e1937ea5eda7)
* Bump auxil/spicy to latest development snapshot (Benjamin Bannier, Corelight)
(cherry picked from commit cc59bfa5d8a3e9fddc5d65adee68e1937ea5eda7)
* Update docs submodule with 8.0.0-rc2 changes [nomail] [skip ci] (Tim Wojtulewicz, Corelight)
8.0.0-rc1.4 | 2025-08-11 11:38:57 -0700
* smb2/read: Parse only 1 byte for data_offset, ignore reserved1 (Arne Welzel, Corelight)

View file

@ -1 +1 @@
8.0.0-rc1.4
8.0.0-rc1.6

@ -1 +1 @@
Subproject commit 140e88c9a8e04eca801bbd891e085cc180eee43f
Subproject commit cef9b56b5a77a3727036ecfe5f806f513bb1359e

View file

@ -59,7 +59,7 @@ public:
bool ProcessEvent(std::string_view topic, cluster::Event e) { return DoProcessEvent(topic, std::move(e)); }
/**
* Method for enquing backend specific events.
* Method for enqueuing backend specific events.
*
* Some backend's may raise events destined for the local
* scripting layer. That's usually wanted, but not always.