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 08DB6D878 for ; Mon, 6 Aug 2012 10:33:36 +0000 (UTC) Received: (qmail 21077 invoked by uid 500); 6 Aug 2012 10:33:35 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 20758 invoked by uid 500); 6 Aug 2012 10:33:30 -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 20730 invoked by uid 99); 6 Aug 2012 10:33:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2012 10:33:29 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [91.198.169.22] (HELO csmtp2.one.com) (91.198.169.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2012 10:33:21 +0000 Received: from [192.168.1.33] (3304ds3-soeb.0.fullrate.dk [90.184.126.17]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by csmtp2.one.com (Postfix) with ESMTPSA id E034D303DA0A for ; Mon, 6 Aug 2012 10:32:59 +0000 (UTC) Message-ID: <501F9D5B.4010507@cord.dk> Date: Mon, 06 Aug 2012 12:32:59 +0200 From: Daniel Gruno User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: svn commit: r1364330 - /httpd/httpd/branches/2.4.x/STATUS References: <501F9D21.7040807@cord.dk> In-Reply-To: <501F9D21.7040807@cord.dk> X-Enigmail-Version: 1.4.3 X-Forwarded-Message-Id: <501F9D21.7040807@cord.dk> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 07/22/2012 05:32 PM, rjung@apache.org wrote: > Author: rjung > Date: Sun Jul 22 15:32:22 2012 > New Revision: 1364330 > > URL: http://svn.apache.org/viewvc?rev=1364330&view=rev > Log: > Propose. > > Modified: > httpd/httpd/branches/2.4.x/STATUS > > Modified: httpd/httpd/branches/2.4.x/STATUS > URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1364330&r1=1364329&r2=1364330&view=diff > ============================================================================== > --- httpd/httpd/branches/2.4.x/STATUS (original) > +++ httpd/httpd/branches/2.4.x/STATUS Sun Jul 22 15:32:22 2012 > @@ -296,6 +296,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: > +1: rjung > rjung: sf: you applied it to trunk, care to vote? > > + * mod_ssl: Work correctly with a development version of OpenSSL. > + trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1358167 and > + http://svn.apache.org/viewvc?view=revision&revision=1358166 > + 2.4.x patch: http://people.apache.org/~rjung/patches/ssl-support-uninstalled-openssl-2_4.patch > + +1: rjung > + rjung: ben: you applied it to trunk, care to vote? > + > A list of further possible backports can be found at: > http://people.apache.org/~rjung/patches/possible-backports-httpd-trunk-2_4.txt > If you want to propose one of those, please add them here. > > I can't seem to find http://people.apache.org/~rjung/patches/ssl-support-uninstalled-openssl-2_4.patch - did you forget to upload it? :) With regards, Daniel.