diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-17 00:01:21 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-17 00:02:32 +0100 |
commit | 1d52592200d9861a608bc0096550eb5bb311dd13 (patch) | |
tree | 80f7dd01ccf04d35a55c6ee04bd06378b74802ac /profiles/desc/nginx_modules_http.desc | |
parent | dev-java/commons-logging: fix compilation failure. (diff) | |
download | gentoo-1d52592200d9861a608bc0096550eb5bb311dd13.tar.gz gentoo-1d52592200d9861a608bc0096550eb5bb311dd13.tar.bz2 gentoo-1d52592200d9861a608bc0096550eb5bb311dd13.zip |
www-servers/nginx: Rev bump of "mainline" slot to add/update modules
Ebuild changes:
===============
- LDAP auth module bumped to commit 42d195d7a7575ebab1c369ad3fc5d78dc2c2669c
to add OpenSSL 1.1.x support and other bugfixes.
- HTTP upstream check module bumped to commit 9aecf15ec379fe98f62355c57b60c0bc83296f04
to fix possible segfault when reloading configuration.
- Virtual host traffic status module added.
- nginScript module added. [PR 3200]
- Brotli module added. [Bug 628898]
See: https://github.com/gentoo/gentoo/pull/3200
Closes: https://bugs.gentoo.org/628898
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'profiles/desc/nginx_modules_http.desc')
-rw-r--r-- | profiles/desc/nginx_modules_http.desc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/desc/nginx_modules_http.desc b/profiles/desc/nginx_modules_http.desc index 9d66ac2c1932..0bc63df6e1ca 100644 --- a/profiles/desc/nginx_modules_http.desc +++ b/profiles/desc/nginx_modules_http.desc @@ -11,6 +11,7 @@ auth_ldap - LDAP module for nginx which supports authentication against multiple auth_pam - This module provides authentication via PAM. auth_request - Module implementing client authorization based on the result of a subrequest. autoindex - This module provides automatic directory listings. +brotli - This module allows for on-the-fly Brotli compression. browser - This module creates variables, the values of which depend on the request header "User-agent". cache_purge - External module adding ability to purge content from nginx's FastCGI and proxy caches. charset - This module can reencode data of one encoding into another. @@ -29,6 +30,7 @@ gzip - This module allows for on-the-fly gzip compression. gzip_static - Before serving a file from disk to a gzip-enabled client, this module will look for a precompressed file in the same location. headers_more - Set and clear input and output headers image_filter - This module is a filter for transforming JPEG, GIF and PNG images. +javascript - This module implements location and variable handlers in nginScript. limit_conn - This module makes it possible to limit the number of simultaneous connections for the assigned session limit_req - This module allows you to limit the number of requests for a given session. limit_conn - This module makes it possible to limit the number of simultaneous connections for the assigned session @@ -68,4 +70,5 @@ upstream_least_conn - This module provides the ability to distribute upstream re upstream_zone - This module makes it possible to define a shared memory zone that keeps the group's configuration and run-time state that are shared between worker processes. userid - This module gives out cookies for identification of clients. uwsgi - External module for the uWSGI protocol for python web apps. +vhost_traffic_status - This module provides access to virtual host status information. xslt - This module is a filter which converts an XML response with the aid of one or more XSLT templates. |