diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2013-09-26 06:19:15 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2013-09-26 06:19:15 +0000 |
commit | 29f36cca9285c1a472cd939c96ed8b935915e9fd (patch) | |
tree | 54bed318f34b6c16594ec660ad8863daa590fa36 /profiles | |
parent | Version bump. Removed old (diff) | |
download | gentoo-2-29f36cca9285c1a472cd939c96ed8b935915e9fd.tar.gz gentoo-2-29f36cca9285c1a472cd939c96ed8b935915e9fd.tar.bz2 gentoo-2-29f36cca9285c1a472cd939c96ed8b935915e9fd.zip |
Add echo to nginx_modules_http USE_EXPAND
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/desc/nginx_modules_http.desc | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index e0e0f3afe976..626854ef4323 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8270 2013/09/24 04:49:49 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8271 2013/09/26 06:19:15 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! + 26 Sep 2013; Tiziano Müller <dev-zero@gentoo.org> + desc/nginx_modules_http.desc: + Add echo to nginx_modules_http USE_EXPAND + 24 Sep 2013; Patrick Lauer <patrick@gentoo.org> package.mask: Temporarily disable openldap mask until s390 catches up diff --git a/profiles/desc/nginx_modules_http.desc b/profiles/desc/nginx_modules_http.desc index 877ffd50fd20..e25db4cb9db8 100644 --- a/profiles/desc/nginx_modules_http.desc +++ b/profiles/desc/nginx_modules_http.desc @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.16 2013/05/23 20:29:05 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.17 2013/09/26 06:19:14 dev-zero Exp $ # This file contains descriptions of NGINX_MODULES_HTTP USE_EXPAND flags. @@ -16,6 +16,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. dav_ext - Add missing WebDAV methods PROPFIND & OPTIONS to the existing WebDAV module. degradation - Allows to return 204 or 444 code for some locations on low memory condition (reliable on FreeBSD only) +echo - Brings shell-style goodies to Nginx config file. 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. |