v3.0.13
Adding multithreaded example from issue #3054 (by airween) - Rewritten to use C++ libModSecurity API and std::thread (instead of pthreads)
Very first commit: libmodsecurity
Simplifiy configuration to build libModSecurity with std C++17 - Leveraged autoconf again to check whether the C++ compiler supports the required standard version and build using it. - Replaced the outdaded `ax_cxx_compile_stdcxx_11.m4` macro with the latest version of `ax_cxx_compile_stdcxx` which supports C++17. - https://www.gnu.org/software/autoconf-archive/ax_cxx_compile_stdcxx.html - https://raw.githubusercontent.com/autoconf-archive/autoconf-archive/e4e5269db2764b9f53d759c24750ac6ca38e02ea/m4/ax_cxx_compile_stdcxx.m4 - This should also streamline updating to C++20 in the future.
Fixes regarding memory management
Use AS_HELP_STRING instead of the obsolete AC_HELP_STRING macro
Build: using PKG-CONFIG in a new fashion
build/libmaxmind.m4: fix build with host-pkgconf
Replace obsolete macros
Build on macOS 14 arm64
Configure: add additional name to pcre2 pkg-config list
fix: ignore .git directory while generating the release file