mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
[DEPS] Update dependencies: luajit2 to v2.1-20250117, lua-resty-core to v0.1.31, lua-nginx-module to v0.10.28, stream-lua-nginx-module to v0.0.16
This commit is contained in:
parent
5d1c452444
commit
4cc3c372a3
2 changed files with 12 additions and 8 deletions
|
|
@ -11,6 +11,10 @@
|
|||
[FEATURE] Add `plugin_list` command to `bwcli` for listing available plugins and their commands
|
||||
- [DOCS] Added Swarm deprecated notice in the documentation
|
||||
- [DEPS] Updated libmaxminddb version to v1.12.2
|
||||
- [DEPS] Updated luajit2 version to v2.1-20250117
|
||||
- [DEPS] Updated lua-resty-core version to v0.1.31
|
||||
- [DEPS] Updated lua-nginx-module version to v0.10.28
|
||||
- [DEPS] Updated stream-lua-nginx-module version to v0.0.16
|
||||
|
||||
## v1.6.0-rc1 - 2025/01/10
|
||||
|
||||
|
|
|
|||
|
|
@ -56,16 +56,16 @@
|
|||
},
|
||||
{
|
||||
"id": "lua-nginx-module",
|
||||
"name": "lua-nginx-module v0.10.27",
|
||||
"name": "lua-nginx-module v0.10.28",
|
||||
"url": "https://github.com/openresty/lua-nginx-module.git",
|
||||
"commit": "ea09d92adf835e30cab8d79343c7b8266e888128",
|
||||
"commit": "5bd471a4bce6c02dd68b1ca72fbabb09fb2041d8",
|
||||
"post_install": "rm -r src/deps/src/lua-nginx-module/t"
|
||||
},
|
||||
{
|
||||
"id": "lua-resty-core",
|
||||
"name": "lua-resty-core v0.1.30",
|
||||
"name": "lua-resty-core v0.1.31",
|
||||
"url": "https://github.com/openresty/lua-resty-core.git",
|
||||
"commit": "2da3d7719a05b2981f3808ca874517b558f29fa9",
|
||||
"commit": "cb7264da6d94c259c4ad01ee5c61b5f65e3c7eb4",
|
||||
"post_install": "rm -r src/deps/src/lua-resty-core/t"
|
||||
},
|
||||
{
|
||||
|
|
@ -179,9 +179,9 @@
|
|||
},
|
||||
{
|
||||
"id": "luajit",
|
||||
"name": "LuaJIT v2.1-20241113",
|
||||
"name": "LuaJIT v2.1-20250117",
|
||||
"url": "https://github.com/openresty/luajit2.git",
|
||||
"commit": "098183d9d24b8942a26dcc720fe8725b287ec77f",
|
||||
"commit": "93162f34e7424cd0ea3c4046a9ffacce621626bc",
|
||||
"post_install": "rm -r src/deps/src/luajit/t"
|
||||
},
|
||||
{
|
||||
|
|
@ -260,9 +260,9 @@
|
|||
},
|
||||
{
|
||||
"id": "stream-lua-nginx-module",
|
||||
"name": "stream-lua-nginx-module v0.0.15",
|
||||
"name": "stream-lua-nginx-module v0.0.16",
|
||||
"url": "https://github.com/openresty/stream-lua-nginx-module.git",
|
||||
"commit": "69f0cd762112a6e0cddb07f2b5192e9a65034a93",
|
||||
"commit": "4169f1ba16860e30403372693a85171bebf1994d",
|
||||
"post_install": "rm -r src/deps/src/stream-lua-nginx-module/t"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue