diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2014-04-15 06:04:13 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2014-04-15 06:04:13 +0000 |
commit | b3f6687ada57d402aec94bb5471230cf4b9485b1 (patch) | |
tree | f557da0a67463071e0f7a24bede99236bec6dd4a /profiles | |
parent | Version bump. (diff) | |
download | gentoo-2-b3f6687ada57d402aec94bb5471230cf4b9485b1.tar.gz gentoo-2-b3f6687ada57d402aec94bb5471230cf4b9485b1.tar.bz2 gentoo-2-b3f6687ada57d402aec94bb5471230cf4b9485b1.zip |
Add USE flag descriptions for nginx_modules_http_{ajp,sticky}.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/desc/nginx_modules_http.desc | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 25682b3a2237..f720bf229303 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8821 2014/04/14 20:25:21 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8822 2014/04/15 06:04:12 dev-zero Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 15 Apr 2014; Tiziano Müller <dev-zero@gentoo.org> + desc/nginx_modules_http.desc: + Add USE flag descriptions for nginx_modules_http_{ajp,sticky}. + 14 Apr 2014; Tom Wijsman <TomWij@gentoo.org> package.mask: Removal of >=sys-kernel/git-sources-3.15_rc1 mask, as this is temporarily fixed in kernel-2.eclass; see bug #507656. diff --git a/profiles/desc/nginx_modules_http.desc b/profiles/desc/nginx_modules_http.desc index b43a0b0c394b..5f3603d2ab02 100644 --- a/profiles/desc/nginx_modules_http.desc +++ b/profiles/desc/nginx_modules_http.desc @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation. +# Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.19 2013/10/24 06:25:03 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.20 2014/04/15 06:04:13 dev-zero Exp $ # This file contains descriptions of NGINX_MODULES_HTTP USE_EXPAND flags. @@ -11,6 +11,7 @@ auth_basic - This module protects your site or parts of it with username and pas 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. +ajp - support AJP protocol proxy with nginx 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. @@ -55,6 +56,7 @@ slowfs_cache - This module adds the ability to cache static files split_clients - This module provides A/B testing support. ssi - This module provides a filter which processes Server-Side Includes (SSI) in the input. spdy - This module provides an SPDY implementation. +sticky - Module to always forward clients to the same upstream server (via sticky cookies) stub_status - This module provides the ability to get some status from nginx. sub - This module can search and replace text in the nginx response. upload - Enable support for handling file uploads using multipart/form-data encoding |