diff options
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/apache2_modules.desc | 22 | ||||
-rw-r--r-- | profiles/desc/cpu_flags_x86.desc | 5 | ||||
-rw-r--r-- | profiles/desc/input_devices.desc | 6 | ||||
-rw-r--r-- | profiles/desc/video_cards.desc | 2 |
4 files changed, 27 insertions, 8 deletions
diff --git a/profiles/desc/apache2_modules.desc b/profiles/desc/apache2_modules.desc index 031c1896c952..a414540a3cf0 100644 --- a/profiles/desc/apache2_modules.desc +++ b/profiles/desc/apache2_modules.desc @@ -4,7 +4,7 @@ # This file contains descriptions of APACHE2_MODULES USE_EXPAND flags. # Keep it sorted. -access_compat - Backwards-compatibility for obsolete authorization directives +access_compat - Group authorizations based on host (name or IP address). Available as a compatibility module with previous versions actions - Provides for executing CGI scripts based on media type or request method alias - Provides for mapping different parts of the host filesystem in the document tree and for URL redirection asis - Sends files that contain their own HTTP headers @@ -12,12 +12,13 @@ auth_basic - Basic authentication auth_digest - User authentication using MD5 Digest Authentication authn_alias - Provides the ability to create extended authentication providers based on actual providers authn_anon - Allows "anonymous" user access to authenticated areas -authn_core - Provides core authentication capabilities +authn_core - Provides core authentication capabilities common to all authentication providers (functionality provided by authn_alias in previous versions) authn_dbd - User authentication using an SQL database authn_dbm - User authentication using DBM files authn_default - Authentication fallback module authn_file - User authentication using text files -authz_core - Provides core authorization capabilities +authz_core - Provides core authorization capabilities to various authorization/authorization modules, such as authn_file and authz_user +authz_dbd - Provides authorization capabilities via SQL database so that authenticated users can be allowed or denied access to portions of the web site by group membership authz_dbm - Group authorization using DBM files authz_default - Authorization fallback module authz_groupfile - Group authorization using plaintext files @@ -25,8 +26,10 @@ authz_host - Group authorizations based on host (name or IP address) authz_owner - Authorization based on file ownership authz_user - User Authorization autoindex - Generates directory indexes, automatically, similar to the Unix ls command +brotli - Enable brotli compression support cache - Content cache keyed to URIs -cache_disk - Disk based storage module for the HTTP caching filter +cache_disk - Disk based storage module for the HTTP caching filter (similar to mem_cache in previous versions) +cache_socache - Shared object cache (socache) based storage module for the HTTP caching filter cern_meta - CERN httpd metafile semantics cgi - Enable CGI module (used by non-multithreaded MPMs, for eg. prefork) cgid - Enable CGI module (used by multithreaded MPMs, for eg. worker) @@ -45,6 +48,7 @@ ext_filter - Pass the response body through an external program before delivery file_cache - Caches a static list of files in memory filter - Context-sensitive smart filter configuration module headers - Customization of HTTP request and response headers +http2 - Enable http2/alpn module ident - RFC 1413 ident lookups imagemap - Server-side imagemap processing include - Server-parsed html documents (Server Side Includes) @@ -56,6 +60,8 @@ lbmethod_heartbeat - Heartbeat Traffic Counting load balancer scheduler algorith log_config - Logging of the requests made to the server log_forensic - Forensic Logging of the requests made to the server logio - Logging of input and output bytes per request +macro - Macros for the Apache config file +md - Managing domains across virtual hosts, certificate provisioning via the ACME protocol mem_cache - Content cache keyed to URIs mime - Associates the requested filename's extensions with the file's behavior (handlers and filters) and content (mime-type, language, character set and encoding) mime_magic - Determines the MIME type of a file by looking at a few bytes of its contents @@ -66,16 +72,18 @@ proxy_balancer - mod_proxy extension for load balancing proxy_connect - mod_proxy extension for CONNECT request handling proxy_fcgi - FastCGI support module for mod_proxy proxy_ftp - FTP support module for mod_proxy +proxy_html - Module to rewrite links in html pages behind a reverse proxy proxy_http - HTTP support module for mod_proxy +proxy_http2 - HTTP2 support module for mod_proxy proxy_scgi - SCGI gateway module for mod_proxy -proxy_wstunnel - Websockets support module for mod_proxy +proxy_wstunnel - Provides support for the tunnelling of web socket connections to a backend websockets server ratelimit - Bandwidth Rate Limiting for Clients remoteip - Replaces the original client IP address for the connection with the useragent IP address list presented by a proxies or a load balancer via the request headers reqtimeout - Set timeout and minimum data rate for receiving requests rewrite - Provides a rule-based rewriting engine to rewrite requested URLs on the fly setenvif - Allows the setting of environment variables based on characteristics of the request slotmem_shm - Slot-based shared memory provider -socache_shmcb - Cyclic buffer shared-memory-based shared object cache provider +socache_shmcb - A shared object cache provider using a high-performance cyclic buffer inside a shared memory segment speling - Attempts to correct mistaken URLs that users might have entered by ignoring capitalization and by allowing up to one misspelling status - Provides information on server activity and performance substitute - Perform search and replace operations on response bodies @@ -85,3 +93,5 @@ userdir - User-specific directories usertrack - Clickstream logging of user activity on a site version - Version dependent configuration vhost_alias - Provides for dynamically configured mass virtual hosting +watchdog - Provides infrastructure for other modules to periodically run tasks +xml2enc - Enable xml2 encoding module diff --git a/profiles/desc/cpu_flags_x86.desc b/profiles/desc/cpu_flags_x86.desc index 63a10e94c3ed..d891398e7a60 100644 --- a/profiles/desc/cpu_flags_x86.desc +++ b/profiles/desc/cpu_flags_x86.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation. +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Whenever the flag name does not correspond to /proc/cpuinfo flags, @@ -10,6 +10,8 @@ aes - Enable support for Intel's AES instruction set (AES-NI) avx - Adds support for Advanced Vector Extensions instructions avx2 - Adds support for Advanced Vector Extensions 2 instructions +avx512f - Adds support for AVX-512 Foundation instructions +f16c - Adds support for F16C instruction set for converting between half-precision and single-precision floats fma3 - Use the Fused Multiply Add 3 instruction set ([fma] in cpuinfo) fma4 - Use the Fused Multiply Add 4 instruction set mmx - Use the MMX instruction set @@ -17,6 +19,7 @@ mmxext - Use the Extended MMX instruction set (a subset of SSE) ([mmxext] or [ss padlock - Use VIA padlock instructions ([phe] in cpuinfo) pclmul - Use Carry-less Multiplication instructions ([pclmulqdq] in cpuinfo) popcnt - Enable popcnt instruction support ([abm] or [popcnt] in cpuinfo) +sha - Use the SHA-NI instruction set sse - Use the SSE instruction set sse2 - Use the SSE2 instruction set sse3 - Use the SSE3 instruction set ([pni] in cpuinfo, NOT ssse3) diff --git a/profiles/desc/input_devices.desc b/profiles/desc/input_devices.desc index 766122adf8c5..1077d4bbdb1b 100644 --- a/profiles/desc/input_devices.desc +++ b/profiles/desc/input_devices.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors. +# Copyright 1999-2019 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of INPUT_DEVICES USE_EXPAND flags. @@ -29,7 +29,11 @@ roccat_nyth - INPUT_DEVICES setting to build driver for Roccat Nyth input device roccat_pyra - INPUT_DEVICES setting to build driver for Roccat Pyra input devices roccat_savu - INPUT_DEVICES setting to build driver for Roccat Savu input devices roccat_ryosmk - INPUT_DEVICES setting to build driver for Roccat RyosMK Pro input devices +roccat_ryosmkfx - INPUT_DEVICES setting to build driver for Roccat RyosMK FX input devices roccat_ryostkl - INPUT_DEVICES setting to build driver for Roccat RyosMK Pro input devices +roccat_skeltr - INPUT_DEVICES setting to build driver for Roccat Skeltr input devices +roccat_sova - INPUT_DEVICES setting to build driver for Roccat Sova input devices +roccat_suora - INPUT_DEVICES setting to build driver for Roccat Suora input devices roccat_tyon - INPUT_DEVICES setting to build driver for Roccat Tyon input devices synaptics - INPUT_DEVICES setting to build driver for synaptics input devices vmmouse - INPUT_DEVICES setting to build driver for vmmouse input devices diff --git a/profiles/desc/video_cards.desc b/profiles/desc/video_cards.desc index ab9ece95a2cf..97614a412cfe 100644 --- a/profiles/desc/video_cards.desc +++ b/profiles/desc/video_cards.desc @@ -18,12 +18,14 @@ i965 - VIDEO_CARDS setting to build driver for Intel i965 video cards imx - VIDEO_CARDS setting to build driver for Freescale i.MX video cards intel - VIDEO_CARDS setting to build driver for Intel video cards iris - VIDEO_CARDS setting to build driver for Intel video cards Gen8 / Broadwell or newer +lima - VIDEO_CARDS setting to build driver for Mali 200/400 video cards mga - VIDEO_CARDS setting to build driver for mga video cards nouveau - VIDEO_CARDS setting to build reverse-engineered driver for nvidia cards nvidia - VIDEO_CARDS setting to build driver for nvidia video cards nv - VIDEO_CARDS setting to build driver for nv video cards omap - VIDEO_CARDS setting to build DRM driver for TI OMAP video cards qxl - VIDEO_CARDS setting to build driver for qxl (QEMU virtual GPU) +panfrost - VIDEO_CARDS setting to build driver for Mali 600/700/800 video cards r100 - VIDEO_CARDS setting to build only r100 based chips code for radeon r128 - VIDEO_CARDS setting to build driver for ATI r128 video cards r200 - VIDEO_CARDS setting to build only r200 based chips code for radeon |