From 4446cfb20903145aaa668790a84752753a9f210b Mon Sep 17 00:00:00 2001 From: Clement Laforet Date: Sun, 11 Sep 2005 11:39:05 +0000 Subject: - Update to 1.0.18 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 PR: ports/85222 Submitted: Xavier Beaudouin (maintainer) --- www/mod_vhs/Makefile | 5 ++--- www/mod_vhs/distinfo | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/www/mod_vhs/Makefile b/www/mod_vhs/Makefile index abd2508f30e9..3b625468f299 100644 --- a/www/mod_vhs/Makefile +++ b/www/mod_vhs/Makefile @@ -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_INC+= ${LOCALBASE}/include/home 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 .include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" diff --git a/www/mod_vhs/distinfo b/www/mod_vhs/distinfo index 3c3da69a74e5..e888f8acbe5e 100644 --- a/www/mod_vhs/distinfo +++ b/www/mod_vhs/distinfo @@ -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 -- cgit v1.2.3