ports/86142: Update www/mod_proxy_html to version 2.5.1

David Lay dsl at webize.com.au
Thu Sep 15 02:50:08 UTC 2005


>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 at webize.com.au
+MAINTAINER=	dsl at 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:



More information about the freebsd-ports-bugs mailing list