mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Updated lua-resty-core version to v0.1.30, lua-resty-lrucache version to v0.15, Mbed TLS version to v3.6.2
This commit is contained in:
parent
4f107a9b54
commit
401f9c9b87
2 changed files with 9 additions and 6 deletions
|
|
@ -24,6 +24,9 @@
|
|||
- [MISC] Review security headers in the `headers` plugin to improve security
|
||||
- [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 coreruleset-v4 version to v4.7.0
|
||||
- [DEPS] Updated lua-resty-core version to v0.1.30
|
||||
- [DEPS] Updated lua-resty-lrucache version to v0.15
|
||||
- [DEPS] Updated Mbed TLS version to v3.6.2
|
||||
|
||||
## v1.5.10 - 2024/08/17
|
||||
|
||||
|
|
|
|||
|
|
@ -58,9 +58,9 @@
|
|||
},
|
||||
{
|
||||
"id": "lua-resty-core",
|
||||
"name": "lua-resty-core v0.1.29",
|
||||
"name": "lua-resty-core v0.1.30",
|
||||
"url": "https://github.com/openresty/lua-resty-core.git",
|
||||
"commit": "fa3cd7aec1d5da30b44cb093ae6076ac6778b1e8"
|
||||
"commit": "2da3d7719a05b2981f3808ca874517b558f29fa9"
|
||||
},
|
||||
{
|
||||
"id": "lua-resty-dns",
|
||||
|
|
@ -95,9 +95,9 @@
|
|||
},
|
||||
{
|
||||
"id": "lua-resty-lrucache",
|
||||
"name": "lua-resty-lrucache v0.14",
|
||||
"name": "lua-resty-lrucache v0.15",
|
||||
"url": "https://github.com/openresty/lua-resty-lrucache.git",
|
||||
"commit": "1293147608c9dfb0ee163e39a4c8997476e8f741"
|
||||
"commit": "3ff6300e68b73ba20e909c7d16bd839aef2e5a4b"
|
||||
},
|
||||
{
|
||||
"id": "lua-resty-mlcache",
|
||||
|
|
@ -193,9 +193,9 @@
|
|||
},
|
||||
{
|
||||
"id": "mbedtls",
|
||||
"name": "Mbed TLS v3.6.1",
|
||||
"name": "Mbed TLS v3.6.2",
|
||||
"url": "https://github.com/Mbed-TLS/mbedtls.git",
|
||||
"commit": "71c569d44bf3a8bd53d874c81ee8ac644dd6e9e3",
|
||||
"commit": "107ea89daaefb9867ea9121002fbbdf926780e98",
|
||||
"post_install": "rm -rf src/deps/src/mbedtls/tests src/deps/src/mbedtls/programs"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue