mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update LuaJIT version to v2.1-20241113 in dependencies
This commit is contained in:
parent
bae9cb13d9
commit
234c7436aa
2 changed files with 3 additions and 2 deletions
|
|
@ -28,6 +28,7 @@
|
|||
- [MISC] Updated context of `realip`'s `USE_PROXY_PROTOCOL` setting to `global` as it was always applied globally even if set only on a service
|
||||
- [DEPS] Updated lua-resty-core version to v0.1.30
|
||||
- [DEPS] Updated lua-resty-lrucache version to v0.15
|
||||
- [DEPS] Updated LuaJIT version to v2.1-20241113
|
||||
- [DEPS] Updated Mbed TLS version to v3.6.2
|
||||
|
||||
## v1.5.11 - 2024/11/08
|
||||
|
|
|
|||
|
|
@ -162,9 +162,9 @@
|
|||
},
|
||||
{
|
||||
"id": "luajit",
|
||||
"name": "LuaJIT v2.1-20240815",
|
||||
"name": "LuaJIT v2.1-20241113",
|
||||
"url": "https://github.com/openresty/luajit2.git",
|
||||
"commit": "33d6b04681d2f079a6d013988a426a841c52e29e"
|
||||
"commit": "098183d9d24b8942a26dcc720fe8725b287ec77f"
|
||||
},
|
||||
{
|
||||
"id": "luajit-geoip",
|
||||
|
|
|
|||
Loading…
Reference in a new issue