Update libmaxminddb to version 1.12.1

This commit is contained in:
Théophile Diot 2025-01-09 16:30:47 +01:00
parent 9fb0475c3d
commit 416289fd09
No known key found for this signature in database
GPG key ID: FA995104A0BA376A
2 changed files with 3 additions and 2 deletions

View file

@ -18,6 +18,7 @@
- [FEATURE] Made `LISTEN_STREAM_PORT` and `LISTEN_STREAM_PORT_SSL` settings multiples to allow listening on multiple ports
- [DEPRECATION] Remove `X-XSS-Protection` header from the `header` plugin as it is deprecated
- [DEPS] Updated coreruleset-v4 version to v4.10.0
- [DEPS] Updated libmaxminddb version to v1.12.1
## v1.6.0-beta - 2024/12/10

View file

@ -27,9 +27,9 @@
},
{
"id": "libmaxminddb",
"name": "libmaxminddb v1.11.0",
"name": "libmaxminddb v1.12.1",
"url": "https://github.com/maxmind/libmaxminddb.git",
"commit": "24df335085318a26a5f3aafba12fec3cd322e570"
"commit": "0ff5a5bfb3bc8f7da1e1d1a7c3398b9d3fcf7493"
},
{
"id": "lua-cjson",