From: William A. Rowe Jr Date: Fri, 13 Oct 2017 12:00:42 +0000 (+0000) Subject: Revoke SHOWSTOPPER status. EAGAIN, retry, continue... X-Git-Tag: 2.4.29~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=700dd0086e9e5ea2a5b2c4e92b76b2706628973c;p=thirdparty%2Fapache%2Fhttpd.git Revoke SHOWSTOPPER status. EAGAIN, retry, continue... Same committer shipped a release with one well known broken platform within days of proposing a showstopper for a platform. This specific platform is not even universally broken, but only for maintainer mode builds, and same has upvoted a backport which can't compile in maintainer mode. Confused yet? It might also be why this well-reasoned patch gathered little review, since it was parked in a more obscure place? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1812118 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d7ca61c81e4..8600069988a 100644 --- a/STATUS +++ b/STATUS @@ -113,17 +113,6 @@ CURRENT RELEASE NOTES: RELEASE SHOWSTOPPERS: - *) configure.in: Latest macOS Xcode 9 installs clang-900, which more - fully honors strict-prototypes, which causes AC_CHECK_LIB to - fail when --enable-maintainer-mode is set. Also affects clang 5. - trunk patch: http://svn.apache.org/r1810448 - http://svn.apache.org/r1810998 - 2.4.x patch: svn merge -c 1810448,1810998 ^/httpd/httpd/trunk . - +1: jim, wrowe - [Not a regression, so how a showstopper? This seems to fit into the mold - of per-platform quirks which we process in CTR flow, adding a +1 to note - that the patch looks sane.] - PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] @@ -219,6 +208,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: (merge without changes to motorz) +1: ylavic, + *) configure.in: Latest macOS Xcode 9 installs clang-900, which more + fully honors strict-prototypes, which causes AC_CHECK_LIB to + fail when --enable-maintainer-mode is set. Also affects clang 5. + trunk patch: http://svn.apache.org/r1810448 + http://svn.apache.org/r1810998 + 2.4.x patch: svn merge -c 1810448,1810998 ^/httpd/httpd/trunk . + +1: jim, wrowe + [This seems to fit into the mold of per-platform quirks which we process + in CTR flow, adding my +1 to note that the patch looks sane.] + PATCHES/ISSUES THAT ARE BEING WORKED [ New entries should be added at the START of the list ]