pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/ap-modsecurity2 Fix the examples directory in...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9a62a775824b
branches: trunk
changeset: 374774:9a62a775824b
user: he <he%pkgsrc.org@localhost>
date: Mon Jan 29 09:48:45 2018 +0000
description:
Fix the examples directory in MESSAGE to match where it is...
Bump PKGREVISION.
diffstat:
security/ap-modsecurity2/MESSAGE | 4 ++--
security/ap-modsecurity2/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r 675b46d8b89d -r 9a62a775824b security/ap-modsecurity2/MESSAGE
--- a/security/ap-modsecurity2/MESSAGE Mon Jan 29 01:24:25 2018 +0000
+++ b/security/ap-modsecurity2/MESSAGE Mon Jan 29 09:48:45 2018 +0000
@@ -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 @@
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:
diff -r 675b46d8b89d -r 9a62a775824b security/ap-modsecurity2/Makefile
--- a/security/ap-modsecurity2/Makefile Mon Jan 29 01:24:25 2018 +0000
+++ b/security/ap-modsecurity2/Makefile Mon Jan 29 09:48:45 2018 +0000
@@ -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