pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ap-modsecurity: Update to 2.9.14 and clean-up
Module Name: pkgsrc-wip
Committed By: Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By: drixter
Date: Sun Jul 5 11:32:23 2026 +0200
Changeset: 94e96cb9eb07bf06c0508c43aa0dde4c1c056c91
Added Files:
ap-modsecurity2/COMMIT_MSG
ap-modsecurity2/files/README.pkgsrc
Log Message:
ap-modsecurity: Update to 2.9.14 and clean-up
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=94e96cb9eb07bf06c0508c43aa0dde4c1c056c91
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ap-modsecurity2/COMMIT_MSG | 8 ++++++++
ap-modsecurity2/files/README.pkgsrc | 26 ++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diffs:
diff --git a/ap-modsecurity2/COMMIT_MSG b/ap-modsecurity2/COMMIT_MSG
new file mode 100644
index 0000000000..691b47ed63
--- /dev/null
+++ b/ap-modsecurity2/COMMIT_MSG
@@ -0,0 +1,8 @@
+ap-modsecurity: Update to version2.9.14
+
+Full list of changes:
+
+chore: fix cppcheck issues with v2.21.0
+fix: ctl:ruleRemoveTargetByTag not removing XML attribute targets
+Remove deprecated REQBODY_PROCESSOR_ERROR and REQBODY_PROCESSOR_ERROR_MSG
+Re-apply lost fix 4f33f5b: collection_unpack value_len underflow regression
diff --git a/ap-modsecurity2/files/README.pkgsrc b/ap-modsecurity2/files/README.pkgsrc
new file mode 100644
index 0000000000..c359d6714a
--- /dev/null
+++ b/ap-modsecurity2/files/README.pkgsrc
@@ -0,0 +1,26 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.3 2018/01/29 09:48:45 he Exp $
+
+In order to use this module in your Apache installation, you will need
+to add the following to your httpd.conf file:
+
+ LoadModule security2_module lib/httpd/mod_security2.so
+
+In addition to this you will need to specify mod_security configuration
+directives in your httpd.conf. This can be achieved by adding the
+following to your httpd.conf:
+
+ <IfModule mod_security2.c>
+ Include ${PKG_SYSCONFDIR}/httpd/modsecurity.conf
+ </IfModule>
+
+Example configuration files for modsecurity are available:
+
+ ${PREFIX}/share/examples/ap-modsecurity/
+
+In order to use the XML support in your Apache installation, you will need
+to add the following to your httpd.conf file:
+
+ LoadFile ${PREFIX}/lib/libxml2.so
+
+===========================================================================
Home |
Main Index |
Thread Index |
Old Index