Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 89363 invoked from network); 4 Feb 2006 09:16:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Feb 2006 09:16:03 -0000 Received: (qmail 43394 invoked by uid 500); 4 Feb 2006 09:16:02 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 43374 invoked by uid 500); 4 Feb 2006 09:16:02 -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 43363 invoked by uid 99); 4 Feb 2006 09:16:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Feb 2006 01:16:02 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 04 Feb 2006 01:16:01 -0800 Received: (qmail 89326 invoked by uid 65534); 4 Feb 2006 09:15:41 -0000 Message-ID: <20060204091541.89325.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r374839 - /httpd/httpd/branches/2.0.x/STATUS Date: Sat, 04 Feb 2006 09:15:40 -0000 To: cvs@httpd.apache.org From: rpluem@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: rpluem Date: Sat Feb 4 01:15:37 2006 New Revision: 374839 URL: http://svn.apache.org/viewcvs?rev=374839&view=rev Log: * Vote, correct URL to backport version of the patch. Modified: httpd/httpd/branches/2.0.x/STATUS Modified: httpd/httpd/branches/2.0.x/STATUS URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/STATUS?rev=374839&r1=374838&r2=374839&view=diff ============================================================================== --- httpd/httpd/branches/2.0.x/STATUS (original) +++ httpd/httpd/branches/2.0.x/STATUS Sat Feb 4 01:15:37 2006 @@ -146,9 +146,9 @@ expected files) in case a tree such as srclib/apr is actually a symlink rather than a true directory in ./buildconf. http://svn.apache.org/viewcvs.cgi?rev=374821&view=rev - http://people.apache.org/~wrowe/buildfix-2.0.patch - +1: wrowe - + http://people.apache.org/~wrowe/fixbuild-2.0.patch + +1: wrowe, rpluem + *) Backport 102870; PR 17217; stop linking OpenSSL to support/* binaries (especially when compiled --with-static-support (!)) and fix mod_ssl.so when compiled against .a openssl archives.