www-servers/apache: add watchdog module
authorTomas Mozes <hydrapolic@gmail.com>
Wed, 18 Oct 2017 05:03:57 +0000 (07:03 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Wed, 18 Oct 2017 06:32:41 +0000 (08:32 +0200)
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/5975

www-servers/apache/apache-2.4.28.ebuild
www-servers/apache/metadata.xml

index 33dec2f1025a33677db0761a56c336e9f2fbe532..b4dc41e3f33b683fc092b4e5504b73d46d78a1f6 100644 (file)
@@ -40,7 +40,7 @@ lbmethod_heartbeat log_config log_forensic logio macro mime mime_magic negotiati
 proxy proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_html proxy_http proxy_scgi
 proxy_fcgi  proxy_wstunnel rewrite ratelimit remoteip reqtimeout setenvif
 slotmem_shm speling socache_shmcb status substitute unique_id userdir usertrack
-unixd version vhost_alias xml2enc"
+unixd version vhost_alias watchdog xml2enc"
 # The following are also in the source as of this version, but are not available
 # for user selection:
 # bucketeer case_filter case_filter_in echo http isapi optional_fn_export
index 631209d0e12f4a162087a80ba7e36c91744d7b4e..caef0de25ad41800b98926eb0ecc082a5fa46854 100644 (file)
@@ -34,6 +34,7 @@
                <flag name="apache2_modules_proxy_wstunnel">Provides support for the tunnelling of web socket connections to a backend websockets server.</flag>
                <flag name="apache2_modules_ratelimit">Ratelimit module for transfer rate management</flag>
                <flag name="apache2_modules_remoteip">Remotip module for logging</flag>
+               <flag name="apache2_modules_watchdog">Provides infrastructure for other modules to periodically run tasks</flag>
                <flag name="apache2_modules_xml2enc">Enable xml2 encoding module</flag>
        </use>
 </pkgmetadata>