From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 7 08:40:07 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E4BC616A402 for ; Wed, 7 Mar 2007 08:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id BBAA513C467 for ; Wed, 7 Mar 2007 08:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l278e7LJ057747 for ; Wed, 7 Mar 2007 08:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l278e7b1057742; Wed, 7 Mar 2007 08:40:07 GMT (envelope-from gnats) Date: Wed, 7 Mar 2007 08:40:07 GMT Message-Id: <200703070840.l278e7b1057742@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dom@happygiraffe.net (Dominic Mitchell) Cc: Subject: Re: ports/110005: portupgrade deinstalled www/mod_security2 and reinstall fails with error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dominic Mitchell List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Mar 2007 08:40:08 -0000 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 @@ + + Include %%APACHEETCDIR%%/Includes/mod_security2/*.conf + 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--