Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 95145 invoked from network); 11 May 2005 22:52:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 May 2005 22:52:36 -0000 Received: (qmail 8739 invoked by uid 500); 11 May 2005 22:56:20 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 8671 invoked by uid 500); 11 May 2005 22:56:19 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 8655 invoked by uid 99); 11 May 2005 22:56:19 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from force-elite.com (HELO utopia.in.force-elite.com) (216.255.199.145) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 11 May 2005 15:56:19 -0700 X-AuthUser: chip@force-elite.com Received: from [10.0.0.142] (10.0.0.142:54494) by utopia.in.force-elite.com with [XMail 1.17 (Linux/Ix86) ESMTP Server] id for from ; Wed, 11 May 2005 15:52:23 -0700 Message-ID: <42828CA7.6080500@force-elite.com> Date: Wed, 11 May 2005 15:52:23 -0700 From: Paul Querna User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@httpd.apache.org CC: cvs@httpd.apache.org Subject: Re: svn commit: r169705 - in /httpd/httpd/trunk: include/util_ldap.h modules/ldap/util_ldap.c References: <20050511223421.90018.qmail@minotaur.apache.org> In-Reply-To: <20050511223421.90018.qmail@minotaur.apache.org> X-Enigmail-Version: 0.91.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N bnicholes@apache.org wrote: > Author: bnicholes > Date: Wed May 11 15:34:18 2005 > New Revision: 169705 > > URL: http://svn.apache.org/viewcvs?rev=169705&view=rev > Log: > Add the LDAPVerifyServerCert directive to util_ldap to force > verification of a server certificate when establishing an SSL connection > to the LDAP server > > Modified: > httpd/httpd/trunk/include/util_ldap.h > httpd/httpd/trunk/modules/ldap/util_ldap.c > Ack. This commit means that httpd/trunk now depends on apr-util/trunk. Before this you were able to run httpd/trunk using APR-Util 1.1.x. This effectively kills any httpd alphas until APR-Util 1.2.0 is released. I believe we should uphold the policy of using only released versions of a dependency. I don't see an APR-Util 1.2.0 coming very soon. The APR-DBD code could still use more love. This is just an example of why I wanted to branch trunk to 2.1.x. I have nothing against adding this specific feature -- it just happens to require a non-released version of APR-Util. Ideas for a solution that doesn't involve waiting for APR-Util 1.2.0? Thanks, -Paul