From: Jason Ish Date: Wed, 11 Jun 2025 20:38:33 +0000 (-0600) Subject: lua: update to lua 5.4.8002 X-Git-Tag: suricata-8.0.0-rc1~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25b8cd976156650697e36c6ba3d4e6ca27af21a2;p=thirdparty%2Fsuricata.git lua: update to lua 5.4.8002 This updated crates remove tmpnam from being linked in, removing the warning. --- diff --git a/rust/Cargo.lock.in b/rust/Cargo.lock.in index 56e4fdde43..c068b741c7 100644 --- a/rust/Cargo.lock.in +++ b/rust/Cargo.lock.in @@ -1586,9 +1586,9 @@ dependencies = [ [[package]] name = "suricata-lua-sys" -version = "5.4.8000" +version = "5.4.8002" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "903640726b3751bfe1e4d1a5dbf478c264100d3679c65e9b9ce870798a2d892a" +checksum = "dd46a285ad9e31e6e3d1d3633835b12fde65ab93cde4d3a4cd88564ad9033547" dependencies = [ "fs_extra", ] diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index 5f9700e6d5..bddc8cd798 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -85,7 +85,7 @@ time = "~0.3.41" suricata-derive = { path = "./derive", version = "@PACKAGE_VERSION@" } suricata-sys = { path = "./sys", version = "@PACKAGE_VERSION@" } -suricata-lua-sys = { version = "5.4.8000" } +suricata-lua-sys = { version = "5.4.8002" } htp = { package = "suricata-htp", path = "./htp", version = "2.0.0" }