Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A77517773 for ; Tue, 29 Nov 2011 18:28:29 +0000 (UTC) Received: (qmail 85078 invoked by uid 500); 29 Nov 2011 18:28:28 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 85011 invoked by uid 500); 29 Nov 2011 18:28:28 -0000 Mailing-List: contact dev-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 dev@httpd.apache.org Received: (qmail 85003 invoked by uid 99); 29 Nov 2011 18:28:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2011 18:28:28 +0000 X-ASF-Spam-Status: No, hits=4.2 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL,URIBL_BLACK X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.202.165.37] (HELO smtpauth13.prod.mesa1.secureserver.net) (64.202.165.37) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 29 Nov 2011 18:28:22 +0000 Received: (qmail 22285 invoked from network); 29 Nov 2011 18:27:54 -0000 Received: from unknown (76.252.112.72) by smtpauth13.prod.mesa1.secureserver.net (64.202.165.37) with ESMTP; 29 Nov 2011 18:27:54 -0000 Message-ID: <4ED52425.9060203@rowe-clan.net> Date: Tue, 29 Nov 2011 12:27:49 -0600 From: "William A. Rowe Jr." User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: svn commit: r1207721 - in /httpd/httpd/branches/2.4.x: ./ build/rpm/httpd.spec.in References: <8f913395-0c19-4ff5-9bc4-cad7e516b55f@iris> <7236609C-59F1-407D-90C8-5C88D54C4689@sharp.fm> <4ED5232C.8010702@rowe-clan.net> In-Reply-To: <4ED5232C.8010702@rowe-clan.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit On 11/29/2011 12:23 PM, William A. Rowe Jr. wrote: > On 11/29/2011 6:12 AM, Graham Leggett wrote: >> On 29 Nov 2011, at 11:55, Igor Galić wrote: >> >>> And, our all time favourite: LDAP. >> >> This definitely needs separating out until it's abstraction is fixed. > > Not possible due to your veto; non-optional ldap dependency of apr-util, > upon which httpd depends. Ah, right... possible but convoluted... httpd-ldap -> apr-ldap-1 | | V V httpd -> apr_util-1 -> apr Should really just veto such a nonsense change, since httpd had an actual solution in hand, before it was obstructed.