diff options
author | clement <clement@FreeBSD.org> | 2005-09-11 19:39:05 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-09-11 19:39:05 +0800 |
commit | c9bce261a2d3f29f421c836b08d524629938ec9f (patch) | |
tree | c4df0445a95ac8b92c49ddb6d6abe84791479ddc /www/mod_vhs | |
parent | e2cee0c74cd003a5c017765a8867e96012521b8e (diff) | |
download | freebsd-ports-gnome-c9bce261a2d3f29f421c836b08d524629938ec9f.tar.gz freebsd-ports-gnome-c9bce261a2d3f29f421c836b08d524629938ec9f.tar.zst freebsd-ports-gnome-c9bce261a2d3f29f421c836b08d524629938ec9f.zip |
- 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
PR: ports/85222
Submitted: Xavier Beaudouin <kiwi@oav.net> (maintainer)
Diffstat (limited to 'www/mod_vhs')
-rw-r--r-- | www/mod_vhs/Makefile | 5 | ||||
-rw-r--r-- | 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 <bsd.port.pre.mk> .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 |