Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/apache/
Date: Wed, 18 Oct 2017 06:40:37
Message-Id: 1508308361.ffad74a57bb7605f7cbd6223d2065b7ba7b81f6c.polynomial-c@gentoo
1 commit: ffad74a57bb7605f7cbd6223d2065b7ba7b81f6c
2 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Wed Oct 18 05:03:57 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 18 06:32:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffad74a5
7
8 www-servers/apache: add watchdog module
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11 Closes: https://github.com/gentoo/gentoo/pull/5975
12
13 www-servers/apache/apache-2.4.28.ebuild | 2 +-
14 www-servers/apache/metadata.xml | 1 +
15 2 files changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/www-servers/apache/apache-2.4.28.ebuild b/www-servers/apache/apache-2.4.28.ebuild
18 index 33dec2f1025..b4dc41e3f33 100644
19 --- a/www-servers/apache/apache-2.4.28.ebuild
20 +++ b/www-servers/apache/apache-2.4.28.ebuild
21 @@ -40,7 +40,7 @@ lbmethod_heartbeat log_config log_forensic logio macro mime mime_magic negotiati
22 proxy proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_html proxy_http proxy_scgi
23 proxy_fcgi proxy_wstunnel rewrite ratelimit remoteip reqtimeout setenvif
24 slotmem_shm speling socache_shmcb status substitute unique_id userdir usertrack
25 -unixd version vhost_alias xml2enc"
26 +unixd version vhost_alias watchdog xml2enc"
27 # The following are also in the source as of this version, but are not available
28 # for user selection:
29 # bucketeer case_filter case_filter_in echo http isapi optional_fn_export
30
31 diff --git a/www-servers/apache/metadata.xml b/www-servers/apache/metadata.xml
32 index 631209d0e12..caef0de25ad 100644
33 --- a/www-servers/apache/metadata.xml
34 +++ b/www-servers/apache/metadata.xml
35 @@ -34,6 +34,7 @@
36 <flag name="apache2_modules_proxy_wstunnel">Provides support for the tunnelling of web socket connections to a backend websockets server.</flag>
37 <flag name="apache2_modules_ratelimit">Ratelimit module for transfer rate management</flag>
38 <flag name="apache2_modules_remoteip">Remotip module for logging</flag>
39 + <flag name="apache2_modules_watchdog">Provides infrastructure for other modules to periodically run tasks</flag>
40 <flag name="apache2_modules_xml2enc">Enable xml2 encoding module</flag>
41 </use>
42 </pkgmetadata>