From: Yann Ylavic Date: Thu, 7 Nov 2019 17:43:27 +0000 (+0000) Subject: Comment, vote, promote. X-Git-Tag: 2.4.42~220 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9c376ab77a1eb8ce690ebc4a5c5b1e05245c272;p=thirdparty%2Fapache%2Fhttpd.git Comment, vote, promote. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1869515 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 4ec5a4e6fca..dfd9c8f2044 100644 --- a/STATUS +++ b/STATUS @@ -137,6 +137,18 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: 2.4.x patch: http://home.apache.org/~jailletc36/r1331110.diff +1: jailletc36, jim, ylavic + *) core: On Windows, fix a start-up crash if is used with a + path that is not valid + trunk patch: http://svn.apache.org/r1866418 + 2.4.x patch: svn merge -c 1866418 ^/httpd/httpd/trunk . + +1: jailletc36, covener, ylavic + + *) mod_authn_socache: Increase the maximum length of strings that can be cached + PR 62149 + trunk patch: http://svn.apache.org/r1865405 + 2.4.x patch: svn merge -c 1865405 ^/httpd/httpd/trunk . + +1: jailletc36, jim, ylavic + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -158,6 +170,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: elukey: If anybody has time to review this change it would be great, to know if it needs to be reverted, reworked, etc.. I would like to avoid a patch that is clearly wrong for some reviewer sitting here for months/years without any action item :) + ylavic: will look at it ASAP.. *) mod_ssl: Add support for loading certs & keys from PKCS#11 URLs via the @@ -173,18 +186,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/r1835242 http://svn.apache.org/r1835615 2.4.x patch: http://people.apache.org/~jorton/mod_ssl_pkcs11.patch - +1: jorton, - - *) core: On Windows, fix a start-up crash if is used with a - path that is not valid - trunk patch: http://svn.apache.org/r1866418 - 2.4.x patch: svn merge -c 1866418 ^/httpd/httpd/trunk . - +1: jailletc36, covener, + +1: jorton, ylavic, + ylavic: engine part not tested, but works with no engine still *) mod_proxy_html, mod_xml2enc: Fix build issues with macOS due to r1864469 trunk patch: http://svn.apache.org/r1867183 2.4.x patch: svn merge -c 1867183 ^/httpd/httpd/trunk . - +1: jim + +1: jim, ylavic (by inspection), jailletc36: -0 I don't think that the #pragma black magic is of any help with GCC and jim seems to still have problem with clang and comments with //. @@ -192,12 +200,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: https://lists.apache.org/thread.html/628cc54a1a345cb773d8e1be0639f8e75d2b481cf89232051c83b787@%3Cdev.httpd.apache.org%3E jim: The problem still exists because this is NOT back ported yet. With this back port, the problem goes away. - *) mod_authn_socache: Increase the maximum length of strings that can be cached - PR 62149 - trunk patch: http://svn.apache.org/r1865405 - 2.4.x patch: svn merge -c 1865405 ^/httpd/httpd/trunk . - +1: jailletc36, jim - *) Easy patches: synch 2.4.x and trunk - core: print r->uri during failure - core: Call va_end before returning in the error case