PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * configure: Fix detection of old Solaris platforms.
- Autotools need double square brackets.
- Inspired by checking PR 53824 patch above for consistency.
- trunk patch: http://svn.apache.org/r1652982
- 2.4.x patch: trunks works
- +1: rjung, ylavic, wrowe
* mod_ssl: Fix renegotiation failures redirected to an ErrorDocument.
(segfault flaw) PR 57334.
dnl solaris 8 and above don't have a thundering herd
dnl not sure about rev's before this one.
case `uname -r` in
- 5.[567]*)
+ 5.[[567]]*)
;;
* )
APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1])