Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C15DD17232 for ; Mon, 28 Sep 2015 08:50:50 +0000 (UTC) Received: (qmail 23710 invoked by uid 500); 28 Sep 2015 08:50:50 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 23651 invoked by uid 500); 28 Sep 2015 08:50:50 -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 23642 invoked by uid 99); 28 Sep 2015 08:50:50 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Sep 2015 08:50:50 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 32769C6685 for ; Mon, 28 Sep 2015 08:50:50 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.99 X-Spam-Level: X-Spam-Status: No, score=0.99 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id vpuSgB0oLzmr for ; Mon, 28 Sep 2015 08:50:47 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id 864B242B51 for ; Mon, 28 Sep 2015 08:50:47 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 1371DE0281 for ; Mon, 28 Sep 2015 08:50:47 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 10C403A0198 for ; Mon, 28 Sep 2015 08:50:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1705618 - /httpd/httpd/branches/2.4.x/STATUS Date: Mon, 28 Sep 2015 08:50:47 -0000 To: cvs@httpd.apache.org From: ylavic@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150928085047.10C403A0198@svn01-us-west.apache.org> Author: ylavic Date: Mon Sep 28 08:50:46 2015 New Revision: 1705618 URL: http://svn.apache.org/viewvc?rev=1705618&view=rev Log: Compatibility issue? 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=1705618&r1=1705617&r2=1705618&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/STATUS (original) +++ httpd/httpd/branches/2.4.x/STATUS Mon Sep 28 08:50:46 2015 @@ -281,6 +281,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: trunk patch: https://svn.apache.org/r1703952 2.4.x patch: https://people.apache.org/~kbrand/mod_ssl-2.4.x-disable-sslv3.diff +1: kbrand + ylavic: Should we really change the (implicit) default in 2.4.x at + this stage (and potentially break existing configuratios w/o + SSLProtocol which used to work with SSLv3 only capable clients)? *) mod_alias: Introduce expression parser support for Alias, ScriptAlias and Redirect. Limit Redirect expressions to directory (Location) context