diff options
author | Glenn Strauss <gstrauss@gluelogic.com> | 2022-01-21 09:10:16 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-23 17:57:12 +0000 |
commit | a8904045d2534c510b00c0e7e52de33022f9b45c (patch) | |
tree | dd759a1943c6f99214b9455d7ba73d31b2299cf0 /www-servers/lighttpd | |
parent | www-servers/lighttpd: Version bump (v1.4.64) (diff) | |
download | gentoo-a8904045d2534c510b00c0e7e52de33022f9b45c.tar.gz gentoo-a8904045d2534c510b00c0e7e52de33022f9b45c.tar.bz2 gentoo-a8904045d2534c510b00c0e7e52de33022f9b45c.zip |
www-servers/lighttpd: update metadata.xml
Co-authored-by: Sam James <sam@cmpct.info>
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-servers/lighttpd')
-rw-r--r-- | www-servers/lighttpd/metadata.xml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/www-servers/lighttpd/metadata.xml b/www-servers/lighttpd/metadata.xml index 4fa39ff0178f..df57890b0f75 100644 --- a/www-servers/lighttpd/metadata.xml +++ b/www-servers/lighttpd/metadata.xml @@ -10,27 +10,27 @@ <name>Proxy Maintainers</name> </maintainer> <longdescription lang="en"> - lighttpd is a secure, fast, compliant and very flexible web-server - which has been optimized for high-performance environments. It has a very - low memory footprint compared to other webservers and takes care of cpu-load. - Its advanced feature-set (FastCGI, CGI, Auth, Output-Compression, - URL-Rewriting and many more) make lighttpd the perfect webserver-software - for every server that is suffering load problems. + lighttpd (pronounced /lighty/) is a secure, fast, compliant, and very + flexible web server that has been optimized for high-performance + environments. lighttpd uses memory and CPU efficiently and has lower + resource use than other popular web servers. Its advanced feature-set + (FastCGI, CGI, Auth, Output-Compression, URL-Rewriting and much more) + make lighttpd the perfect web server for all systems, small and large. </longdescription> <use> - <flag name="brotli">Enable output compression via Brotli (recommended)</flag> + <flag name="brotli">Enable output compression via <pkg>app-arch/brotli</pkg> (recommended)</flag> <flag name="bzip2">Enable output compression via bzip2</flag> <flag name="libev">Enable fdevent handler</flag> - <flag name="gnutls">Build module for TLS via GnuTLS</flag> - <flag name="maxminddb">Add support for geolocation using libMaxMindDB</flag> - <flag name="mbedtls">Build module for TLS via Mbed TLS</flag> - <flag name="mmap">Use mmap with files owned by lighttpd. This is a dangerous option as it may allow local users to trigger SIGBUS crashes.</flag> - <flag name="nettle">Use dev-libs/nettle as crypto backend</flag> + <flag name="gnutls">Build module for TLS via <pkg>net-libs/gnutls</pkg></flag> + <flag name="maxminddb">Add support for geolocation using <pkg>dev-libs/libmaxminddb</pkg></flag> + <flag name="mbedtls">Build module for TLS via <pkg>net-libs/mbedtls</pkg></flag> + <flag name="mmap">Use mmap when sendfile is not available</flag> + <flag name="nettle">Use <pkg>dev-libs/nettle</pkg> as crypto backend</flag> <flag name="nss">Build module for TLS via Mozilla's Network Security Services</flag> <flag name="rrdtool">Enable rrdtool support via mod_rrdtool</flag> - <flag name="system-xxhash">Use system provided libxxhash</flag> + <flag name="system-xxhash">Use system provided <pkg>dev-libs/xxhash</pkg></flag> <flag name="webdav">Enable webdav properties</flag> - <flag name="zlib">Enable output compression via gzip or deflate algorithms</flag> - <flag name="zstd">Enable output compression via Zstandard algorithm</flag> + <flag name="zlib">Enable output compression via gzip or deflate algorithms from <pkg>sys-libs/zlib</pkg></flag> + <flag name="zstd">Enable output compression via Zstandard (<pkg>app-arch/zstd</pkg>) algorithm</flag> </use> </pkgmetadata> |