Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Aug 2005 18:39:30 +0200 (CEST)
From:      Xavier Beaudouin <kiwi@oav.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/85222: [MAINTAINER] www/mod_vhs: update to 1.0.18
Message-ID:  <20050822163930.00BAA2E03F@kiwi.oav.net>
Resent-Message-ID: <200508221640.j7MGeH5I081953@freefall.freebsd.org>

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

>Number:         85222
>Category:       ports
>Synopsis:       [MAINTAINER] www/mod_vhs: update to 1.0.18
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 22 16:40:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Xavier Beaudouin
>Release:        FreeBSD 5.4-RELEASE-p1 i386
>Organization:
Association KAZAR / The Caudium Group
>Environment:
System: FreeBSD proxy.home.oav.net 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #1: Sat May 14 15:27:19 CEST 2005
>Description:
- Update to 1.0.18

- ChangeLog :
o Removed VH_HOST variable since it is more or less unusuable and somewhat
  dangerous. You can enable it again by compiling mod_vhs with -DWANT_VH_HOST.
o Fixed compilation of mod_vhs when using Apache 2.0 branch (problems
  with ap_regex_t that exists only on Apache 2.1)
o Added open_basedir functions to append homedir to a default open_basedir
  path.
o Added experimental SUEXEC support. Not tested and not documented !
o According to Frédéric VANNIERE, mod_rewrite don't work when it
  is specified in module list... Another neat exception of Apache...
  Now mod_vhs should work with mod_rewrite...
o Use Apache internal regexp than "system" ones. This fix portability
  of this code on Debian

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

--- mod_vhs-1.0.18.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/mod_vhs.old/Makefile /usr/ports/www/mod_vhs/Makefile
--- /usr/ports/www/mod_vhs.old/Makefile	Mon Aug 22 18:36:40 2005
+++ /usr/ports/www/mod_vhs/Makefile	Mon Aug 22 18:37:19 2005
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	mod_vhs
-PORTVERSION=	1.0.16
-PORTREVISION=	1
+PORTVERSION=	1.0.18
 CATEGORIES=	www
 MASTER_SITES=	http://www.oav.net/projects/mod_vhs/
 DIST_SUBDIR=	apache2
@@ -29,7 +28,7 @@
 AP_LIB+=	${LOCALBASE}/lib -lhome
 AP_EXTRAS+=	-I ${LOCALBASE}/include/php -I ${LOCALBASE}/include/php/Zend -I ${LOCALBASE}/include/php/TSRM -DHAVE_MOD_PHP_SUPPORT
 
-PORTDOCS=	AUTHORS README
+PORTDOCS=	AUTHORS README README.logs README.wildcards
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
diff -ruN --exclude=CVS /usr/ports/www/mod_vhs.old/distinfo /usr/ports/www/mod_vhs/distinfo
--- /usr/ports/www/mod_vhs.old/distinfo	Mon Aug 22 18:36:40 2005
+++ /usr/ports/www/mod_vhs/distinfo	Mon Aug 22 18:37:34 2005
@@ -1,2 +1,2 @@
-MD5 (apache2/mod_vhs-1.0.16.tar.gz) = 3f7075c7d63c0b366bd595b90980832e
-SIZE (apache2/mod_vhs-1.0.16.tar.gz) = 12523
+MD5 (apache2/mod_vhs-1.0.18.tar.gz) = 58051076af8aa20746bc3dd3e2bdbe9d
+SIZE (apache2/mod_vhs-1.0.18.tar.gz) = 14620
--- mod_vhs-1.0.18.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?20050822163930.00BAA2E03F>