Date: Wed, 9 Mar 2005 16:03:59 +0100 (CET) From: Xavier Beaudouin <kiwi@oav.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/78626: [MAINTAINER] www/mod_vhs: update to 1.0.16 Message-ID: <20050309150359.363C34AC79@mx2.oav.net> Resent-Message-ID: <200503091510.j29FA2wM041124@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 78626 >Category: ports >Synopsis: [MAINTAINER] www/mod_vhs: update to 1.0.16 >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: Wed Mar 09 15:10:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Xavier Beaudouin >Release: FreeBSD 5.2.1-RELEASE-p3 i386 >Organization: The Caudium Group / Association Kazar >Environment: System: FreeBSD domu.oav.net 5.2.1-RELEASE-p3 FreeBSD 5.2.1-RELEASE-p3 #0: Thu Mar 18 12:25:33 CET 2004 >Description: - Update to 1.0.16 - Changelog Since mod_vhs 1.0.16 -------------------- o Fixed a crash reported by Renato when parent lamer mode is on and the hostname was not found. o New flag to enable / disble VHS (EnableVHS) default to Off to allow some VirtualServer to no have mod_vhs enabled. Since mod_vhs 1.0.14 -------------------- o Lamer friendly mode is now fixed. o Fixed a non thread safe call when lamer friendly mode is engaged. o Added mod_alias "compatible" configuration values, eg : vhs_Alias, vhs_ScriptAlias, vhs_Redirect, vhs_AliasMatch, vhs_ScriptAliasMatch, vhs_RedirectMatch, vhs_RedirectTemp and vhs_RedirectPermanent configuration directives. See mod_alias manual for more informations. Since mod_vhs 1.0.12 -------------------- o Added option vhs_PHPdisplay_errors used on PHP support to show php errors when needed on <VirtualHost></> basis. o Added options on load that mod_vhs wait for input from mod_alias and mod_userdir before mod_vhs make things works. o Added options on load that mod_vhs is making his work before mod_rewrite and mod_php is making their works. o Added option vhs_Default_Host_Redirect (on/off) to force HTTP redirect if default host is triggered. o The module should be now threads safe. Note that we don't garantee that your Apache will still be thread safe if you use non thread safe module (like mod_php for example). o Add support for PHP 4.3.x. The following entries are modified according to <VirtualHost></> httpd.conf. Example : <VirtualHost 1.2.3.4> vhs_Default_Host www.mydomain.com vhs_PHPsafe_mode On vhs_PHPopen_basedir On </VirtualHost> <VirtualHost 1.2.3.5> vhs_Default_Host www.mydomain.com vhs_PHPsafe_mode Off vhs_PHPopen_basedir Off </VirtualHost> Option from Koen de Boeve Added file(s): - pkg-message Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- mod_vhs-1.0.16.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 Wed Mar 9 15:57:49 2005 +++ /usr/ports/www/mod_vhs/Makefile Wed Mar 9 15:36:17 2005 @@ -6,7 +6,7 @@ # PORTNAME= mod_vhs -PORTVERSION= 1.0.10 +PORTVERSION= 1.0.16 CATEGORIES= www MASTER_SITES= http://www.oav.net/projects/mod_vhs/ DIST_SUBDIR= apache2 @@ -16,6 +16,8 @@ LIB_DEPENDS+= home:${PORTSDIR}/misc/libhome +USE_PHP= yes +WANT_PHP_MOD= yes WANT_APACHE= 2 AP_FAST_BUILD= YES AP_GENPLIST= YES @@ -23,6 +25,7 @@ AP_INC+= ${LOCALBASE}/include/home AP_LIB+= ${LOCALBASE}/lib -lhome +AP_EXTRAS+= -I ${LOCALBASE}/include/php -I ${LOCALBASE}/include/php/Zend -DHAVE_MOD_PHP_SUPPORT PORTDOCS= AUTHORS README diff -ruN --exclude=CVS /usr/ports/www/mod_vhs.old/distinfo /usr/ports/www/mod_vhs/distinfo --- /usr/ports/www/mod_vhs.old/distinfo Wed Mar 9 15:57:49 2005 +++ /usr/ports/www/mod_vhs/distinfo Wed Mar 9 15:52:31 2005 @@ -1,2 +1,2 @@ -MD5 (apache2/mod_vhs-1.0.10.tar.gz) = e1a1375a722d9f8ad62d8995acd33c19 -SIZE (apache2/mod_vhs-1.0.10.tar.gz) = 6908 +MD5 (apache2/mod_vhs-1.0.16.tar.gz) = 3f7075c7d63c0b366bd595b90980832e +SIZE (apache2/mod_vhs-1.0.16.tar.gz) = 12523 diff -ruN --exclude=CVS /usr/ports/www/mod_vhs.old/pkg-message /usr/ports/www/mod_vhs/pkg-message --- /usr/ports/www/mod_vhs.old/pkg-message Thu Jan 1 01:00:00 1970 +++ /usr/ports/www/mod_vhs/pkg-message Wed Jan 26 16:32:07 2005 @@ -0,0 +1,7 @@ +*************************************************************** + +If you use PHP support you should load mod_php BEFORE mod_vhs +otherwise your Apache will not start. + + +*************************************************************** --- mod_vhs-1.0.16.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?20050309150359.363C34AC79>