diff options
author | Alexys Jacob <ultrabug@gentoo.org> | 2014-10-08 09:34:38 +0000 |
---|---|---|
committer | Alexys Jacob <ultrabug@gentoo.org> | 2014-10-08 09:34:38 +0000 |
commit | 8726b62186b57f0a63c9719cbba6dcb5aa4f029c (patch) | |
tree | 9ed01e17fde1c19875f0ae514907d90c85b9e5da /profiles | |
parent | drop php 5.3 target fix #524232, add rados plugin fix #521826 (diff) | |
download | gentoo-2-8726b62186b57f0a63c9719cbba6dcb5aa4f029c.tar.gz gentoo-2-8726b62186b57f0a63c9719cbba6dcb5aa4f029c.tar.bz2 gentoo-2-8726b62186b57f0a63c9719cbba6dcb5aa4f029c.zip |
update uwsgi_plugins.desc
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/desc/uwsgi_plugins.desc | 3 | ||||
-rw-r--r-- | profiles/profiles.desc | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 76acfebc0f12..c1fbee377325 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9426 2014/10/07 23:14:34 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9427 2014/10/08 09:34:38 ultrabug 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! + 08 Oct 2014; Ultrabug <ultrabug@gentoo.org> desc/uwsgi_plugins.desc, + profiles.desc: + add rados plugin description to uwsgi_plugins.desc + 07 Oct 2014; Sebastian Pipping <sping@gentoo.org> package.mask: Veto to dev-php/suhosin removal diff --git a/profiles/desc/uwsgi_plugins.desc b/profiles/desc/uwsgi_plugins.desc index 61160a932ded..3fa67ac9383f 100644 --- a/profiles/desc/uwsgi_plugins.desc +++ b/profiles/desc/uwsgi_plugins.desc @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/uwsgi_plugins.desc,v 1.3 2014/02/15 11:44:52 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/uwsgi_plugins.desc,v 1.4 2014/10/08 09:34:38 ultrabug Exp $ # This file contains descriptions of UWSGI_PLUGINS USE_EXPAND flags. @@ -35,6 +35,7 @@ nagios - To monitor, and eventually get warning messages, via Nagios notfound - Log 404 errors pam - Support PAM authentication ping - pings a uwsgi server +rados - serve objects stored in a Ceph cluster directly using the librados API rawrouter - Enable routing requests to a specific plugin/application/function using the request modifiers redislog - Log to a redis server router_access - uWSGI internal routing, simple access support diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 06c71c27b82f..4b7efb716c36 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -240,8 +240,6 @@ x86-macos prefix/darwin/macos/10.7/x86 exp x64-macos prefix/darwin/macos/10.7/x64 exp x86-macos prefix/darwin/macos/10.8/x86 exp x64-macos prefix/darwin/macos/10.8/x64 exp -x86-macos prefix/darwin/macos/10.9/x86 exp -x64-macos prefix/darwin/macos/10.9/x64 exp # Solaris Profiles sparc-solaris prefix/sunos/solaris/5.9/sparc exp |