Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/desc: nginx_modules_http.desc
Date: Thu, 23 May 2013 20:29:09
Message-Id: 20130523202905.C3A1A2171E@flycatcher.gentoo.org
1 dev-zero 13/05/23 20:29:05
2
3 Modified: nginx_modules_http.desc
4 Log:
5 Fix description for nginx_modules_http_degradation and add description for nginx_modules_http_dav_ext.
6
7 Revision Changes Path
8 1.16 profiles/desc/nginx_modules_http.desc
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?rev=1.16&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?rev=1.16&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?r1=1.15&r2=1.16
13
14 Index: nginx_modules_http.desc
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v
17 retrieving revision 1.15
18 retrieving revision 1.16
19 diff -u -r1.15 -r1.16
20 --- nginx_modules_http.desc 14 May 2013 21:41:46 -0000 1.15
21 +++ nginx_modules_http.desc 23 May 2013 20:29:05 -0000 1.16
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2013 Gentoo Foundation.
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.15 2013/05/14 21:41:46 dev-zero Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.16 2013/05/23 20:29:05 dev-zero Exp $
27
28 # This file contains descriptions of NGINX_MODULES_HTTP USE_EXPAND flags.
29
30 @@ -14,7 +14,8 @@
31 cache_purge - External module adding ability to purge content from nginx's FastCGI and proxy caches.
32 charset - This module can reencode data of one encoding into another.
33 dav - This module adds the HTTP and WebDAV methods PUT, DELETE, MKCOL, COPY and MOVE.
34 -degradation - Unknown
35 +dav_ext - Add missing WebDAV methods PROPFIND & OPTIONS to the existing WebDAV module.
36 +degradation - Allows to return 204 or 444 code for some locations on low memory condition (reliable on FreeBSD only)
37 empty_gif - This module keeps a 1x1 transparent GIF in memory that can be served very quickly.
38 fancyindex - This module makes possible the generation of file listings, like the built-in autoindex module does, but adding a touch of style.
39 fastcgi - This module allows Nginx to interact with FastCGI processes and control what parameters are passed to the process.