From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 2 00:10:15 2006 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 B5E1216A412 for ; Sat, 2 Dec 2006 00:10:15 +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 45ADC43CA3 for ; Sat, 2 Dec 2006 00:09:58 +0000 (GMT) (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 kB20AFwK044850 for ; Sat, 2 Dec 2006 00:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kB20AFcv044849; Sat, 2 Dec 2006 00:10:15 GMT (envelope-from gnats) Resent-Date: Sat, 2 Dec 2006 00:10:15 GMT Resent-Message-Id: <200612020010.kB20AFcv044849@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dominic Mitchell Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 892A916A40F for ; Sat, 2 Dec 2006 00:04:36 +0000 (UTC) (envelope-from dom@happygiraffe.net) Received: from happygiraffe.net (happygiraffe.net [81.6.215.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11D7443CA2 for ; Sat, 2 Dec 2006 00:04:18 +0000 (GMT) (envelope-from dom@happygiraffe.net) Received: from localhost (localhost.happygiraffe.net [127.0.0.1]) by happygiraffe.net (Postfix) with ESMTP id 9FFA6B8CC for ; Sat, 2 Dec 2006 00:04:34 +0000 (GMT) Received: from happygiraffe.net ([127.0.0.1]) by localhost (gimli.happygiraffe.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id pjemq3XQQBrv for ; Sat, 2 Dec 2006 00:04:31 +0000 (GMT) Received: by happygiraffe.net (Postfix, from userid 1001) id 2A456B8C2; Sat, 2 Dec 2006 00:04:30 +0000 (GMT) Message-Id: <20061202000431.2A456B8C2@happygiraffe.net> Date: Sat, 2 Dec 2006 00:04:30 +0000 (GMT) From: Dominic Mitchell To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/106167: [PATCH] www/mod_security2: Correct LATEST_LINK X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 00:10:15 -0000 >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: