Commit 6a1041ad authored by Rainer Jung's avatar Rainer Jung
Browse files

Rephrase comments by Yann in order to hopefully

make the current situation clearer.

I hope the new text is OK for Yann, otherwise I
could revert and add as my own comment.

i think r1812339 should be an integral part of
the mod_journald backport and currently we do not
have any obstacle for the configure.in proposal.
The ap_expr fix was already backported, the
mod_remoteip fix does not apply to the 2.4 code
and the mod_journald fix IMHO should be voted and
applied together with the pending mod_journald
backport.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1812432 13f79535-47bb-0310-9956-ffa450edef68
parent 79c9a564
Loading
Loading
Loading
Loading
+6 −7
Original line number Original line Diff line number Diff line
@@ -204,10 +204,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                  http://svn.apache.org/r1812301
                  http://svn.apache.org/r1812301
     2.4.x patch: svn merge -c 1812263,1812301 ^/httpd/httpd/trunk .
     2.4.x patch: svn merge -c 1812263,1812301 ^/httpd/httpd/trunk .
     +1: ylavic, rjung
     +1: ylavic, rjung
     ylavic: don't backport this before the one(s) below, or maintainer-mode in
     ylavic: if the below mod_journald proposal gets accepted, it will
             2.4.x would -Werror, so depends on (to be completed?):
             also need a backport of r1812339, otherwise maintainer
                - mod_journald
             mode builds will fail due to -Werror.
                - ap_expr


  *) mod_journald: Add new module mod_journald to log error logs into journald.
  *) mod_journald: Add new module mod_journald to log error logs into journald.
     trunk patch: http://svn.apache.org/r1610339
     trunk patch: http://svn.apache.org/r1610339
@@ -218,9 +217,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                mod_journald can't be configured in maintainer mode (-std=c89).
                mod_journald can't be configured in maintainer mode (-std=c89).
                Can anyone else reproduce, or is it just my distro?
                Can anyone else reproduce, or is it just my distro?
     ylavic: missing r1812339 for maintainer-mode/c89/-Werror compliance,
     ylavic: missing r1812339 for maintainer-mode/c89/-Werror compliance,
             so either this is backported before configure.in above and we'll
             needed if the above configure.in proposal gets backported.
             add r1812339 to that proposal, or after and we'll add it to this
             Note that r1812339 could be backported in any case, even if
             proposal (resetting the one or the other votes in any case...).
             the above configure.in proposal does not get accepted.




PATCHES/ISSUES THAT ARE BEING WORKED
PATCHES/ISSUES THAT ARE BEING WORKED