pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/ap-modsecurity2 Also supports apache 2.2.x
details: https://anonhg.NetBSD.org/pkgsrc/rev/6b8f87d67da5
branches: trunk
changeset: 548961:6b8f87d67da5
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Sat Oct 25 15:59:27 2008 +0000
description:
Also supports apache 2.2.x
PKGREVISION++
diffstat:
security/ap-modsecurity2/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r 919f2e78919f -r 6b8f87d67da5 security/ap-modsecurity2/Makefile
--- a/security/ap-modsecurity2/Makefile Sat Oct 25 15:27:40 2008 +0000
+++ b/security/ap-modsecurity2/Makefile Sat Oct 25 15:59:27 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2008/10/12 12:50:17 adrianp Exp $
+# $NetBSD: Makefile,v 1.10 2008/10/25 15:59:27 adrianp Exp $
DISTNAME= modsecurity-apache_2.5.7
PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/apache_//}
+PKGREVISION= 1
CATEGORIES= www security
MASTER_SITES= http://www.modsecurity.org/download/
@@ -9,6 +10,8 @@
HOMEPAGE= http://www.modsecurity.org/
COMMENT= Intrusion detection and prevention engine for web applications
+PKG_APACHE_ACCEPTED= apache2 apache22
+
.include "../../mk/apache.mk"
.include "options.mk"
@@ -23,7 +26,6 @@
CONFIGURE_ARGS+= --with-apu=${PREFIX}
CONFIGURE_ARGS+= --with-libxml=${PREFIX}
-PKG_APACHE_ACCEPTED= apache2
EGDIR= ${PREFIX}/share/examples/ap-modsecurity
CONF_FILES= ${EGDIR}/modsecurity.conf-minimal \
${PKG_SYSCONFDIR}/httpd/modsecurity.conf
Home |
Main Index |
Thread Index |
Old Index