PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
+ *) mod_ssl: fix gcc 8+ warnings
+ trunk: fixed as part of wider changes, r1809037
+ 2.4.x: http://people.apache.org/~jorton/modssl_chain_warning.diff
+ [HOLD: this is obsoleted by icing's mod_ssl patch below]
+ +1: jorton, jfclere, jim
+
+ *) mod_ssl: offer new hooks for modules like mod_md and remove use of mod_md's optional functions.
+ trunk:
+ http://svn.apache.org/r1851621
+ http://svn.apache.org/r1852128
+ http://svn.apache.org/r1862075
+ http://svn.apache.org/r1862384
+ 2.4.x:
+ https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/ssl-certicate-hooks.patch
+ +1: icing, jorton, jim
+
+ *) core: fix crash when running with apr lib build with APR_POOL_DEBUG.
+ Observed with huge config and mod_security using long config lines.
+ trunk:
+ http://svn.apache.org/r1863179
+ 2.4.x patch: svn merge -c 1863179 ^/httpd/httpd/trunk .
+ +1: rjung, icing, jim
+
+ *) mod_proxy_hcheck: mod_proxy_hcheck: mute "run from watchdog" message.
+ This is way too verbose (every 100ms) to be logged at any LogLevel.
+ CHANGES suggestion:
+ *) mod_proxy_hcheck: Mute extremely frequent debug message. [Yann Ylavic]
+ trunk:
+ http://svn.apache.org/r1853992
+ 2.4.x patch: svn merge -c 1853992 ^/httpd/httpd/trunk .
+ +1: rjung, jailletc36, jim
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/h2-keepalive+throttling-v3.patch
+1: icing,, jim
- *) mod_ssl: fix gcc 8+ warnings
- trunk: fixed as part of wider changes, r1809037
- 2.4.x: http://people.apache.org/~jorton/modssl_chain_warning.diff
- [HOLD: this is obsoleted by icing's mod_ssl patch below]
- +1: jorton, jfclere, jim
-
- *) mod_ssl: offer new hooks for modules like mod_md and remove use of mod_md's optional functions.
- trunk:
- http://svn.apache.org/r1851621
- http://svn.apache.org/r1852128
- http://svn.apache.org/r1862075
- http://svn.apache.org/r1862384
- 2.4.x:
- https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/ssl-certicate-hooks.patch
- +1: icing, jorton, jim
-
- *) core: fix crash when running with apr lib build with APR_POOL_DEBUG.
- Observed with huge config and mod_security using long config lines.
- trunk:
- http://svn.apache.org/r1863179
- 2.4.x patch: svn merge -c 1863179 ^/httpd/httpd/trunk .
- +1: rjung, icing, jim
-
*) mod_proxy_hcheck: Create the configure for mod_proxy_hcheck when used in BalancerMember.
PR 60757
CHANGES suggestion:
2.4.x patch: svn merge -c 1853560 ^/httpd/httpd/trunk .
+1: rjung, jim
- *) mod_proxy_hcheck: mod_proxy_hcheck: mute "run from watchdog" message.
- This is way too verbose (every 100ms) to be logged at any LogLevel.
- CHANGES suggestion:
- *) mod_proxy_hcheck: Mute extremely frequent debug message. [Yann Ylavic]
- trunk:
- http://svn.apache.org/r1853992
- 2.4.x patch: svn merge -c 1853992 ^/httpd/httpd/trunk .
- +1: rjung, jailletc36, jim
-
*) mod_proxy: Load balancer byrequests required when bytraffic chosen
PR 62372
CHANGES suggestion: