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 3976610C0A for ; Wed, 9 Jul 2014 16:40:45 +0000 (UTC) Received: (qmail 37567 invoked by uid 500); 9 Jul 2014 16:40:44 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 37504 invoked by uid 500); 9 Jul 2014 16:40:44 -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 37495 invoked by uid 99); 9 Jul 2014 16:40:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jul 2014 16:40:44 +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; Wed, 09 Jul 2014 16:40:43 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9604C2388831; Wed, 9 Jul 2014 16:40:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1609233 - /httpd/httpd/branches/2.2.x/STATUS Date: Wed, 09 Jul 2014 16:40:23 -0000 To: cvs@httpd.apache.org From: ylavic@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140709164023.9604C2388831@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ylavic Date: Wed Jul 9 16:40:23 2014 New Revision: 1609233 URL: http://svn.apache.org/r1609233 Log: Propose mod_deflate fixes. Modified: httpd/httpd/branches/2.2.x/STATUS Modified: httpd/httpd/branches/2.2.x/STATUS URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1609233&r1=1609232&r2=1609233&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS Wed Jul 9 16:40:23 2014 @@ -122,10 +122,43 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/r1572967 http://svn.apache.org/r1573229 2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-mod_proxy_sni_reuse3.patch - +1: ylavic - rpluem says: +1 if you add the MMN bump + +1: ylavic, rpluem ylavic: MMN bump in patch #3 + * mod_deflate: Fix reentrance in output and input filters (buffering of + incomplete Zlib header or validation bytes). PR 46146. + trunk patch: https://svn.apache.org/r1572655 + https://svn.apache.org/r1572663 + https://svn.apache.org/r1572668 + https://svn.apache.org/r1572669 + https://svn.apache.org/r1572670 + https://svn.apache.org/r1572671 + https://svn.apache.org/r1573224 + https://svn.apache.org/r1586745 + https://svn.apache.org/r1587594 + https://svn.apache.org/r1587639 + https://svn.apache.org/r1590509 + 2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-mod_deflate_reentrant_with_CHANGES.patch + (modulo CHANGES) + +1: ylavic + + * mod_deflate: Fix decompression of files larger than 4GB. According to RFC1952, + Input SIZE contains the size of the original input data modulo 2^32. + PR 56062. + trunk patch: http://svn.apache.org/r1572092 + 2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-mod_deflate_4GB.patch + (modulo CHANGES) + +1: ylavic + + * mod_deflate: Don't fail when asked to flush inflated data to the user-agent + and that coincides with the end of stream ("Zlib error flushing + inflate buffer"). PR 56196. + trunk patch: http://svn.apache.org/r1572896 + http://svn.apache.org/r1572911 + 2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-mod_deflate-flush_end_of_stream.patch + (modulo CHANGES) + +1: ylavic + PATCHES/ISSUES THAT ARE STALLED * mod_cache: Realign the cache_quick_handler() to behave identically