pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/ap-modsecurity2
Module Name: pkgsrc
Committed By: he
Date: Mon Jan 29 09:48:45 UTC 2018
Modified Files:
pkgsrc/security/ap-modsecurity2: MESSAGE Makefile
Log Message:
Fix the examples directory in MESSAGE to match where it is...
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/ap-modsecurity2/MESSAGE
cvs rdiff -u -r1.38 -r1.39 pkgsrc/security/ap-modsecurity2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/ap-modsecurity2/MESSAGE
diff -u pkgsrc/security/ap-modsecurity2/MESSAGE:1.2 pkgsrc/security/ap-modsecurity2/MESSAGE:1.3
--- pkgsrc/security/ap-modsecurity2/MESSAGE:1.2 Sun Oct 12 12:50:17 2008
+++ pkgsrc/security/ap-modsecurity2/MESSAGE Mon Jan 29 09:48:45 2018
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2008/10/12 12:50:17 adrianp Exp $
+$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:
@@ -16,7 +16,7 @@ following to your httpd.conf:
Example configuration files for modsecurity are available:
- ${PREFIX}/share/examples/ap-security/
+ ${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:
Index: pkgsrc/security/ap-modsecurity2/Makefile
diff -u pkgsrc/security/ap-modsecurity2/Makefile:1.38 pkgsrc/security/ap-modsecurity2/Makefile:1.39
--- pkgsrc/security/ap-modsecurity2/Makefile:1.38 Mon Jan 1 21:18:50 2018
+++ pkgsrc/security/ap-modsecurity2/Makefile Mon Jan 29 09:48:45 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.38 2018/01/01 21:18:50 adam Exp $
+# $NetBSD: Makefile,v 1.39 2018/01/29 09:48:45 he Exp $
DISTNAME= modsecurity-apache_2.7.7
PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/apache_//}
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= www security
MASTER_SITES= https://www.modsecurity.org/tarball/${PKGVERSION_NOREV}/
Home |
Main Index |
Thread Index |
Old Index