--- /usr/portage/www-servers/apache/apache-2.4.33.ebuild 2018-03-23 17:38:55.000000000 +0100 +++ apache-2.4.33.ebuild 2018-04-14 22:17:56.584843817 +0200 @@ -36,7 +36,7 @@ brotli cache cache_disk cache_socache cern_meta charset_lite cgi cgid dav dav_fs dav_lock dbd deflate dir dumpio env expires ext_filter file_cache filter headers http2 ident imagemap include info lbmethod_byrequests lbmethod_bytraffic lbmethod_bybusyness -lbmethod_heartbeat log_config log_forensic logio macro mime mime_magic negotiation +lbmethod_heartbeat log_config log_forensic logio macro md mime mime_magic negotiation 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 @@ -65,6 +65,7 @@ logio:log_config cache_disk:cache cache_socache:cache + md:watchdog mime_magic:mime proxy_ajp:proxy proxy_balancer:proxy @@ -94,6 +95,7 @@ http2:HTTP2 info:INFO ldap:LDAP + md:SSL proxy:PROXY proxy_ajp:PROXY proxy_balancer:PROXY @@ -134,12 +136,14 @@ IUSE="${IUSE/apache2_modules_http2/+apache2_modules_http2}" CDEPEND="apache2_modules_brotli? ( >=app-arch/brotli-0.6.0:= ) - apache2_modules_http2? ( >=net-libs/nghttp2-1.2.1 )" + apache2_modules_http2? ( >=net-libs/nghttp2-1.2.1 ) + apache2_modules_md? ( >=dev-libs/jansson-2.10 )" DEPEND+="${CDEPEND}" RDEPEND+="${CDEPEND}" -REQUIRED_USE="apache2_modules_http2? ( ssl )" +REQUIRED_USE="apache2_modules_http2? ( ssl ) + apache2_modules_md? ( ssl )" pkg_setup() { # dependend critical modules which are not allowed in global scope due