From: Jason Ish Date: Thu, 5 Jun 2025 20:29:22 +0000 (-0600) Subject: lua: update to Lua 5.4.8 X-Git-Tag: suricata-8.0.0-rc1~146 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=b83c2dacd4f1ba989b8e952066255466422bd774;p=thirdparty%2Fsuricata.git lua: update to Lua 5.4.8 Also uses a proper Lua tagged version that is not a pre-release. Ticket: #7632 --- diff --git a/rust/Cargo.lock.in b/rust/Cargo.lock.in index aa3b928b43..b67601eaa6 100644 --- a/rust/Cargo.lock.in +++ b/rust/Cargo.lock.in @@ -1559,9 +1559,9 @@ dependencies = [ [[package]] name = "suricata-lua-sys" -version = "0.1.0-alpha.9" +version = "5.4.8000" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "424e1aac0aa6f35ff10609bb8f36903e397efe7023279d434532c8bd0fa45aba" +checksum = "903640726b3751bfe1e4d1a5dbf478c264100d3679c65e9b9ce870798a2d892a" dependencies = [ "fs_extra", ] diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index 82eaa07aa3..d7984f1c1c 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 = "0.1.0-alpha.9" } +suricata-lua-sys = { version = "5.4.8000" } htp = { package = "suricata-htp", path = "./htp", version = "2.0.0" }