You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2017/12/16 19:22:16 UTC

svn commit: r1818446 - /httpd/httpd/branches/2.4.x/STATUS

Author: covener
Date: Sat Dec 16 19:22:16 2017
New Revision: 1818446

URL: http://svn.apache.org/viewvc?rev=1818446&view=rev
Log:

journald looks stalled.

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=1818446&r1=1818445&r2=1818446&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sat Dec 16 19:22:16 2017
@@ -192,21 +192,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   (merge without changes to motorz)
      +1: ylavic, jim
 
-  *) mod_journald: Add new module mod_journald to log error logs into journald.
-     trunk patch: http://svn.apache.org/r1610339
-                  http://svn.apache.org/r1621806
-                  http://svn.apache.org/r1812339
-     2.4.x patch: http://people.apache.org/~jkaluza/patches/httpd-2.4.x-mod_journald.patch
-                  http://svn.apache.org/r1812339
-     +1: jkaluza, jim
-     jchampion: Looks like the headers require GCC extensions to compile, so
-                mod_journald can't be configured in maintainer mode (-std=c89).
-                Can anyone else reproduce, or is it just my distro?
-     ylavic: missing r1812339 for maintainer-mode/c89/-Werror compliance,
-             needed if the above configure.in proposal gets backported.
-             Note that r1812339 could be backported in any case, even if
-             the above configure.in proposal does not get accepted.
-
   *) mpm_event: avoid a very unlikely race condition between the listener and
      the workers when the latter fails to add a connection to the pollset.
      trunk patch: http://svn.apache.org/r1809273
@@ -509,4 +494,19 @@ PATCHES/ISSUES THAT ARE STALLED
      -1: wrowe (blocking will break "working" .conf files on a subversion update
                 meant to pick up security fixes.  "Alerting" I would agree to.)
 
+  *) mod_journald: Add new module mod_journald to log error logs into journald.
+     trunk patch: http://svn.apache.org/r1610339
+                  http://svn.apache.org/r1621806
+                  http://svn.apache.org/r1812339
+     2.4.x patch: http://people.apache.org/~jkaluza/patches/httpd-2.4.x-mod_journald.patch
+                  http://svn.apache.org/r1812339
+     +1: jkaluza, jim
+     jchampion: Looks like the headers require GCC extensions to compile, so
+                mod_journald can't be configured in maintainer mode (-std=c89).
+                Can anyone else reproduce, or is it just my distro?
+     ylavic: missing r1812339 for maintainer-mode/c89/-Werror compliance,
+             needed if the above configure.in proposal gets backported.
+             Note that r1812339 could be backported in any case, even if
+             the above configure.in proposal does not get accepted.
+