Commit df45bbe4 authored by Joe Orton's avatar Joe Orton
Browse files

Proposals.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@125364 13f79535-47bb-0310-9956-ffa450edef68
parent fc8215d7
Loading
Loading
Loading
Loading
+27 −0
Changes for STATUS: 27 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -75,6 +75,32 @@ PATCHES TO BACKPORT FROM 2.1
  [ please place file names and revisions from HEAD here, so it is easy to
    identify exactly what the proposed changes are! ]

    *) mod_include: fix an off-by-one which truncates the last character
       off an N*64 character variable expansion (in some cases).
       http://issues.apache.org/bugzilla/attachment.cgi?id=14025
       PR: 32985
       +1: jorton

    *) mod_ssl: fail quickly if SSL connection is aborted rather than
       making many doomed ap_pass_brigade calls
       http://svn.apache.org/viewcvs?view=rev&rev=125166
       PR: 32699
       +1: jorton

    *) mod_ssl: fix to access mod_ssl-specific X509_STORE_CTX userdata
       using the proper accessor function; matters only in some
       pathological cases with OpenSSL global variables not getting
       reset during reloads but is fatal in such cases.
       http://svn.apache.org/viewcvs?view=rev&rev=111241
       PR: 32529
       +1: jorton

    *) core: fix bucket-splitting logic for platforms with
       sizeof(apr_off_t)>sizeof(apr_size_t)
       http://www.apache.org/~jorton/ap_splitlfs.diff
       PR: 28898
       +1: jorton

    *) modules/config5.m4 & docs/manual/programs/configure.xml:
       --with-module can now take more than one module to be statically
       linked:
@@ -106,6 +132,7 @@ PATCHES TO BACKPORT FROM 2.1
       http://svn.apache.org/~minfrin/httpd-2.0.53-rpm.diff
       svn rev 122711
       +1: minfrin
       -0: jorton: users could rely on it working as-is; make it conditional?

    *) Add charset to the painfully old example CGI scripts.
       [These should really be replaced with proper encoding of the output.]