Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  2 Dec 2006 00:04:30 +0000 (GMT)
From:      Dominic Mitchell <dom@gimli.happygiraffe.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/106167: [PATCH] www/mod_security2: Correct LATEST_LINK
Message-ID:  <20061202000431.2A456B8C2@happygiraffe.net>
Resent-Message-ID: <200612020010.kB20AFcv044849@freefall.freebsd.org>

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

>Number:         106167
>Category:       ports
>Synopsis:       [PATCH] www/mod_security2: Correct LATEST_LINK
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 02 00:10:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Mitchell
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD gimli.happygiraffe.net 6.1-STABLE FreeBSD 6.1-STABLE #5: Tue May  9 08:45:02 BST
>Description:
[DESCRIBE CHANGES]

Kris Kennaway kindly pointed out that this port exhibited a duplicate
LATEST_LINK.  This patch should correct that.

It also fixes the problem which I'd glossed over of an incorrect
httpd.conf line being generated.

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

--- mod_security2-2.0.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/mod_security2/Makefile /local/home/dom/ports/mod_security2/Makefile
--- /usr/ports/www/mod_security2/Makefile	Mon Nov 27 21:42:06 2006
+++ /local/home/dom/ports/mod_security2/Makefile	Fri Dec  1 23:41:48 2006
@@ -5,11 +5,11 @@
 # $FreeBSD: ports/www/mod_security2/Makefile,v 1.2 2006/11/27 21:42:06 miwi Exp $
 #
 
-PORTNAME=	mod_security
+PORTNAME=	mod_security2
 PORTVERSION=	2.0.4
 CATEGORIES=	www security
 MASTER_SITES=	http://www.modsecurity.org/download/
-DISTNAME=	${PORTNAME:S/_//}-apache_${PORTVERSION}
+DISTNAME=	${PORTNAME:S/_//:S/2//}-apache_${PORTVERSION}
 
 MAINTAINER=	dom@happygiraffe.net
 COMMENT=	An intrusion detection and prevention engine
--- mod_security2-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?20061202000431.2A456B8C2>