464d0be380
Security Impacting Issues
Handle URI received with uri-fragment
[@martinhsv]
- Drop patches (already in version) and so drop autoreconf
- Static linking is supported since
f76a1a667b
- Update indentation in hash file (two spaces)
https://github.com/SpiderLabs/ModSecurity/releases/tag/v3.0.5
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
20 lines
741 B
Plaintext
20 lines
741 B
Plaintext
config BR2_PACKAGE_LIBMODSECURITY
|
|
bool "libmodsecurity"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
select BR2_PACKAGE_PCRE
|
|
help
|
|
Libmodsecurity is one component of the ModSecurity
|
|
v3 project. The library codebase serves as an
|
|
interface to ModSecurity Connectors taking in web
|
|
traffic and applying traditional ModSecurity
|
|
processing. In general, it provides the capability
|
|
to load/interpret rules written in the ModSecurity
|
|
SecRules format and apply them to HTTP content
|
|
provided by your application via Connectors.
|
|
|
|
https://github.com/SpiderLabs/ModSecurity
|
|
|
|
comment "libmodsecurity needs a toolchain w/ C++, threads"
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|