From owner-freebsd-apache@FreeBSD.ORG Sun Nov 10 14:29:58 2013 Return-Path: Delivered-To: apache@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 ESMTP id AA9F51D6 for ; Sun, 10 Nov 2013 14:29:58 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2A9DD2DCF for ; Sun, 10 Nov 2013 14:29:57 +0000 (UTC) Received: from [192.168.0.100] ([87.139.233.65]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0MD9NE-1VP1t13jAq-00Ga1d for ; Sun, 10 Nov 2013 15:29:56 +0100 Message-ID: <527F986C.6030806@gmx.de> Date: Sun, 10 Nov 2013 15:30:04 +0100 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: apache@FreeBSD.org Subject: Re: AP_GENPLIST vs pkg upgrade References: <526F7C39.10308@FreeBSD.org> In-Reply-To: <526F7C39.10308@FreeBSD.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:DtYw4aMyfPwAIKE5fk8+kxBU8lJesQljiXLHyFFrk7N9amB4ko0 Kiff+k424+LUVlSvF6+OY9S+9pa+ohMmeepPC2T1as4jKG3jNj5rVquvS4i09ddi+YO1HTx 3EP2DvNscZ7UNN3z9vxsHQV4ncXa3bfONxhXjz6Yg2rP7FcDzp9PXv6AxBMCH03kmBKSX42 Eh4s1+MV4fwrwlEMDMmBA== Cc: Andriy Gapon X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 14:29:58 -0000 On 2013-10-29 10:13, Andriy Gapon wrote: > > AP_GENPLIST by default results in the following pkg-plist entries (an example): > @unexec /usr/bin/sed -i '' -E '/LoadModule[[:blank:]]+rpaf_module/d' > %D/etc/apache22/httpd.conf > @exec %D/sbin/apxs -e -A -n rpaf %D/%F > > This means that after pkg upgrade a module becomes commented out in httpd.conf. > > I am aware of AP_MODENABLE. But the official FreeBSD pkg packages are built > without this customization. > > I believe that the current default behavior is quite a nasty one. > > Not sure if at present there is any way to make it more user-friendly in the > case of pkgng packages. > > P.S. > Perhaps it would be easier to just leave httpd.conf alone and put all > responsibility for its management on an administrator. It seems that that some > module ports that do not use AP_GENPLIST do just that. > Most if the modules not using AP_GENPLIST can't be build with apxs and have a more complex build infrastructure. I agree registering third party modules in httpd.conf is not optimal and we need a better solution. What I can think about is creating something like ${APACHEDATADIR}/mods.d and ${APACHEETCDIR}/mods.d. Instead using apxs to register the module the module installs a template ${APACHEDATADIR}/mods.d/$module.conf and if no matching ${APACHEETCDIR}/mods.d/$module.conf is found the framework will copy the template to ${APACHEETCDIR}/mods.d (same way like the original apache configs) Sample $module.conf (subversion.conf) #LoadModule dav_svn_module libexec/apache22/mod_dav_svn.so #LoadModule authz_svn_module libexec/apache22/mod_authz_svn.so # # sample config instructions moved to here from pkg-message # ... This way we do not have $module.conf.sample files filling up the production ${APACHEETCDIR}/mods.d folders, the module is disabled per default (security) and a changed ${APACHEETCDIR}/mods.d/$module.conf will be not replaced / changed during the pkg upgrade. What do you and other apache users think about handing modules this way? -- olli From owner-freebsd-apache@FreeBSD.ORG Sun Nov 10 20:36:39 2013 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A4A3B9FE for ; Sun, 10 Nov 2013 20:36:39 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3645F20AC for ; Sun, 10 Nov 2013 20:36:39 +0000 (UTC) Received: from [192.168.0.100] ([87.139.233.65]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0MFdDB-1VR0tn3gyT-00EbHs for ; Sun, 10 Nov 2013 21:36:31 +0100 Message-ID: <527FEE58.5050201@gmx.de> Date: Sun, 10 Nov 2013 21:36:40 +0100 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Allan Jude , freebsd-ports@freebsd.org Subject: Re: ports default version system References: <527D9F38.20105@allanjude.com> In-Reply-To: <527D9F38.20105@allanjude.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:QKB/gIDM2yV6wAXy75eQGew5/hv60hKMT7gRMkGu9DiwR4sRjP6 ir90xrp3tOKc7tvSBBmdIQDJDe2epMi32hjMTVeCcDKRaIuzHE41a1cMKTjXhvCt3i3wE0X k0L/DpKmT3zIvWIEfhXq+jXd945uEC8FKwHUlPok3Y9ppjV3t3WwfXMEIzJUPH1N4WlEB+Y pcPFaSzTgC7Cu/JyDEWOw== Cc: clement@FreeBSD.org, ports@FreeBSD.org, apache@FreeBSD.org X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 20:36:39 -0000 On 2013-11-09 03:34, Allan Jude wrote: > Attached is a proposed patch for Mk/bsd.default-versions.mk > > Currently, perl, python, ruby and tcl are supported > > The patch adds support for apache, fpc, mysql, pgsql, and php > > Users can specify in /etc/make.conf > > DEFAULT_VERSIONS= perl5=5.18 ruby=2.0 php=5.3 mysql=55p > > and change the default version of php from lang/php5 to lang/php53 > and mysql from database/mysql55-server to database/perconba55-server > etc. > > The apache part of the patch might also consider deprecating the > APACHE_PORT make.conf variable. > > Using the 'old way' produces a warning the same way it does for ruby, > perl etc. > I'm reviewing the apache part, at the first look it seems OK, at the second it seems to overwrites the version check logic by always assigning the default version regardless if the default version is fine for the port. -- olli From owner-freebsd-apache@FreeBSD.ORG Sun Nov 10 20:38:24 2013 Return-Path: Delivered-To: apache@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 ESMTP id 29029AED; Sun, 10 Nov 2013 20:38:24 +0000 (UTC) (envelope-from freebsd@allanjude.com) Received: from mx1.scaleengine.net (beauharnois2.bhs1.scaleengine.net [142.4.218.15]) by mx1.freebsd.org (Postfix) with ESMTP id F1A3E20CC; Sun, 10 Nov 2013 20:38:22 +0000 (UTC) Received: from [10.1.1.1] (S01060001abad1dea.hm.shawcable.net [50.70.108.129]) (Authenticated sender: allan.jude@scaleengine.com) by mx1.scaleengine.net (Postfix) with ESMTPSA id 8FC154633E; Sun, 10 Nov 2013 20:38:21 +0000 (UTC) Message-ID: <527FEEC3.6090400@allanjude.com> Date: Sun, 10 Nov 2013 15:38:27 -0500 From: Allan Jude User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: olli hauer , freebsd-ports@freebsd.org Subject: Re: ports default version system References: <527D9F38.20105@allanjude.com> <527FEE58.5050201@gmx.de> In-Reply-To: <527FEE58.5050201@gmx.de> X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9P90VsLFnjx1HVubWtdCmTI9uAPXrlMBx" Cc: clement@FreeBSD.org, ports@FreeBSD.org, apache@FreeBSD.org X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 20:38:24 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --9P90VsLFnjx1HVubWtdCmTI9uAPXrlMBx Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 2013-11-10 15:36, olli hauer wrote: > On 2013-11-09 03:34, Allan Jude wrote: >> Attached is a proposed patch for Mk/bsd.default-versions.mk >> >> Currently, perl, python, ruby and tcl are supported >> >> The patch adds support for apache, fpc, mysql, pgsql, and php >> >> Users can specify in /etc/make.conf >> >> DEFAULT_VERSIONS=3D perl5=3D5.18 ruby=3D2.0 php=3D5.3 mysql=3D55p >> >> and change the default version of php from lang/php5 to lang/php53 >> and mysql from database/mysql55-server to database/perconba55-server >> etc. >> >> The apache part of the patch might also consider deprecating the >> APACHE_PORT make.conf variable. >> >> Using the 'old way' produces a warning the same way it does for ruby, >> perl etc. >> > I'm reviewing the apache part, at the first look it seems OK, at the se= cond > it seems to overwrites the version check logic by always assigning > the default version regardless if the default version is fine for the p= ort. > > That might be a mistake on my part, although with the original code, I couldn't get it to ever use anything except apache22 no matter what I did, so it might have been broken before the patch too --=20 Allan Jude --9P90VsLFnjx1HVubWtdCmTI9uAPXrlMBx Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJSf+7EAAoJEJrBFpNRJZKfP/cQAMTdIooiv7RNiGSYvbT5q2Iw g/bdqkUeFXMOiuExtez5+jbQ24bImnVE0xfuaeZnc0Ckhp0rORNwfC7WzVpkNdWA Ais73wpltJtmcWx5CIwZSobFwHnWc6b/6kVv6RsCgbf1wY5i2049u1SUZ2aJ9dhP eGFRbGmvk9vAJ1NPBxCd0mxY+//grIQCd5REalwBbcIoFH5IQuwhWG72+H71i1Y7 zQ0I89E4XJZFDzsMDN4ResH8Fa5bQ+9V8g8M/7Eqhdr231ICs5yDkc5fFlCncOJo v39G03KGBdMOSLlx4mfdBrNFsDuEWRxt86coWJbynj3yA9/BgqlKZnNkMPnpdqZL GRh3y0khIbw7zyWP6qRAbGMkPxlA0HHcbh/qnx6zSScacY+825QpluWz+uw57/Y6 EpwRFMwAnVndboFsjUsvbY+76IrkHKqI+z2T52iFIXH9tg+Evoyp0yrXm/VNUObq nbBNRYQfkAplkeHwGdyq0gItctND/W2q+5GGq667QH976J54k19dv4b8KFqDYnwb 6uf577R05WRI87+kVFh1IWWyTFYfGVfwOBqKYVmgL+9whYPrjIwivMVnEP1PHTVy aSHS0bKgvW8QVpGHxBJkqd4izLbxgLi2apTqLAJ1mioLYncvpISkCwcyFCgjSlut aNn9aDk0g9BK/Q7+GVTz =GRLN -----END PGP SIGNATURE----- --9P90VsLFnjx1HVubWtdCmTI9uAPXrlMBx-- From owner-freebsd-apache@FreeBSD.ORG Sun Nov 10 20:56:35 2013 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E9628F35 for ; Sun, 10 Nov 2013 20:56:35 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7AA9F219D for ; Sun, 10 Nov 2013 20:56:35 +0000 (UTC) Received: from [192.168.0.100] ([87.139.233.65]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0LrNl6-1Vksyj1zKe-0133u3 for ; Sun, 10 Nov 2013 21:56:33 +0100 Message-ID: <527FF30B.6040900@gmx.de> Date: Sun, 10 Nov 2013 21:56:43 +0100 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Allan Jude Subject: Re: ports default version system References: <527D9F38.20105@allanjude.com> <527FEE58.5050201@gmx.de> <527FEEC3.6090400@allanjude.com> In-Reply-To: <527FEEC3.6090400@allanjude.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:WcDtkUIlklQ1G7nL93WJZIbyjO51vkwYTqQEYM19Y9qFL9lJdiu +w1hFZxDhQFaZwMMy+wm9ApTrQ70UHtgr2OjK+507KZG0Gj5VbFlN+AZ3GnJX59kQvPAMOd AamFJpKlIQo9PA5/5OKHaNn9Yxj3mVxfwmFYa53PRJ+s52yWtJXB1j2lsvlzT1rlo7RTg4a VfJqsX7llOf0MJoaigp+A== Cc: clement@FreeBSD.org, ports@FreeBSD.org, apache@FreeBSD.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 20:56:36 -0000 On 2013-11-10 21:38, Allan Jude wrote: > On 2013-11-10 15:36, olli hauer wrote: >> On 2013-11-09 03:34, Allan Jude wrote: >>> Attached is a proposed patch for Mk/bsd.default-versions.mk >>> >>> Currently, perl, python, ruby and tcl are supported >>> >>> The patch adds support for apache, fpc, mysql, pgsql, and php >>> >>> Users can specify in /etc/make.conf >>> >>> DEFAULT_VERSIONS= perl5=5.18 ruby=2.0 php=5.3 mysql=55p >>> >>> and change the default version of php from lang/php5 to lang/php53 >>> and mysql from database/mysql55-server to database/perconba55-server >>> etc. >>> >>> The apache part of the patch might also consider deprecating the >>> APACHE_PORT make.conf variable. >>> >>> Using the 'old way' produces a warning the same way it does for ruby, >>> perl etc. >>> >> I'm reviewing the apache part, at the first look it seems OK, at the second >> it seems to overwrites the version check logic by always assigning >> the default version regardless if the default version is fine for the port. >> >> > That might be a mistake on my part, although with the original code, I > couldn't get it to ever use anything except apache22 no matter what I > did, so it might have been broken before the patch too > Until now the only way to define for example apache24 as default is to use APACHE_PORT=www/apache24 in make.conf I will look into this but it needs some time ... -- olli From owner-freebsd-apache@FreeBSD.ORG Mon Nov 11 11:06:11 2013 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9F6F5763 for ; Mon, 11 Nov 2013 11:06:11 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D05F2C49 for ; Mon, 11 Nov 2013 11:06:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rABB6BQf081022 for ; Mon, 11 Nov 2013 11:06:11 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rABB6Bq5081018 for apache@FreeBSD.org; Mon, 11 Nov 2013 11:06:11 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 11 Nov 2013 11:06:11 GMT Message-Id: <201311111106.rABB6Bq5081018@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: apache@FreeBSD.org Subject: Current problem reports assigned to apache@FreeBSD.org X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Nov 2013 11:06:11 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/183353 apache [patch] www/mod_wsgi3 doesn't build under python3 o ports/182993 apache r328885 breaks building devel/apr1 on freebsd<10 usin f ports/181747 apache [patch] www/mod_rivet -- support configuration options o ports/179710 apache port www/mod_fastcgi extra patch to support apache24 a ports/176659 apache www/apache22 2.2.24 build error o ports/165809 apache add mod_proxy patch to www/apache22 o ports/157554 apache www/apache22: Apache RLimitNPROC does not work as inte o ports/125183 apache www/apache22 wrong SUEXEC_DOCROOT o ports/124375 apache security/heimdal: www/mod_auth_kerb doesn't compile ag 9 problems total. From owner-freebsd-apache@FreeBSD.ORG Tue Nov 12 15:17:37 2013 Return-Path: Delivered-To: apache@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 C436F441; Tue, 12 Nov 2013 15:17:37 +0000 (UTC) Received: from cpanel09.rubas.ch (cpanel09.rubas.ch [195.182.222.79]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 804CD241E; Tue, 12 Nov 2013 15:17:37 +0000 (UTC) Received: from 98-41.199-178.cust.bluewin.ch ([178.199.41.98]:64803 helo=gahrfit.gahr.ch) by cpanel09.rubas.ch with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1) (envelope-from ) id 1VgFia-000Q7D-LG; Tue, 12 Nov 2013 16:17:29 +0100 Date: Tue, 12 Nov 2013 16:17:25 +0100 From: Pietro Cerutti To: ohauer@FreeBSD.org Subject: Re: ports/183743: [patch] www/mod_rivet -- update to 2.1.3 Message-ID: <20131112151725.GB32117@gahrfit.gahr.ch> References: <201311071446.rA7Ek4b3036119@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="tqI+Z3u+9OQ7kwn0" Content-Disposition: inline In-Reply-To: <201311071446.rA7Ek4b3036119@freefall.freebsd.org> X-PGP-Key: fp="DA6D E106 A5B8 54B8 5DD8 6D49 ADD0 D38E A192 089E"; id="0xA192089E"; get=; get=; User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel09.rubas.ch X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - FreeBSD.org X-Get-Message-Sender-Via: cpanel09.rubas.ch: authenticated_id: gahr@gahr.ch Cc: apache@FreeBSD.org, cowbert@gmail.com X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: gahr@FreeBSD.org List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2013 15:17:37 -0000 --tqI+Z3u+9OQ7kwn0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Olli, does this mean it's approved by apache@? --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --tqI+Z3u+9OQ7kwn0 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQJ8BAEBCgBmBQJSgkaBXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQTZERTEwNkE1Qjg1NEI4NUREODZENDlB REQwRDM4RUExOTIwODlFAAoJEK3Q046hkgieNBMP/i6JIse9JMm9NciW+dvxR5jy nJ9ev+KEMdu1Zdf+cLpis64EDhwGCZBQQilYpwZ9n+kEJJN0+tEpHiFSO8Pi8zNY iPCO7YlBo8r2OyKDNVsZz7oVa3Pes25N+ra84Pu6+i2YhPs22+Uv+9bbkWrr9YgF RjYBiIkpSUDyTZP0fwYKncvYwNO6zSfmW6jKhWtvpLW0qWJ0r8JpOUnIAZQCVDFA X2RbIM/5ogod4brV2rA9dgC6GWNcC5qZ5gcXd8rma/2sogZHDpmPRl/+PcFAPiHB PvVb8bhROn+hYFxCZnRXoFDIZIsyAPTJMvPtOo80NOy3dTb3nKK9LqtbnsbBnvie sS6hDmWFuZxC5FnBfB21o8zCctosaeHqBK/j24rNjlA//xV7eKpuJFsENW6gIMNq 2QByg1fip4onXqGRR/Y9zlX8gmTd1MUYavXRgLjB+2GVfo09y+EnimAbUgyuL7Al uVvIpky3rH4uG/sWD49Q+HMVcrCl5fyiFGrCzrBdbV7K34LjX0pajWi0slM2/8/0 Q2+zkPfe0e2+ZmlIsZbSD9cpvW43xL9KAKQ7zV0bBNOOyV8wkWZIIlRIXrD/Ny5R zSfN6Ap4M3p9KysWvBvCNlnWSsyNHnwwinG1PCOMEBb5vvo+kDq3MPl4a+aF5KXY bO9FqnymQ8EqX8GJTbk1 =gubl -----END PGP SIGNATURE----- --tqI+Z3u+9OQ7kwn0-- From owner-freebsd-apache@FreeBSD.ORG Tue Nov 12 19:59:25 2013 Return-Path: Delivered-To: apache@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 B97A7865; Tue, 12 Nov 2013 19:59:25 +0000 (UTC) Received: from mail-la0-x22e.google.com (mail-la0-x22e.google.com [IPv6:2a00:1450:4010:c03::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E3EA12181; Tue, 12 Nov 2013 19:59:24 +0000 (UTC) Received: by mail-la0-f46.google.com with SMTP id eh20so265340lab.19 for ; Tue, 12 Nov 2013 11:59:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=f2SPynq+kwlX8kds6Q1gYlZlGB1zfynf+kw9kmFCxpQ=; b=0nfdtZGajVUDuV6XUwLv7/5ebrVl+kk7pOAmW+JUQWkq3hpApduE/qW/hvtkGQjram 7L/AEr2wND9zbH2z4X/BanG1DUzNrTDX9n41By9OBgIk4teTA/ZmPzOF0upXt32lNgPK 6LuMoRd4NTpMo3y0dS6s5VryB2PK3J1fcDF6PZfsvzzHu4F4Td6QQyskGwxDEYlmozWV FsHbASS6FHBHvnUGvhutOcd3Gfaia1YGsjD3KzFL9STC/Ohxx3hE3FHtw7CCmoUiiBGB DgLeX0MQmcwRZMT5+T7PWDUM3Sfj3ljxAj988NIjQBkXPfh65lLhdZpJR43IcxWBRPVM eH9A== MIME-Version: 1.0 X-Received: by 10.152.121.3 with SMTP id lg3mr28605985lab.0.1384286362903; Tue, 12 Nov 2013 11:59:22 -0800 (PST) Received: by 10.112.145.138 with HTTP; Tue, 12 Nov 2013 11:59:22 -0800 (PST) In-Reply-To: <20131112151725.GB32117@gahrfit.gahr.ch> References: <201311071446.rA7Ek4b3036119@freefall.freebsd.org> <20131112151725.GB32117@gahrfit.gahr.ch> Date: Tue, 12 Nov 2013 14:59:22 -0500 Message-ID: Subject: Re: ports/183743: [patch] www/mod_rivet -- update to 2.1.3 From: Peter Lai To: gahr@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: apache@freebsd.org X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2013 19:59:25 -0000 maintainer approves also On Tue, Nov 12, 2013 at 10:17 AM, Pietro Cerutti wrote: > Olli, > > does this mean it's approved by apache@? > > -- > Pietro Cerutti > The FreeBSD Project > gahr@FreeBSD.org > > PGP Public Key: > http://gahr.ch/pgp