From owner-svn-ports-all@FreeBSD.ORG Sun Jul 13 23:21:42 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A406844; Sun, 13 Jul 2014 23:21:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37ABA2266; Sun, 13 Jul 2014 23:21:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6DNLg1l066147; Sun, 13 Jul 2014 23:21:42 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6DNLfAY066141; Sun, 13 Jul 2014 23:21:41 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201407132321.s6DNLfAY066141@svn.freebsd.org> From: Olli Hauer Date: Sun, 13 Jul 2014 23:21:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361726 - in head/www: . mod_mpm_itk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2014 23:21:42 -0000 Author: ohauer Date: Sun Jul 13 23:21:40 2014 New Revision: 361726 URL: http://svnweb.freebsd.org/changeset/ports/361726 QAT: https://qat.redports.org/buildarchive/r361726/ Log: - new port mod_mpm_itk for apache24 apache2-mpm-itk (just mpm-itk for short) is an MPM (Multi-Processing Module) for the Apache web server. mpm-itk allows you to run each of your vhost under a separate uid and gid - in short, the scripts and configuration files for one vhost no longer have to be readable for all the other vhosts. WWW: http://mpm-itk.sesse.net/ PR: 188992 Submitted by: Lukasz Wasikowski Added: head/www/mod_mpm_itk/ head/www/mod_mpm_itk/Makefile (contents, props changed) head/www/mod_mpm_itk/distinfo (contents, props changed) head/www/mod_mpm_itk/pkg-descr (contents, props changed) head/www/mod_mpm_itk/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Jul 13 23:20:34 2014 (r361725) +++ head/www/Makefile Sun Jul 13 23:21:40 2014 (r361726) @@ -503,6 +503,7 @@ SUBDIR += mod_memcache SUBDIR += mod_memcache_block SUBDIR += mod_mono + SUBDIR += mod_mpm_itk SUBDIR += mod_musicindex SUBDIR += mod_myvhost SUBDIR += mod_ntlm2 Added: head/www/mod_mpm_itk/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mod_mpm_itk/Makefile Sun Jul 13 23:21:40 2014 (r361726) @@ -0,0 +1,25 @@ +# Created by: Lukasz Wasikowski +# $FreeBSD$ + +PORTNAME= mod_mpm_itk +PORTVERSION= 2.4.7 +CATEGORIES= www +MASTER_SITES= http://mpm-itk.sesse.net/ \ + http://lukasz.wasikowski.net/files/ +PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} +DISTNAME= mpm-itk-2.4.7-02 + +MAINTAINER= lukasz@wasikowski.net +COMMENT= This MPM allows you to run each vhost under a separate uid and gid + +LICENSE= APACHE20 + +USE_APACHE= 24 +GNU_CONFIGURE= yes + +AP_FAST_BUILD= yes +SRC_FILE= mpm_itk.c + +PLIST_SUB= SED=${SED} + +.include Added: head/www/mod_mpm_itk/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mod_mpm_itk/distinfo Sun Jul 13 23:21:40 2014 (r361726) @@ -0,0 +1,2 @@ +SHA256 (mpm-itk-2.4.7-02.tar.gz) = f12656326a1d3b92fefe63446032f0939ed9c803d4d9a1f89bae318eb3432e75 +SIZE (mpm-itk-2.4.7-02.tar.gz) = 45450 Added: head/www/mod_mpm_itk/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mod_mpm_itk/pkg-descr Sun Jul 13 23:21:40 2014 (r361726) @@ -0,0 +1,6 @@ +apache2-mpm-itk (just mpm-itk for short) is an MPM (Multi-Processing Module) +for the Apache web server. mpm-itk allows you to run each of your vhost +under a separate uid and gid - in short, the scripts and configuration files +for one vhost no longer have to be readable for all the other vhosts. + +WWW: http://mpm-itk.sesse.net/ Added: head/www/mod_mpm_itk/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mod_mpm_itk/pkg-plist Sun Jul 13 23:21:40 2014 (r361726) @@ -0,0 +1,4 @@ +@unexec %%SED%% -i '' '/LoadModule %%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf +%%APACHEMODDIR%%/%%AP_MODULE%% +@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%F +@unexec echo "Don't forget to remove all %%AP_NAME%%-related directives in your httpd.conf"