summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2012-04-13 15:06:35 +0000
committerJeremy Olexa <darkside@gentoo.org>2012-04-13 15:06:35 +0000
commita1fbe5c8b4ffee3879649f75247a9400a087cb3f (patch)
treef9f274d97d671e4304829efd4e56234318945498 /profiles
parentFix console warnings with glib-2.32, thanks to rei4dan for reporting. (diff)
downloadgentoo-2-a1fbe5c8b4ffee3879649f75247a9400a087cb3f.tar.gz
gentoo-2-a1fbe5c8b4ffee3879649f75247a9400a087cb3f.tar.bz2
gentoo-2-a1fbe5c8b4ffee3879649f75247a9400a087cb3f.zip
Update nginx_modules_http.desc from local metadata.xml
Diffstat (limited to 'profiles')
-rw-r--r--profiles/ChangeLog5
-rw-r--r--profiles/desc/nginx_modules_http.desc12
2 files changed, 12 insertions, 5 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog
index e31992e3e7fb..5064dacb45e1 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.6416 2012/04/13 05:22:06 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.6417 2012/04/13 15:06:34 darkside 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!
+ 13 Apr 2012; Jeremy Olexa <darkside@gentoo.org> desc/nginx_modules_http.desc:
+ Update nginx_modules_http.desc from local metadata.xml
+
13 Apr 2012; Patrick Lauer <patrick@gentoo.org> package.mask,
thirdpartymirrors:
Masking apache 2.4 for now
diff --git a/profiles/desc/nginx_modules_http.desc b/profiles/desc/nginx_modules_http.desc
index 9221252c60df..f4f447f594fa 100644
--- a/profiles/desc/nginx_modules_http.desc
+++ b/profiles/desc/nginx_modules_http.desc
@@ -1,6 +1,6 @@
-# Copyright 2010 Gentoo Foundation.
+# Copyright 2010-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.7 2010/08/06 12:57:38 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.8 2012/04/13 15:06:35 darkside Exp $
# This file contains descriptions of NGINX_MODULES_HTTP USE_EXPAND flags.
@@ -15,6 +15,7 @@ charset - This module can reencode data of one encoding into another.
dav - This module adds the HTTP and WebDAV methods PUT, DELETE, MKCOL, COPY and MOVE.
degradation - Unknown
empty_gif - This module keeps a 1x1 transparent GIF in memory that can be served very quickly.
+fancyindex - This module makes possible the generation of file listings, like the built-in autoindex module does, but adding a touch of style.
fastcgi - This module allows Nginx to interact with FastCGI processes and control what parameters are passed to the process.
flv - This module provides the ability to seek within FLV (Flash) files using time-based offsets.
geo - This module creates variables, whose values depend on the IP-address of the client.
@@ -27,6 +28,7 @@ limit_req - This module allows you to limit the number of requests for a given s
limit_zone - This module makes it possible to limit the number of simultaneous connections for the assigned session
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
passenger - Passenger makes deployment of Ruby web applications a breeze.
perl - This module makes it possible to execute Perl directly within Nginx and call Perl via SSI.
proxy - This module makes it possible to transfer requests to another server.
@@ -35,13 +37,15 @@ random_index - Pick a random directory index from a directory.
realip - This module allows to change the client's IP address to value from request header (e. g. X-Real-IP or X-Forwarded-For).
referer - This module makes it possible to block access to the site with the incorrect values of line "Referer" in the request header.
rewrite - This module makes it possible to change URI using regular expressions (PCRE), and to redirect and select configuration depending on variables.
-secure_link - This module computes and checks request URLs for a required security token.
scgi - An implementation of the Simple Common Gateway Interface.
+secure_link - This module computes and checks request URLs for a required security token.
split_clients - This module provides A/B testing support.
ssi - This module provides a filter which processes Server-Side Includes (SSI) in the input.
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.
-uwsgi - External module for the uWSGI protocol for python web apps.
+upload - Enable support for handling file uploads using multipart/form-data encoding
+upload_progress - This module adds the ability to track POST upload progress via JSON API
upstream_ip_hash - This module provides the ability to distribute upstream requests based on the IP-address of the client.
userid - This module gives out cookies for identification of clients.
+uwsgi - External module for the uWSGI protocol for python web apps.
xslt - This module is a filter which converts an XML response with the aid of one or more XSLT templates.