From root@deep.tw  Fri Jan 14 08:02:13 2011
Return-Path: <root@deep.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1A98F1065697
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Jan 2011 08:02:13 +0000 (UTC)
	(envelope-from root@deep.tw)
Received: from deep.tw (deep.tw [122.116.130.101])
	by mx1.freebsd.org (Postfix) with ESMTP id C418D8FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Jan 2011 08:02:12 +0000 (UTC)
Received: by deep.tw (Postfix, from userid 0)
	id CE9875C27; Fri, 14 Jan 2011 16:02:10 +0800 (CST)
Message-Id: <20110114080210.CE9875C27@deep.tw>
Date: Fri, 14 Jan 2011 16:02:10 +0800 (CST)
From: Jin-Sih Lin <linpct@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: araujo@FreeBSD.org
Subject: [PATCH] www/ap22-mod_security: update to 2.5.13
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         153985
>Category:       ports
>Synopsis:       [PATCH] www/ap22-mod_security: update to 2.5.13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    araujo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 14 08:10:09 UTC 2011
>Closed-Date:    Thu Feb 24 01:05:23 UTC 2011
>Last-Modified:  Thu Feb 24 01:10:07 UTC 2011
>Originator:     Jin-Sih Lin
>Release:        FreeBSD 8.1-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD deep.tw 8.1-STABLE FreeBSD 8.1-STABLE #0: Fri Sep 24 14:46:08 CST 2010
>Description:
- Update to 2.5.13

Port maintainer (araujo@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- ap22-mod_security-2.5.13.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/mod_security.orig/Makefile /usr/ports/www/mod_security/Makefile
--- /usr/ports/www/mod_security.orig/Makefile	2010-06-09 05:58:58.000000000 +0800
+++ /usr/ports/www/mod_security/Makefile	2011-01-14 15:25:28.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mod_security
-PORTVERSION=	2.5.12
+PORTVERSION=	2.5.13
 CATEGORIES=	www security
 MASTER_SITES=	SF/mod-security/modsecurity-apache/${PORTVERSION}
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
@@ -123,7 +123,7 @@
 		s|SecAuditLog.*logs/modsec_audit.log|SecAuditLog /var/log/httpd-modsec2_audit.log|; \
 		s|SecDebugLog.*logs/modsec_debug.log|SecDebugLog /var/log/httpd-modsec2_debug.log|; \
 		s|SecServerSignature "Apache/2.2.0 (Fedora)"|SecServerSignature "Apache/${APACHE_VERSION:C/[0-9]/\0./g}x (${OPSYS})"|; \
-		' ${WRKSRCTOP}/rules/modsecurity_crs_10_config.conf
+		' ${WRKSRCTOP}/rules/modsecurity_crs_10_config.conf.example
 .if defined(WITH_LUA)
 	${REINPLACE_CMD} -e 's|%%LUA_VER%%|${LUA_VER}|' ${WRKSRC}/configure
 .endif
diff -ruN --exclude=CVS /usr/ports/www/mod_security.orig/distinfo /usr/ports/www/mod_security/distinfo
--- /usr/ports/www/mod_security.orig/distinfo	2010-06-09 06:01:35.000000000 +0800
+++ /usr/ports/www/mod_security/distinfo	2011-01-14 15:13:11.000000000 +0800
@@ -1,3 +1,2 @@
-MD5 (modsecurity-apache_2.5.12.tar.gz) = f7d14b97bbe54ecb953125b0f9b87a24
-SHA256 (modsecurity-apache_2.5.12.tar.gz) = 168bb6591a0f9665169e0ed223a00d63a1c87e11d1e56388abcf431f30efaa84
-SIZE (modsecurity-apache_2.5.12.tar.gz) = 1392209
+SHA256 (modsecurity-apache_2.5.13.tar.gz) = 36b35c653410652f6acc1f5b403732acc5dc615be12f3ce58644dd320633cd05
+SIZE (modsecurity-apache_2.5.13.tar.gz) = 1421293
--- ap22-mod_security-2.5.13.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->araujo 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jan 14 08:10:16 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153985 
State-Changed-From-To: open->closed 
State-Changed-By: araujo 
State-Changed-When: Thu Feb 24 01:05:22 UTC 2011 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153985 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/153985: commit references a PR
Date: Thu, 24 Feb 2011 01:05:11 +0000 (UTC)

 araujo      2011-02-24 01:04:57 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/mod_security     Makefile distinfo 
   Log:
   - Update to 2.5.13.
   
   PR:             ports/153985
   Submitted by:   Jin-Sih Lin <linpct@gmail.com>
   
   Revision  Changes    Path
   1.42      +15 -13    ports/www/mod_security/Makefile
   1.24      +2 -3      ports/www/mod_security/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:
