diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2012-04-13 15:16:46 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2012-04-13 15:16:46 +0000 |
commit | ca74ee8c5f5c7d915e4df5da4117fd8c6d935cd7 (patch) | |
tree | a9bbb8136a387fc57f070265a66cfbfd2b396e7f /www-servers/nginx/metadata.xml | |
parent | Update nginx_modules_http.desc from local metadata.xml (forgot one, CL entry ... (diff) | |
download | historical-ca74ee8c5f5c7d915e4df5da4117fd8c6d935cd7.tar.gz historical-ca74ee8c5f5c7d915e4df5da4117fd8c6d935cd7.tar.bz2 historical-ca74ee8c5f5c7d915e4df5da4117fd8c6d935cd7.zip |
Version bump from upstream (security bug 411751), addition of fancyindex third party module (bug 411663). Cleanup metadata.xml
Package-Manager: portage-2.1.10.44/cvs/Linux i686
Diffstat (limited to 'www-servers/nginx/metadata.xml')
-rw-r--r-- | www-servers/nginx/metadata.xml | 33 |
1 files changed, 4 insertions, 29 deletions
diff --git a/www-servers/nginx/metadata.xml b/www-servers/nginx/metadata.xml index 394ee3557343..326deefb50b2 100644 --- a/www-servers/nginx/metadata.xml +++ b/www-servers/nginx/metadata.xml @@ -2,6 +2,10 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> + <email>darkside@gentoo.org</email> + <name>Jeremy Olexa</name> + </maintainer> + <maintainer> <email>hollow@gentoo.org</email> <name>Benedikt Böhm</name> </maintainer> @@ -15,35 +19,6 @@ <flag name='http-cache'>Enable HTTP cache support</flag> <flag name='libatomic'>Use libatomic instead of builtin atomic operations</flag> <flag name='pcre-jit'>Enable JIT for pcre</flag> - <flag name='nginx_modules_http_addition'>This module adds contents of - other locations before and after the current location's - content.</flag> - <flag name='nginx_modules_http_dav'>This module adds the HTTP and WebDAV - methods PUT, DELETE, MKCOL, COPY and MOVE.</flag> - <flag name='nginx_modules_http_flv'>This module provides the ability to - seek within FLV (Flash) files using time-based offsets.</flag> - <flag name='nginx_modules_http_random_index'>Pick a random directory - index from a directory.</flag> - <flag name='nginx_modules_http_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).</flag> - <flag name='nginx_modules_http_gzip_static'>Enables support for gzipping - static content on disk</flag> - <flag name='nginx_modules_http_stub_status'>This module provides the - ability to get some status from nginx</flag> - <flag name='nginx_modules_http_sub'>Enable support for search and - replace text in the nginx response</flag> - <flag name='nginx_modules_http_upload'>Enable support for handling file - uploads using multipart/form-data encoding</flag> - <flag name='nginx_modules_http_slowfs_cache'>This module adds the - ability to cache static files</flag> - <flag name='nginx_modules_http_upload_progress'>This module adds the - ability to track POST upload progress via JSON API</flag> - <flag name='nginx_modules_http_mp4'>This module adds pseudo-streaming - support for H.264/AAC in MP4 containers.</flag> - <flag name='nginx_modules_mail_imap'>Enables IMAP proxy support</flag> - <flag name='nginx_modules_mail_pop3'>Enables POP3 proxy support</flag> - <flag name='nginx_modules_mail_smtp'>Enables SMTP proxy support</flag> </use> <upstream> <changelog>http://nginx.org/en/CHANGES</changelog> |