Date: Wed, 7 Mar 2007 08:40:07 GMT From: dom@happygiraffe.net (Dominic Mitchell) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/110005: portupgrade deinstalled www/mod_security2 and reinstall fails with error Message-ID: <200703070840.l278e7b1057742@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/110005; it has been noted by GNATS. From: dom@happygiraffe.net (Dominic Mitchell) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/110005: portupgrade deinstalled www/mod_security2 and reinstall fails with error Date: Wed, 7 Mar 2007 08:39:48 +0000 --4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Mar 06, 2007 at 08:08:37PM +0000, Edwin Groothuis wrote: > Maintainer of www/mod_security2, > > Please note that PR ports/110005 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/110005 Ooops, it looks like a couple of files failed to be added to the mod_security port when it was last patched. I've attached the two missing files. They both need to go in www/mod_security2/files. Thanks, -Dom --4Ckj6UjgE2iN1+kY Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="mod_security-missing-files.patch" diff -ruN /usr/ports/www/mod_security2/files/mod_security2.conf.in ports/mod_security2/files/mod_security2.conf.in --- /usr/ports/www/mod_security2/files/mod_security2.conf.in Thu Jan 1 01:00:00 1970 +++ ports/mod_security2/files/mod_security2.conf.in Sun Mar 4 20:18:50 2007 @@ -0,0 +1,3 @@ +<IfModule security2_module> + Include %%APACHEETCDIR%%/Includes/mod_security2/*.conf +</IfModule> diff -ruN /usr/ports/www/mod_security2/files/pkg-message.rules.in ports/mod_security2/files/pkg-message.rules.in --- /usr/ports/www/mod_security2/files/pkg-message.rules.in Thu Jan 1 01:00:00 1970 +++ ports/mod_security2/files/pkg-message.rules.in Sun Mar 4 20:19:19 2007 @@ -0,0 +1,10 @@ + +The modsecurity 2 Core Rules have been installed in + + %%PREFIX%%/%%APACHEETCDIR%%/Includes/mod_security2/ + +and run in "DetectionOnly" mode as not to disturb operatings. + +Please read http://www.modsecurity.org/projects/rules/index.html + +Logging is done to /var/log/httpd-modsec-*.log --4Ckj6UjgE2iN1+kY--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703070840.l278e7b1057742>