Mailing List Archive

svn commit: r1885663 - /httpd/httpd/branches/2.4.x/STATUS
Author: jailletc36
Date: Mon Jan 18 17:28:21 2021
New Revision: 1885663

URL: http://svn.apache.org/viewvc?rev=1885663&view=rev
Log:
Update proposal

[skip ci]

Modified:
httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1885663&r1=1885662&r2=1885663&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Jan 18 17:28:21 2021
@@ -215,15 +215,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
been backported in 2.4.x yet (r1610674 for example). Should it be done
one day, leaving it as-is can ease the backport.
To ease the review, a few greps:
- grep "^-.*strcasecmp" r1747469.diff | wc -l --> 233
- grep "^+.*ap_cstr_casecmp[^n]" r1747469.diff | wc -l --> 233
- grep "^-.*strncasecmp" r1747469.diff | wc -l --> 51
- grep "^+.*ap_cstr_casecmpn" r1747469.diff | wc -l --> 51
- It has been compile tested and, unless I've missed something, should be
- compatible with the huge Yann's serie above.
- 2.4.x patch: http://home.apache.org/~jailletc36/r1747469.diff
+ grep "^-.*strcasecmp" r1747469-v2.diff | wc -l --> 233
+ grep "^+.*ap_cstr_casecmp[^n]" r1747469-v2.diff | wc -l --> 233
+ grep "^-.*strncasecmp" r1747469-v2.diff | wc -l --> 49
+ grep "^+.*ap_cstr_casecmpn" r1747469-v2.diff | wc -l --> 49
+ It has been compile tested.
+ 2.4.x patch: http://home.apache.org/~jailletc36/r1747469-v2.diff
+1: jailletc36
minfrin: Looks good, but had two places where patch didn't apply.
+ jailletc36: updated as v2 to fix the issues

*) mod_auth_digest: Fast validation of the nonce's base64 to fail early if
the format can't match anyway.