Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2006 02:14:53 +0800 (CST)
From:      Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dom@happygiraffe.net
Subject:   ports/105876: [PATCH] www/mod_security: update to 2.0.4
Message-ID:  <20061126181453.BB46918703F@hubert.ckefgisc.org>
Resent-Message-ID: <200611261820.kAQIKFEk072124@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         105876
>Category:       ports
>Synopsis:       [PATCH] www/mod_security: update to 2.0.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 26 18:20:13 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061126181453.BB46918703F>