forked from Lainports/freebsd-ports
www/mod_security: Update to 2.9.6
ChangeLog: https://github.com/SpiderLabs/ModSecurity/releases/tag/v2.9.6 New features and security impacting issues Adjust parser activation rules in modsecurity.conf-recommended Multipart parsing fixes and new MULTIPART_PART_HEADERS collection Bug fixes * Limit rsub null termination to where necessary * IIS: Update dependencies for next planned release * XML parser cleanup: NULL duplicate pointer * Properly cleanup XML parser contexts upon completion * Fix memory leak in streams * Fix: negative usec on log line when data type long is 32b * mlogc log-line parsing fails due to enhanced timestamp * Allow no-key, single-value JSON body * Set SecStatusEngine Off in modsecurity.conf-recommended * Fix memory leak that occurs on JSON parsing error * Multipart names/filenames may include single quote if double-quote enclosed * Add SecRequestBodyJsonDepthLimit to modsecurity.conf-recommended PR: 266318 Reported by: pascal.christen@hostpoint.ch Reviewed by: tuc03516@gmail.com Approved by: joneum@ (maintainer, timeout > 1 month)
This commit is contained in:
parent
aca3e8cd75
commit
ecca07542f
2 changed files with 4 additions and 5 deletions
|
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= mod_security
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTVERSION= 2.9.5
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.9.6
|
||||
CATEGORIES= www security
|
||||
MASTER_SITES= https://github.com/SpiderLabs/ModSecurity/releases/download/v${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1646409048
|
||||
SHA256 (modsecurity-2.9.5.tar.gz) = e2bfc8cd8b8de1e21f054d310543373ea5d89adbd96784e832be0da3e4dc149e
|
||||
SIZE (modsecurity-2.9.5.tar.gz) = 4315037
|
||||
TIMESTAMP = 1662714949
|
||||
SHA256 (modsecurity-2.9.6.tar.gz) = 626a831aca92cdff73ea68a85b7f5c105d9a15365fa270fbed3139a81eaf3344
|
||||
SIZE (modsecurity-2.9.6.tar.gz) = 4316582
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue