diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2010-08-06 12:57:38 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2010-08-06 12:57:38 +0000 |
commit | 42260f9a8c8b14abd42e55d46e3610a20f5a9e06 (patch) | |
tree | 8aa2f1d86352f75dc808983c014bfe7b0a1eda47 /profiles | |
parent | version bump for minor issues with sound, indexing, and possible plugin crashes (diff) | |
download | gentoo-2-42260f9a8c8b14abd42e55d46e3610a20f5a9e06.tar.gz gentoo-2-42260f9a8c8b14abd42e55d46e3610a20f5a9e06.tar.bz2 gentoo-2-42260f9a8c8b14abd42e55d46e3610a20f5a9e06.zip |
Added NGINX_MODULES_HTTP:cache_purge USE flag for nginx.
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 92a9dd986b12..79d6f864cd9d 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.4450 2010/08/05 19:32:52 lavajoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.4451 2010/08/06 12:57:38 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! + 06 Aug 2010; Tiziano Müller <dev-zero@gentoo.org> + desc/nginx_modules_http.desc: + Added NGINX_MODULES_HTTP:cache_purge USE flag for nginx. + 05 Aug 2010; Joe Peterson <lavajoe@gentoo.org> package.mask: Remove masking of media-sound/squeezecenter (removed from tree, bug #287257) diff --git a/profiles/desc/nginx_modules_http.desc b/profiles/desc/nginx_modules_http.desc index 3b5510affbdf..9221252c60df 100644 --- a/profiles/desc/nginx_modules_http.desc +++ b/profiles/desc/nginx_modules_http.desc @@ -1,6 +1,6 @@ # Copyright 2010 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.6 2010/07/02 05:29:01 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.7 2010/08/06 12:57:38 dev-zero Exp $ # This file contains descriptions of NGINX_MODULES_HTTP USE_EXPAND flags. @@ -10,6 +10,7 @@ addition - This module adds contents of other locations before and after the cur auth_basic - This module protects your site or parts of it with username and password based on HTTP Basic Authentication. autoindex - This module provides automatic directory listings. browser - This module creates variables, the values of which depend on the request header "User-agent". +cache_purge - External module adding ability to purge content from nginx's FastCGI and proxy caches. 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 |