mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
- Replaced pthread_mutex_t in modsecurity::operators::Pm with std::mutex - Replaced pthread's thread usage in reading_logs_via_rule_message example with std::thread. - Simplified and modernized C++ code. - Removed unnecessary includes of pthread.h
15 lines
167 B
Plaintext
15 lines
167 B
Plaintext
[requires]
|
|
yajl/2.1.0
|
|
pcre2/10.42
|
|
libxml2/2.12.6
|
|
lua/5.4.6
|
|
libcurl/8.6.0
|
|
lmdb/0.9.31
|
|
libmaxminddb/1.9.1
|
|
dirent/1.24
|
|
poco/1.13.3
|
|
|
|
[generators]
|
|
CMakeDeps
|
|
CMakeToolchain
|