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 E504517DF4 for ; Thu, 6 Nov 2014 14:49:59 +0000 (UTC) Received: (qmail 62849 invoked by uid 500); 6 Nov 2014 14:49:59 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 62787 invoked by uid 500); 6 Nov 2014 14:49:59 -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 62778 invoked by uid 99); 6 Nov 2014 14:49:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2014 14:49:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2014 14:49:58 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 39D2723888FE; Thu, 6 Nov 2014 14:49:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1637125 - /httpd/httpd/branches/2.4.x/STATUS Date: Thu, 06 Nov 2014 14:49:38 -0000 To: cvs@httpd.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141106144938.39D2723888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: trawick Date: Thu Nov 6 14:49:37 2014 New Revision: 1637125 URL: http://svn.apache.org/r1637125 Log: vote, promote 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=1637125&r1=1637124&r2=1637125&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/STATUS (original) +++ httpd/httpd/branches/2.4.x/STATUS Thu Nov 6 14:49:37 2014 @@ -102,6 +102,25 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * ab: Increase request and response header size to 8192 bytes. + Fix potential buffer-overflow in Server: header handling. + trunk patch: http://svn.apache.org/r1622450 + 2.4.x patch: trunk works + +1: jkaluza, ylavic, trawick + + * mod_cache: Avoid another (unlikely) access to freed memory. + trunk patch: http://svn.apache.org/r1632740 + 2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-apr_bucket_delete_new_fix.patch + +1: ylavic, jailletc36, trawick + ylavic: No CHANGES entry is added but rather the existing one for the same + issue in mod_proxy_http (2.4.11's backport r1632736) has been modified. + + * core: Support custom ErrorDocuments for HTTP 501 and 414 status codes. + PR 57167 + trunk patch: http://svn.apache.org/r1635762 + 2.4.x patch: trunk works + +1 covener, ylavic, trawick + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -167,26 +186,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: http://people.apache.org/~jkaluza/patches/mod_systemd/httpd-2.4.x-socket-activation.patch +1: jkaluza - * mod_cache: Avoid another (unlikely) access to freed memory. - trunk patch: http://svn.apache.org/r1632740 - 2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-apr_bucket_delete_new_fix.patch - +1: ylavic, jailletc36 - ylavic: No CHANGES entry is added but rather the existing one for the same - issue in mod_proxy_http (2.4.11's backport r1632736) has been modified. - - * mod_buffer: Forward flushed input data immediatly and avoid (unlikely) + * mod_buffer: Forward flushed input data immediately and avoid (unlikely) access to freed memory. trunk patch: http://svn.apache.org/r1632742 http://svn.apache.org/r1634836 (CHANGES entry) 2.4.x patches: trunk works (modulo CHANGES). +1: ylavic - * ab: Increase request and response header size to 8192 bytes. - Fix potential buffer-overflow in Server: header handling. - trunk patch: http://svn.apache.org/r1622450 - 2.4.x patch: trunk works - +1: jkaluza, ylavic - * mod_cgi: Log CGI script stderr to ScriptLog, use APLOGNO for log_scripterror errors. trunk patch: http://svn.apache.org/r1626978 @@ -197,12 +203,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: The new AH* in script_log could also cause parsing issues, but I'm fine with this personnaly. - * core: Support custom ErrorDocuments for HTTP 501 and 414 status codes. - PR 57167 - trunk patch: http://svn.apache.org/r1635762 - 2.4.x patch: trunk works - +1 covener, ylavic - OTHER PROPOSALS * A list of further possible backports can be found at: