From 9781f207f7adba8e82f9d06e85ff3c63c7784068 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Tue, 20 May 2025 11:03:23 -0600 Subject: [PATCH] lua: update to suricata-lua-sys 0.1.0-alpha.9 This version supports picking up CFLAGS either passed with CFLAGS or SURICATA_LUA_SYS_CFLAGS. --- rust/Cargo.lock.in | 4 ++-- rust/Cargo.toml.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock.in b/rust/Cargo.lock.in index 2cb1202ffe..34b29fc361 100644 --- a/rust/Cargo.lock.in +++ b/rust/Cargo.lock.in @@ -1599,9 +1599,9 @@ dependencies = [ [[package]] name = "suricata-lua-sys" -version = "0.1.0-alpha.6" +version = "0.1.0-alpha.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "472f537d65345c98e88b8fb027241939404970bc85320da46468a9e424018ad0" +checksum = "424e1aac0aa6f35ff10609bb8f36903e397efe7023279d434532c8bd0fa45aba" dependencies = [ "fs_extra", ] diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index 46fa85514e..8f03786ea8 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -85,7 +85,7 @@ time = "~0.3.36" suricata-derive = { path = "./derive", version = "@PACKAGE_VERSION@" } suricata-sys = { path = "./sys", version = "@PACKAGE_VERSION@" } -suricata-lua-sys = { version = "0.1.0-alpha.6" } +suricata-lua-sys = { version = "0.1.0-alpha.9" } htp = { package = "suricata-htp", path = "./htp", version = "2.0.0" } -- 2.47.2