mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- 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)
This commit is contained in:
parent
fdd9d8d1e8
commit
4446cfb209
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142436
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user