From: Christophe Jaillet Date: Sun, 1 Dec 2013 08:12:16 +0000 (+0000) Subject: Vote + easy proposal to synch with trunk X-Git-Tag: 2.4.8~365 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83f2ba21322fc970f0bfe373d8e697904bb975cb;p=apache Vote + easy proposal to synch with trunk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1546790 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 56bb2f24b4..c07757c50f 100644 --- a/STATUS +++ b/STATUS @@ -108,6 +108,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: trunk patch: http://svn.apache.org/r1493921 2.4.x patch: trunk patch works modulo CHANGES +1: minfrin, jim + +1: jailletc36 with r1515162 sf notes: I think a number of variables need to be changed from int to apr_size_t, including subcache_size, subcache_data_offset, subcache_data_size, total, cache_total. @@ -178,13 +179,30 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: format macro in debug logging. trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1544820 2.4.x patch: trunk patch works, add CHANGES - +1: rjung + +1: rjung, jailletc36 * mod_socache_shmcb: Fix compiler warning by using correct apr_size_t for the constant later printed with the APR_SIZE_T_FMT format macro. Not needed in trunk. 2.4.x patch: http://people.apache.org/~rjung/patches/mod_socache_shmcb-size_t-2_4.patch +1: rjung + -0: jailletc36: I prefer above solution + + * easy proposals to synch 2.4.x and trunk + - Use apr_file_printf(... "%pm"...) instead of explicit call to apr_strerror + - remove unused variables + - axe some useless assignments (clang scan-build) + - Remove useless apr_pstrdup as done for other mod_auth modules in r1026660 + - Remove unused APXS setting from template for generated Makefile + trunk patches: + - https://svn.apache.org/viewvc?view=revision&revision=1464674 + - https://svn.apache.org/viewvc?view=revision&revision=1465084 + - https://svn.apache.org/viewvc?view=revision&revision=1534997 + - https://svn.apache.org/viewvc?view=revision&revision=1538149 + - https://svn.apache.org/viewvc?view=revision&revision=1535699 + 2.4.x patches: trunk patches work + - the 3 first ones partially apply because of files which are not part of 2.4.x + +1: jailletc36 OTHER PROPOSALS