From hubert@hubert.ckefgisc.org Sun Nov 26 18:16:29 2006 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A27EB16A526 for ; Sun, 26 Nov 2006 18:16:29 +0000 (UTC) (envelope-from hubert@hubert.ckefgisc.org) Received: from hubert.ckefgisc.org (showroom4.JRC.NCTU.edu.tw [140.113.131.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD12743F37 for ; Sun, 26 Nov 2006 18:13:22 +0000 (GMT) (envelope-from hubert@hubert.ckefgisc.org) Received: from localhost (localhost.ckefgisc.org [127.0.0.1]) by hubert.ckefgisc.org (Postfix) with ESMTP id 0F27218703E; Mon, 27 Nov 2006 02:15:04 +0800 (CST) Received: from hubert.ckefgisc.org ([127.0.0.1]) by localhost (hubert.ckefgisc.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Oo0PglKz+tER; Mon, 27 Nov 2006 02:14:53 +0800 (CST) Received: by hubert.ckefgisc.org (Postfix, from userid 1001) id BB46918703F; Mon, 27 Nov 2006 02:14:53 +0800 (CST) Message-Id: <20061126181453.BB46918703F@hubert.ckefgisc.org> Date: Mon, 27 Nov 2006 02:14:53 +0800 (CST) From: Yi-Huan Chan To: FreeBSD-gnats-submit@freebsd.org Cc: dom@happygiraffe.net Subject: [PATCH] www/mod_security: update to 2.0.4 X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 105876 >Category: ports >Synopsis: [PATCH] www/mod_security: update to 2.0.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: miwi >State: closed >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Nov 26 18:20:13 GMT 2006 >Closed-Date: Mon Nov 27 21:42:17 GMT 2006 >Last-Modified: Mon Nov 27 22:51:00 GMT 2006 >Originator: Yi-Huan Chan >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD hubert.ckefgisc.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Mon Oct 30 23:19:25 CST 2006 >Description: - Update to 2.0.4 - Add MODULENAME & DOCSDIR to prevent confliction with mod_security Port maintainer (dom@happygiraffe.net) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- mod_security-2.0.4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/mod_security2.orig/Makefile /usr/ports/www/mod_security2/Makefile --- /usr/ports/www/mod_security2.orig/Makefile Mon Nov 27 02:01:36 2006 +++ /usr/ports/www/mod_security2/Makefile Mon Nov 27 02:12:27 2006 @@ -6,7 +6,7 @@ # PORTNAME= mod_security -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.4 CATEGORIES= www security MASTER_SITES= http://www.modsecurity.org/download/ DISTNAME= ${PORTNAME:S/_//}-apache_${PORTVERSION} @@ -17,11 +17,13 @@ USE_APACHE= 2.0+ AP_FAST_BUILD= yes AP_GENPLIST= yes +MODULENAME= mod_security2 WRKSRCTOP= ${WRKDIR}/${DISTNAME} WRKSRC= ${WRKSRCTOP}/apache2 SRC_FILE= *.c PORTDOCS= * DOCS= CHANGES LICENSE README.TXT modsecurity.conf-minimal doc +DOCSDIR= ${TARGETDIR}/share/doc/${MODULENAME} .if defined(WITH_LIBXML2) AP_EXTRAS+= -DWITH_LIBXML2 diff -ruN --exclude=CVS /usr/ports/www/mod_security2.orig/distinfo /usr/ports/www/mod_security2/distinfo --- /usr/ports/www/mod_security2.orig/distinfo Mon Nov 27 02:01:36 2006 +++ /usr/ports/www/mod_security2/distinfo Mon Nov 27 02:02:32 2006 @@ -1,3 +1,3 @@ -MD5 (modsecurity-apache_2.0.3.tar.gz) = 7993fd01121c6562cc4e3829ba343f94 -SHA256 (modsecurity-apache_2.0.3.tar.gz) = dcf0c70ab6fc0326e03666acb006f92b59434787881f7c220e30e7519dbb417f -SIZE (modsecurity-apache_2.0.3.tar.gz) = 302451 +MD5 (modsecurity-apache_2.0.4.tar.gz) = b63f093c7a24b766e6e8c9c8ffc13084 +SHA256 (modsecurity-apache_2.0.4.tar.gz) = 622c3478515c951189334aa9a60ae7e71dfbbc671d983bf2f4b732a5fdd230a1 +SIZE (modsecurity-apache_2.0.4.tar.gz) = 303477 --- mod_security-2.0.4.patch ends here --- >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-ports-bugs->ale Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 26 18:20:51 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=105876 Responsible-Changed-From-To: ale->freebsd-ports Responsible-Changed-By: ale Responsible-Changed-When: Mon Nov 27 06:31:07 UTC 2006 Responsible-Changed-Why: I'm not the maintainer of mod_security2. http://www.freebsd.org/cgi/query-pr.cgi?pr=105876 Responsible-Changed-From-To: freebsd-ports->freebsd-ports-bugs Responsible-Changed-By: miwi Responsible-Changed-When: Mon Nov 27 07:47:37 UTC 2006 Responsible-Changed-Why: fix categorie. http://www.freebsd.org/cgi/query-pr.cgi?pr=105876 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Mon Nov 27 10:09:30 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=105876 State-Changed-From-To: open->feedback State-Changed-By: miwi State-Changed-When: Mon Nov 27 10:15:24 UTC 2006 State-Changed-Why: Ask for maintainer approval. http://www.freebsd.org/cgi/query-pr.cgi?pr=105876 From: "Yi-Huan Chan (Hubert)" To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/105876: [PATCH] www/mod_security: update to 2.0.4 Date: Mon, 27 Nov 2006 19:04:54 +0800 subject and Synopsis should be mod_security2 From: Dominic Mitchell To: bug-followup@FreeBSD.org, yhchan@csie.nctu.edu.tw Cc: Subject: Re: ports/105876: [PATCH] www/mod_security: update to 2.0.4 Date: Mon, 27 Nov 2006 14:42:26 +0000 Please commit this -- looks good from here! Thanks, -Dom State-Changed-From-To: feedback->closed State-Changed-By: miwi State-Changed-When: Mon Nov 27 21:42:15 UTC 2006 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=105876 From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/105876: commit references a PR Date: Mon, 27 Nov 2006 22:48:41 +0000 (UTC) miwi 2006-11-27 21:42:06 UTC FreeBSD ports repository Modified files: www/mod_security2 Makefile distinfo Log: - Update to 2.0.4 PR: ports/105876 Submitted by: Yi-Huan Chan Approved by: maintainer Revision Changes Path 1.2 +3 -1 ports/www/mod_security2/Makefile 1.2 +3 -3 ports/www/mod_security2/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" >Unformatted: