From owner-freebsd-apache@FreeBSD.ORG Sun Jun 19 08:19:09 2011 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3ACE106566C; Sun, 19 Jun 2011 08:19:09 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C47668FC17; Sun, 19 Jun 2011 08:19:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5J8J9sG055050; Sun, 19 Jun 2011 08:19:09 GMT (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5J8J9BZ055049; Sun, 19 Jun 2011 08:19:09 GMT (envelope-from skv) Date: Sun, 19 Jun 2011 08:19:09 GMT Message-Id: <201106190819.p5J8J9BZ055049@freefall.freebsd.org> To: FreeBSD-gnats-submit@freebsd.org From: Sergey Skvortsov X-send-pr-version: 3.113 X-GNATS-Notify: Cc: apache@freebsd.org Subject: [PATCH] devel/apr1: unbreak build with "threads=off ldap=on" X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jun 2011 08:19:09 -0000 >Submitter-Id: current-users >Originator: Sergey Skvortsov >Organization: >Confidential: no >Synopsis: [PATCH] devel/apr1: unbreak build with "threads=off ldap=on" >Severity: critical >Priority: high >Category: ports >Class: change-request >Release: FreeBSD 8.2-PRERELEASE-20101227 amd64 >Environment: >Description: Added file(s): - files/patch-apr_ldap_rebind.c Unbreak build for combination of port options: LDAP=on THREADS=off >How-To-Repeat: >Fix: --- apr-nothr-devrandom-1.4.5.1.3.12.patch begins here --- Index: files/patch-apr_ldap_rebind.c =================================================================== RCS file: files/patch-apr_ldap_rebind.c diff -N files/patch-apr_ldap_rebind.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-apr_ldap_rebind.c 19 Jun 2011 08:14:32 -0000 @@ -0,0 +1,15 @@ +--- apr-util-1.3.12/ldap/apr_ldap_rebind.c.orig 2011-06-18 14:42:15.000000000 +0000 ++++ apr-util-1.3.12/ldap/apr_ldap_rebind.c 2011-06-18 14:42:28.000000000 +0000 +@@ -81,11 +81,11 @@ + get_apd + #endif + ++#if APR_HAS_THREADS + /* run after apr_thread_mutex_create cleanup */ + apr_pool_cleanup_register(pool, &apr_ldap_xref_lock, apr_ldap_pool_cleanup_set_null, + apr_pool_cleanup_null); + +-#if APR_HAS_THREADS + if (apr_ldap_xref_lock == NULL) { + retcode = apr_thread_mutex_create(&apr_ldap_xref_lock, APR_THREAD_MUTEX_DEFAULT, pool); + } --- apr-nothr-devrandom-1.4.5.1.3.12.patch ends here --- From owner-freebsd-apache@FreeBSD.ORG Sun Jun 19 08:20:33 2011 Return-Path: Delivered-To: apache@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DBD11065673; Sun, 19 Jun 2011 08:20:33 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2592B8FC22; Sun, 19 Jun 2011 08:20:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5J8KXg7056018; Sun, 19 Jun 2011 08:20:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5J8KWe0056013; Sun, 19 Jun 2011 08:20:32 GMT (envelope-from edwin) Date: Sun, 19 Jun 2011 08:20:32 GMT Message-Id: <201106190820.p5J8KWe0056013@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, apache@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158021: [PATCH] devel/apr1: unbreak build with "threads=off ldap=on" X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jun 2011 08:20:33 -0000 Synopsis: [PATCH] devel/apr1: unbreak build with "threads=off ldap=on" Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 19 08:20:32 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158021 From owner-freebsd-apache@FreeBSD.ORG Sun Jun 19 13:00:57 2011 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58A81106566C for ; Sun, 19 Jun 2011 13:00:57 +0000 (UTC) (envelope-from felix@mayaxatl.org) Received: from smtp4.versatel.nl (smtp4.versatel.nl [62.58.50.91]) by mx1.freebsd.org (Postfix) with ESMTP id B50E08FC08 for ; Sun, 19 Jun 2011 13:00:56 +0000 (UTC) Received: (qmail 32680 invoked by uid 0); 19 Jun 2011 12:34:00 -0000 Received: from ip13-124-174-82.adsl2.static.versatel.nl (HELO elvis.mayaxatl.org) ([82.174.124.13]) (envelope-sender ) by smtp4.versatel.nl (qmail-ldap-1.03) with SMTP for < >; 19 Jun 2011 12:34:00 -0000 Received: by elvis.mayaxatl.org (Postfix, from userid 100) id DE60F8FC08; Sun, 19 Jun 2011 14:33:59 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on elvis.mayaxatl.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.1 Received: from [192.168.1.4] (herman [192.168.1.4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by elvis.mayaxatl.org (Postfix) with ESMTPSA id BD3588FC05 for ; Sun, 19 Jun 2011 14:33:57 +0200 (CEST) Message-ID: <4DFDECB6.6050708@mayaxatl.org> Date: Sun, 19 Jun 2011 14:33:58 +0200 From: Felix Janssen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: apache@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: FreeBSD Port: www/mod_authn_sasl X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jun 2011 13:00:57 -0000 Hello I have a problem with the mod_authn_sasl port. Build and install seem to work. However when I uncomment the LoadModule-line (LoadModule authn_sasl_module libexec/apache22/mod_authn_sasl.so) in my httpd.conf and test the configuration/start apache, I get: httpd: Syntax error on line 106 of /usr/local/etc/apache22/httpd.conf: Cannot load /usr/local/libexec/apache22/mod_authn_sasl.so into server: /usr/local/libexec/apache22/mod_authn_sasl.so: Undefined symbol "sasl_checkpass" I do nothing out of the ordinary. (FreeBSD 8.2, apache 2.2.19, cyrus-sasl-2.1.23_3). Would you know what is wrong? Please let me know if I need to supply some extra infos. Kind regards, Felix Janssen From owner-freebsd-apache@FreeBSD.ORG Sun Jun 19 13:45:32 2011 Return-Path: Delivered-To: apache@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2968106564A; Sun, 19 Jun 2011 13:45:32 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7A9318FC08; Sun, 19 Jun 2011 13:45:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5JDjWxe063901; Sun, 19 Jun 2011 13:45:32 GMT (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5JDjWj9063897; Sun, 19 Jun 2011 13:45:32 GMT (envelope-from skv) Date: Sun, 19 Jun 2011 13:45:32 GMT Message-Id: <201106191345.p5JDjWj9063897@freefall.freebsd.org> To: skv@freebsd.org, skv@FreeBSD.org, apache@FreeBSD.org From: skv@FreeBSD.org Cc: Subject: Re: ports/158021: [PATCH] devel/apr1: unbreak build with "threads=off ldap=on" X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jun 2011 13:45:32 -0000 Synopsis: [PATCH] devel/apr1: unbreak build with "threads=off ldap=on" State-Changed-From-To: open->closed State-Changed-By: skv State-Changed-When: Sun Jun 19 13:44:52 UTC 2011 State-Changed-Why: Accidentally committed by myself :( http://www.freebsd.org/cgi/query-pr.cgi?pr=158021 From owner-freebsd-apache@FreeBSD.ORG Sun Jun 19 15:29:50 2011 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 072E5106564A for ; Sun, 19 Jun 2011 15:29:50 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from u18-124.dslaccess.de (unknown [194.231.39.124]) by mx1.freebsd.org (Postfix) with ESMTP id A43D88FC1C for ; Sun, 19 Jun 2011 15:29:49 +0000 (UTC) Received: from [172.20.1.100] (cde1100.uni.vrs [172.20.1.100]) (Authenticated sender: ohauer) by u18-124.dslaccess.de (Postfix) with ESMTPSA id 4D96120658; Sun, 19 Jun 2011 17:29:44 +0200 (CEST) Message-ID: <4DFE15F2.4050602@FreeBSD.org> Date: Sun, 19 Jun 2011 17:29:54 +0200 From: Olli Hauer User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: Felix Janssen References: <4DFDECB6.6050708@mayaxatl.org> In-Reply-To: <4DFDECB6.6050708@mayaxatl.org> X-Enigmail-Version: 1.1.1 Content-Type: multipart/mixed; boundary="------------020406010602050608060805" Cc: apache@FreeBSD.org Subject: Re: FreeBSD Port: www/mod_authn_sasl X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ohauer@FreeBSD.org List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jun 2011 15:29:50 -0000 This is a multi-part message in MIME format. --------------020406010602050608060805 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 2011-06-19 14:33, Felix Janssen wrote: > Hello > > I have a problem with the mod_authn_sasl port. Build and install seem to work. > However when I uncomment the LoadModule-line (LoadModule authn_sasl_module > libexec/apache22/mod_authn_sasl.so) in my httpd.conf and test the > configuration/start apache, I get: > > httpd: Syntax error on line 106 of /usr/local/etc/apache22/httpd.conf: Cannot > load /usr/local/libexec/apache22/mod_authn_sasl.so into server: > /usr/local/libexec/apache22/mod_authn_sasl.so: Undefined symbol "sasl_checkpass" > > I do nothing out of the ordinary. (FreeBSD 8.2, apache 2.2.19, > cyrus-sasl-2.1.23_3). > > Would you know what is wrong? Please let me know if I need to supply some extra > infos. > > Kind regards, > > Felix Janssen Can you try the attached patch? This will also update the port to the last version. -- olli --------------020406010602050608060805 Content-Type: text/plain; name="mod_authn_sasl.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="mod_authn_sasl.diff" Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/mod_authn_sasl/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 26 May 2010 21:43:21 -0000 1.8 +++ Makefile 19 Jun 2011 15:25:00 -0000 @@ -6,9 +6,10 @@ # PORTNAME= mod_authn_sasl -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= www -MASTER_SITES= SF/mod-authn-sasl/mod-authn-sasl/${PORTVERSION} +MASTER_SITES= SF +MASTER_SITE_SUBDIR=mod-authn-sasl/mod-authn-sasl/${PORTVERSION} MAINTAINER= apache@FreeBSD.org COMMENT= Allows user authentication based on libsasl2 mechanisms on apache 2.2 @@ -23,6 +24,7 @@ USE_APACHE= 22 AP_FAST_BUILD= YES AP_GENPLIST= YES +AP_LIB= ${LOCALBASE}/lib -lsasl2 PORTDOCS= AUTHORS LICENSE Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/mod_authn_sasl/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 19 Mar 2011 12:34:34 -0000 1.3 +++ distinfo 19 Jun 2011 15:25:00 -0000 @@ -1,2 +1,2 @@ -SHA256 (mod_authn_sasl-1.1.tar.bz2) = d663cf929160d5cea0288f71739c63dc141770cd7ba30996ad8ce357818a04a8 -SIZE (mod_authn_sasl-1.1.tar.bz2) = 249792 +SHA256 (mod_authn_sasl-1.2.tar.bz2) = 4329e1f429560041cebe67b74a588330f382759bcbb91d3e4145b18e59734b57 +SIZE (mod_authn_sasl-1.2.tar.bz2) = 274790 --------------020406010602050608060805-- From owner-freebsd-apache@FreeBSD.ORG Sun Jun 19 19:00:22 2011 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64F93106567C for ; Sun, 19 Jun 2011 19:00:22 +0000 (UTC) (envelope-from felix@mayaxatl.org) Received: from smtp4.versatel.nl (smtp4.versatel.nl [62.58.50.91]) by mx1.freebsd.org (Postfix) with ESMTP id 561C88FC1A for ; Sun, 19 Jun 2011 19:00:14 +0000 (UTC) Received: (qmail 13789 invoked by uid 0); 19 Jun 2011 19:00:13 -0000 Received: from ip13-124-174-82.adsl2.static.versatel.nl (HELO elvis.mayaxatl.org) ([82.174.124.13]) (envelope-sender ) by smtp4.versatel.nl (qmail-ldap-1.03) with SMTP for < >; 19 Jun 2011 19:00:13 -0000 Received: by elvis.mayaxatl.org (Postfix, from userid 100) id AFFD88FC08; Sun, 19 Jun 2011 21:00:11 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on elvis.mayaxatl.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.1 Received: from [192.168.1.4] (herman [192.168.1.4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by elvis.mayaxatl.org (Postfix) with ESMTPSA id AF09D8FC05; Sun, 19 Jun 2011 21:00:09 +0200 (CEST) Message-ID: <4DFE473B.20201@mayaxatl.org> Date: Sun, 19 Jun 2011 21:00:11 +0200 From: Felix Janssen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: ohauer@FreeBSD.org References: <4DFDECB6.6050708@mayaxatl.org> <4DFE15F2.4050602@FreeBSD.org> In-Reply-To: <4DFE15F2.4050602@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: apache@FreeBSD.org Subject: Re: FreeBSD Port: www/mod_authn_sasl X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jun 2011 19:00:22 -0000 Hello Olli The patch works! Many thanks! Felix Janssen On 19-6-2011 17:29, Olli Hauer wrote: > On 2011-06-19 14:33, Felix Janssen wrote: >> Hello >> >> I have a problem with the mod_authn_sasl port. Build and install seem to work. >> However when I uncomment the LoadModule-line (LoadModule authn_sasl_module >> libexec/apache22/mod_authn_sasl.so) in my httpd.conf and test the >> configuration/start apache, I get: >> >> httpd: Syntax error on line 106 of /usr/local/etc/apache22/httpd.conf: Cannot >> load /usr/local/libexec/apache22/mod_authn_sasl.so into server: >> /usr/local/libexec/apache22/mod_authn_sasl.so: Undefined symbol "sasl_checkpass" >> >> I do nothing out of the ordinary. (FreeBSD 8.2, apache 2.2.19, >> cyrus-sasl-2.1.23_3). >> >> Would you know what is wrong? Please let me know if I need to supply some extra >> infos. >> >> Kind regards, >> >> Felix Janssen > > Can you try the attached patch? > > This will also update the port to the last version. > > -- > olli From owner-freebsd-apache@FreeBSD.ORG Sun Jun 19 21:03:17 2011 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C1D31065678; Sun, 19 Jun 2011 21:03:17 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from u18-124.dslaccess.de (unknown [194.231.39.124]) by mx1.freebsd.org (Postfix) with ESMTP id 1C4ED8FC12; Sun, 19 Jun 2011 21:03:17 +0000 (UTC) Received: from [172.20.1.100] (cde1100.uni.vrs [172.20.1.100]) (Authenticated sender: ohauer) by u18-124.dslaccess.de (Postfix) with ESMTPSA id 3E0371FBF4; Sun, 19 Jun 2011 23:03:12 +0200 (CEST) Message-ID: <4DFE641B.7020803@FreeBSD.org> Date: Sun, 19 Jun 2011 23:03:23 +0200 From: Olli Hauer User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: Felix Janssen References: <4DFDECB6.6050708@mayaxatl.org> <4DFE15F2.4050602@FreeBSD.org> <4DFE473B.20201@mayaxatl.org> In-Reply-To: <4DFE473B.20201@mayaxatl.org> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ohauer@FreeBSD.org, apache@FreeBSD.org Subject: Re: FreeBSD Port: www/mod_authn_sasl X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ohauer@FreeBSD.org List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jun 2011 21:03:17 -0000 On 2011-06-19 21:00, Felix Janssen wrote: > Hello Olli > > The patch works! > > Many thanks! > > Felix Janssen Hi Felix, thanks for the update. I just committed the updated/fixed port. -- Regards, olli > On 19-6-2011 17:29, Olli Hauer wrote: >> On 2011-06-19 14:33, Felix Janssen wrote: >>> Hello >>> >>> I have a problem with the mod_authn_sasl port. Build and install seem to work. >>> However when I uncomment the LoadModule-line (LoadModule authn_sasl_module >>> libexec/apache22/mod_authn_sasl.so) in my httpd.conf and test the >>> configuration/start apache, I get: >>> >>> httpd: Syntax error on line 106 of /usr/local/etc/apache22/httpd.conf: Cannot >>> load /usr/local/libexec/apache22/mod_authn_sasl.so into server: >>> /usr/local/libexec/apache22/mod_authn_sasl.so: Undefined symbol "sasl_checkpass" >>> >>> I do nothing out of the ordinary. (FreeBSD 8.2, apache 2.2.19, >>> cyrus-sasl-2.1.23_3). >>> >>> Would you know what is wrong? Please let me know if I need to supply some extra >>> infos. >>> >>> Kind regards, >>> >>> Felix Janssen >> >> Can you try the attached patch? >> >> This will also update the port to the last version. >> >> -- >> olli > _______________________________________________ > freebsd-apache@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-apache > To unsubscribe, send any mail to "freebsd-apache-unsubscribe@freebsd.org" > From owner-freebsd-apache@FreeBSD.ORG Mon Jun 20 11:06:15 2011 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78794106564A for ; Mon, 20 Jun 2011 11:06:15 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 681B38FC1F for ; Mon, 20 Jun 2011 11:06:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5KB6Fl7097447 for ; Mon, 20 Jun 2011 11:06:15 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5KB6E3X097445 for apache@FreeBSD.org; Mon, 20 Jun 2011 11:06:14 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 20 Jun 2011 11:06:14 GMT Message-Id: <201106201106.p5KB6E3X097445@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 Cc: Subject: Current problem reports assigned to apache@FreeBSD.org X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2011 11:06:15 -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/157651 apache [MAINTAINER] www/mod_gnutls: update to 0.5.9 o ports/157554 apache www/apache22: Apache RLimitNPROC does not work as inte o ports/156987 apache www/apache22: Harden SSL cipher suites strength and SS o ports/156787 apache www/mod_auth_kerb2 fails on undefined symbol with base f ports/156719 apache ab: apr_socket_recv: Connection reset by peer (54) o ports/156251 apache [PATCH] Enable module by default for www/mod_fastcgi o ports/154646 apache www/mod_bandwidth port file updates (includes patch) o ports/154420 apache www/mod_auth_cookie_mysql2 undefined symbol mysql_real o ports/153406 apache www/apache22's SUEXEC_RSRCLIMIT option does not take e o ports/147806 apache [PATCH] www/apache20: httpd doesn't start with WITH_LD o ports/147282 apache errors when starting www/apache22 after installation o o ports/146199 apache www/apache20: port does not use make config o ports/144010 apache devel/apr1 tries to use SYSVIPC even in jails o ports/130479 apache www/apache20 and www/apache22 configure_args busted o ports/125183 apache www/apache22 wrong SUEXEC_DOCROOT o ports/124375 apache security/heimdal: www/mod_auth_kerb doesn't compile ag p ports/116984 apache [patch] www/apache13-modssl missing perl5.8 as RUN_DEP s ports/108169 apache www/apache20 wrong AP_SAFE_PATH for suEXEC 18 problems total. From owner-freebsd-apache@FreeBSD.ORG Mon Jun 20 18:33:17 2011 Return-Path: Delivered-To: apache@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFDA010656D1; Mon, 20 Jun 2011 18:33:17 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A74638FC15; Mon, 20 Jun 2011 18:33:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5KIXHHp023291; Mon, 20 Jun 2011 18:33:17 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5KIXHdU023287; Mon, 20 Jun 2011 18:33:17 GMT (envelope-from ohauer) Date: Mon, 20 Jun 2011 18:33:17 GMT Message-Id: <201106201833.p5KIXHdU023287@freefall.freebsd.org> To: fumifumi@abacustech.jp, fumifumi@abacustech.jp, ohauer@FreeBSD.org, apache@FreeBSD.org, ohauer@FreeBSD.org From: ohauer@FreeBSD.org Cc: Subject: Re: ports/157651: [MAINTAINER] www/mod_gnutls: update to 0.5.9 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2011 18:33:17 -0000 Synopsis: [MAINTAINER] www/mod_gnutls: update to 0.5.9 State-Changed-From-To: feedback->open State-Changed-By: ohauer State-Changed-When: Mon Jun 20 18:32:08 UTC 2011 State-Changed-Why: I'll take it Responsible-Changed-From-To: apache->ohauer Responsible-Changed-By: ohauer Responsible-Changed-When: Mon Jun 20 18:32:08 UTC 2011 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=157651 From owner-freebsd-apache@FreeBSD.ORG Mon Jun 20 18:46:29 2011 Return-Path: Delivered-To: apache@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 145EC106566B; Mon, 20 Jun 2011 18:46:29 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E04208FC1A; Mon, 20 Jun 2011 18:46:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5KIkSWl032079; Mon, 20 Jun 2011 18:46:28 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5KIkSZR032074; Mon, 20 Jun 2011 18:46:28 GMT (envelope-from ohauer) Date: Mon, 20 Jun 2011 18:46:28 GMT Message-Id: <201106201846.p5KIkSZR032074@freefall.freebsd.org> To: ohauer@FreeBSD.org, apache@FreeBSD.org, ohauer@FreeBSD.org From: ohauer@FreeBSD.org Cc: Subject: Re: ports/154420: www/mod_auth_cookie_mysql2 undefined symbol mysql_real_escape_string X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2011 18:46:29 -0000 Synopsis: www/mod_auth_cookie_mysql2 undefined symbol mysql_real_escape_string Responsible-Changed-From-To: apache->ohauer Responsible-Changed-By: ohauer Responsible-Changed-When: Mon Jun 20 18:46:05 UTC 2011 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=154420 From owner-freebsd-apache@FreeBSD.ORG Mon Jun 20 20:20:45 2011 Return-Path: Delivered-To: apache@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E530C106566B; Mon, 20 Jun 2011 20:20:45 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BAE988FC16; Mon, 20 Jun 2011 20:19:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5KKJdC1014464; Mon, 20 Jun 2011 20:19:39 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5KKIXiS014322; Mon, 20 Jun 2011 20:18:33 GMT (envelope-from ohauer) Date: Mon, 20 Jun 2011 20:18:33 GMT Message-Id: <201106202018.p5KKIXiS014322@freefall.freebsd.org> To: chris#@1command.com, ohauer@FreeBSD.org, apache@FreeBSD.org From: ohauer@FreeBSD.org Cc: Subject: Re: ports/154646: www/mod_bandwidth port file updates (includes patch) X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2011 20:20:46 -0000 Synopsis: www/mod_bandwidth port file updates (includes patch) State-Changed-From-To: open->closed State-Changed-By: ohauer State-Changed-When: Mon Jun 20 20:15:28 UTC 2011 State-Changed-Why: Close the PR, a solution was committed two weeks before the PR was written. PS: The nameservers for domain codewarehouse.net are misconfigured and the site is not reachable. http://www.freebsd.org/cgi/query-pr.cgi?pr=154646 From owner-freebsd-apache@FreeBSD.ORG Mon Jun 20 20:33:32 2011 Return-Path: Delivered-To: apache@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 237FA1065673; Mon, 20 Jun 2011 20:33:32 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B65478FC16; Mon, 20 Jun 2011 20:33:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5KKXV2R032945; Mon, 20 Jun 2011 20:33:31 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5KKXVLp032941; Mon, 20 Jun 2011 20:33:31 GMT (envelope-from ohauer) Date: Mon, 20 Jun 2011 20:33:31 GMT Message-Id: <201106202033.p5KKXVLp032941@freefall.freebsd.org> To: coryking@mozimedia.com, ohauer@FreeBSD.org, apache@FreeBSD.org From: ohauer@FreeBSD.org Cc: Subject: Re: ports/116984: [patch] www/apache13-modssl missing perl5.8 as RUN_DEPENDS X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2011 20:33:32 -0000 Synopsis: [patch] www/apache13-modssl missing perl5.8 as RUN_DEPENDS State-Changed-From-To: patched->closed State-Changed-By: ohauer State-Changed-When: Mon Jun 20 20:32:37 UTC 2011 State-Changed-Why: Patch was committed in Makefile rev 1.186 http://www.freebsd.org/cgi/query-pr.cgi?pr=116984 From owner-freebsd-apache@FreeBSD.ORG Thu Jun 23 18:46:33 2011 Return-Path: Delivered-To: apache@hub.freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24DC5106564A; Thu, 23 Jun 2011 18:46:33 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id ED30E8FC22; Thu, 23 Jun 2011 18:46:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5NIkWTU052022; Thu, 23 Jun 2011 18:46:32 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5NIkWwA052018; Thu, 23 Jun 2011 18:46:32 GMT (envelope-from pgollucci) Date: Thu, 23 Jun 2011 18:46:32 GMT Message-Id: <201106231846.p5NIkWwA052018@freefall.freebsd.org> To: pgollucci@FreeBSD.org, pgollucci@FreeBSD.org, apache@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/153264: www/apache22 and apache13-modssl -- rc.d script improvements X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2011 18:46:33 -0000 Synopsis: www/apache22 and apache13-modssl -- rc.d script improvements Responsible-Changed-From-To: pgollucci->apache Responsible-Changed-By: pgollucci Responsible-Changed-When: Thu Jun 23 18:46:32 UTC 2011 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=153264 From owner-freebsd-apache@FreeBSD.ORG Sat Jun 25 23:41:07 2011 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8CC4106566C; Sat, 25 Jun 2011 23:41:07 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from p578be941.dip0.t-ipconnect.de (p578be941.dip0.t-ipconnect.de [87.139.233.65]) by mx1.freebsd.org (Postfix) with ESMTP id 62EE88FC14; Sat, 25 Jun 2011 23:41:07 +0000 (UTC) Received: from [192.168.0.100] (unknown [192.168.0.100]) (Authenticated sender: ohauer) by p578be941.dip0.t-ipconnect.de (Postfix) with ESMTPSA id 50BCB206A8; Sun, 26 Jun 2011 01:21:18 +0200 (CEST) Message-ID: <4E066D7A.50603@FreeBSD.org> Date: Sun, 26 Jun 2011 01:21:30 +0200 From: Olli Hauer User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: apache@FreeBSD.org X-Enigmail-Version: 1.1.1 Content-Type: multipart/mixed; boundary="------------090008080102030204070403" Cc: "Philip M. Gollucci" Subject: [patch] to notify users about the deprecation of apache13/20 without touching any port X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ohauer@FreeBSD.org List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jun 2011 23:41:07 -0000 This is a multi-part message in MIME format. --------------090008080102030204070403 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Hi Philip, what do you think about the following patch to note user about the deprecation of apache13/20? -- olli --------------090008080102030204070403 Content-Type: text/plain; name="bsd.apache.mk_apache13_and_20_global-note_2011-06-25.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename*0="bsd.apache.mk_apache13_and_20_global-note_2011-06-25.txt" Index: ports/Mk/bsd.apache.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.apache.mk,v retrieving revision 1.29 diff -u -r1.29 bsd.apache.mk --- ports/Mk/bsd.apache.mk 15 May 2011 20:21:30 -0000 1.29 +++ ports/Mk/bsd.apache.mk 25 Jun 2011 23:08:53 -0000 @@ -346,6 +346,20 @@ _APACHE_VERSION_MAXIMUM_TMP:= ${_APACHE_VERSION_CHECK:C/.*-([1-9][0-9])/\1/} _APACHE_VERSION_MAXIMUM:= ${_APACHE_VERSION_MAXIMUM_TMP:M[1-9][0-9]} +# Note users about the removal of apache13/20 and apache13/20 only ports +# (mass deprecation without touching all ports ;) +.if !defined(DEPRECATED) && !empty(_APACHE_VERSION_MAXIMUM) +. if ${_APACHE_VERSION_MAXIMUM} == 20 +DEPRECATED= will be unsupported by ASF when 2.4.0 is released, migrate to 2.2.x+ now +. endif +. if ${_APACHE_VERSION_MAXIMUM} == 13 +DEPRECATED= apache13 is unsupported upstream, migrate to 2.2.x+ now +. if !defined(EXPIRATION_DATE) +EXPIRATION_DATE= the next FreeBSD release +. endif +. endif +.endif + .if defined(_APACHE_VERSION) # Validate Apache version whether it meets USE_APACHE version restriction. . if !empty(_APACHE_VERSION_MINIMUM) && (${_APACHE_VERSION} < ${_APACHE_VERSION_MINIMUM}) --------------090008080102030204070403--