mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
parent
4b425850cf
commit
785958f9b5
2
CHANGES
2
CHANGES
@ -1,6 +1,8 @@
|
|||||||
v3.x.y - YYYY-MMM-DD (to be released)
|
v3.x.y - YYYY-MMM-DD (to be released)
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
|
|
||||||
|
- Fix maxminddb link on FreeBSD
|
||||||
|
[Issue #2131 - @granalberto, @zimmerle]
|
||||||
- Fix IP address logging in Section A
|
- Fix IP address logging in Section A
|
||||||
[Issue #2300 - @inaratech, @zavazingo, @martinhsv]
|
[Issue #2300 - @inaratech, @zavazingo, @martinhsv]
|
||||||
- Adds support to lua 5.4
|
- Adds support to lua 5.4
|
||||||
|
@ -15,7 +15,7 @@ AC_REQUIRE([PKG_PROG_PKG_CONFIG])
|
|||||||
|
|
||||||
|
|
||||||
# Possible names for the maxmind library/package (pkg-config)
|
# Possible names for the maxmind library/package (pkg-config)
|
||||||
MAXMIND_POSSIBLE_LIB_NAMES="libmaxminddb maxminddb maxmind"
|
MAXMIND_POSSIBLE_LIB_NAMES="maxminddb maxmind"
|
||||||
|
|
||||||
# Possible extensions for the library
|
# Possible extensions for the library
|
||||||
MAXMIND_POSSIBLE_EXTENSIONS="so la sl dll dylib"
|
MAXMIND_POSSIBLE_EXTENSIONS="so la sl dll dylib"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user