diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2012-07-30 11:10:27 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2012-07-30 11:10:27 +0000 |
commit | d7063bd0bef86150fba2b826ff9ec863e6baacb0 (patch) | |
tree | d618aded33cfcff548cb5491e08bf54ae15180eb /profiles | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-d7063bd0bef86150fba2b826ff9ec863e6baacb0.tar.gz gentoo-2-d7063bd0bef86150fba2b826ff9ec863e6baacb0.tar.bz2 gentoo-2-d7063bd0bef86150fba2b826ff9ec863e6baacb0.zip |
update nginx modules descriptions
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/desc/nginx_modules_http.desc | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 8e7984524b5d..b6d8401e9990 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.6853 2012/07/30 05:33:57 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.6854 2012/07/30 11:10:27 hollow 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! + 30 Jul 2012; Benedikt Böhm <hollow@gentoo.org> desc/nginx_modules_http.desc: + update descriptions for nginx modules + 30 Jul 2012; Ben de Groot <yngwin@gentoo.org> arch/amd64/package.use.mask, arch/x86/package.use.mask, base/package.use.mask: Useflag move lcdfilter -> infinality diff --git a/profiles/desc/nginx_modules_http.desc b/profiles/desc/nginx_modules_http.desc index 0b8f81864df0..79a00795aa58 100644 --- a/profiles/desc/nginx_modules_http.desc +++ b/profiles/desc/nginx_modules_http.desc @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.10 2012/07/23 17:23:20 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.11 2012/07/30 11:10:27 hollow Exp $ # This file contains descriptions of NGINX_MODULES_HTTP USE_EXPAND flags. @@ -26,7 +26,9 @@ headers_more - Set and clear input and output headers image_filter - This module is a filter for transforming JPEG, GIF and PNG images. 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 limit_zone - This module makes it possible to limit the number of simultaneous connections for the assigned session +lua - Embed the power of Lua into nginx map - This module allows you to classify, or map a set of values into a different set of values and store the result in a variable. memcached - You can use this module to perform simple caching. mp4 - This module adds pseudo-streaming |