From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 9 15:10:03 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1400F16A4CE for ; Wed, 9 Mar 2005 15:10:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB60243D5F for ; Wed, 9 Mar 2005 15:10:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j29FA2CR041125 for ; Wed, 9 Mar 2005 15:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j29FA2wM041124; Wed, 9 Mar 2005 15:10:02 GMT (envelope-from gnats) Resent-Date: Wed, 9 Mar 2005 15:10:02 GMT Resent-Message-Id: <200503091510.j29FA2wM041124@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Xavier Beaudouin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9B5E16A4D0 for ; Wed, 9 Mar 2005 15:04:01 +0000 (GMT) Received: from mx2.oav.net (mx2.oav.net [195.154.253.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A38543D4C for ; Wed, 9 Mar 2005 15:04:01 +0000 (GMT) (envelope-from kiwi@mx2.oav.net) Received: by mx2.oav.net (Postfix, from userid 1000) id 363C34AC79; Wed, 9 Mar 2005 16:03:59 +0100 (CET) Message-Id: <20050309150359.363C34AC79@mx2.oav.net> Date: Wed, 9 Mar 2005 16:03:59 +0100 (CET) From: Xavier Beaudouin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/78626: [MAINTAINER] www/mod_vhs: update to 1.0.16 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2005 15:10:03 -0000 >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 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 httpd.conf. Example : vhs_Default_Host www.mydomain.com vhs_PHPsafe_mode On vhs_PHPopen_basedir On vhs_Default_Host www.mydomain.com vhs_PHPsafe_mode Off vhs_PHPopen_basedir Off 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: