From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 15 02:50:07 2005 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D05BC16A41F for ; Thu, 15 Sep 2005 02:50:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BFD043D45 for ; Thu, 15 Sep 2005 02:50:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8F2o7I9027666 for ; Thu, 15 Sep 2005 02:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8F2o7am027665; Thu, 15 Sep 2005 02:50:07 GMT (envelope-from gnats) Resent-Date: Thu, 15 Sep 2005 02:50:07 GMT Resent-Message-Id: <200509150250.j8F2o7am027665@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, David Lay Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A008F16A41F for ; Thu, 15 Sep 2005 02:46:52 +0000 (GMT) (envelope-from dsl@webize.com.au) Received: from mayhem.webize.com.au (mayhem.webize.com.au [203.48.28.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DCA643D48 for ; Thu, 15 Sep 2005 02:46:51 +0000 (GMT) (envelope-from dsl@webize.com.au) Received: by mayhem.webize.com.au (Postfix, from userid 1003) id B6D053E; Thu, 15 Sep 2005 12:46:49 +1000 (EST) Message-Id: <20050915024649.B6D053E@mayhem.webize.com.au> Date: Thu, 15 Sep 2005 12:46:49 +1000 (EST) From: David Lay To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/86142: Update www/mod_proxy_html to version 2.5.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Lay List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 02:50:08 -0000 >Number: 86142 >Category: ports >Synopsis: Update www/mod_proxy_html to version 2.5.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Sep 15 02:50:06 GMT 2005 >Closed-Date: >Last-Modified: >Originator: David Lay >Release: >Organization: Webize >Environment: >Description: mod_proxy_html has been updated, the size/checksum of $DISTNAME has changed, and this breaks fetch/extract. Attached patch updates the port to the current version: 2.5.1. This updated version should build against Apache 2.1/2.2 but I've only tested it against Apache 2.0. There is also a change to the maintainer's email address. >How-To-Repeat: mayhem:mod_proxy_html % make extract ===> Vulnerability check disabled, database not found ===> Extracting for mod_proxy_html-2.4.3 => Checksum mismatch for mod_proxy_html.c. ===> Refetch for 1 more times files: mod_proxy_html.c ===> Vulnerability check disabled, database not found => mod_proxy_html.c doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://apache.webthing.com/mod_proxy_html/. fetch: http://apache.webthing.com/mod_proxy_html/mod_proxy_html.c: size mismatch: expected 31180, actual 31789 ... => Checksum mismatch for mod_proxy_html.c. ===> Giving up on fetching files: mod_proxy_html.c Make sure the Makefile and distinfo file (/usr/ports/www/mod_proxy_html/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop in /usr/ports/www/mod_proxy_html. *** Error code 1 Stop in /usr/ports/www/mod_proxy_html. mayhem:mod_proxy_html % >Fix: diff -u mod_proxy_html.orig/Makefile mod_proxy_html/Makefile --- mod_proxy_html.orig/Makefile Tue Mar 1 19:45:21 2005 +++ mod_proxy_html/Makefile Thu Sep 15 12:26:56 2005 @@ -6,13 +6,13 @@ # PORTNAME= mod_proxy_html -PORTVERSION= 2.4.3 +PORTVERSION= 2.5.1 CATEGORIES= www MASTER_SITES= http://apache.webthing.com/${PORTNAME}/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .c -MAINTAINER= dsl@webize.com.au +MAINTAINER= dsl@bitwizards.com.au COMMENT= Apache module for rewriting HTML links in proxied content USE_GNOME= libxml2 diff -u mod_proxy_html.orig/distinfo mod_proxy_html/distinfo --- mod_proxy_html.orig/distinfo Tue Mar 1 19:45:21 2005 +++ mod_proxy_html/distinfo Sun Sep 11 23:33:25 2005 @@ -1,2 +1,2 @@ -MD5 (mod_proxy_html.c) = e391f303572b3deb9a3c603ce99894d0 -SIZE (mod_proxy_html.c) = 31180 +MD5 (mod_proxy_html.c) = 21eac7b73e83f5ba695a06f2f2ae2e43 +SIZE (mod_proxy_html.c) = 31789 >Release-Note: >Audit-Trail: >Unformatted: