summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-07-13 04:46:35 +0000
committerMichał Górny <mgorny@gentoo.org>2015-07-13 04:46:35 +0000
commit8aa2011619149f99d7730c8a14450a734f94598e (patch)
treeaf6d876694a5b289655b5332b8694fb2a9c8f03d /profiles
parentVersion bump. (diff)
downloadhistorical-8aa2011619149f99d7730c8a14450a734f94598e.tar.gz
historical-8aa2011619149f99d7730c8a14450a734f94598e.tar.bz2
historical-8aa2011619149f99d7730c8a14450a734f94598e.zip
Describe nginx_modules_http_memc. Part of version bump, https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/156 by jbergstroem.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/ChangeLog7
-rw-r--r--profiles/desc/nginx_modules_http.desc5
2 files changed, 9 insertions, 3 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog
index b90fcec8beda..f19a77a928ba 100644
--- a/profiles/ChangeLog
+++ b/profiles/ChangeLog
@@ -1,11 +1,16 @@
# ChangeLog for profile directory
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10184 2015/07/12 17:28:25 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10185 2015/07/13 04:46:35 mgorny 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!
+ 13 Jul 2015; Michał Górny <mgorny@gentoo.org> desc/nginx_modules_http.desc:
+ Describe nginx_modules_http_memc. Part of version bump,
+ https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/156 by
+ jbergstroem.
+
12 Jul 2015; Andreas K. Huettel <dilfridge@gentoo.org> package.mask:
Remove obsolete lcsm:0 mask
diff --git a/profiles/desc/nginx_modules_http.desc b/profiles/desc/nginx_modules_http.desc
index bc176c349573..139d4b181a38 100644
--- a/profiles/desc/nginx_modules_http.desc
+++ b/profiles/desc/nginx_modules_http.desc
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation.
+# Copyright 1999-2015 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.21 2014/07/22 06:45:37 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.22 2015/07/13 04:46:35 mgorny Exp $
# This file contains descriptions of NGINX_MODULES_HTTP USE_EXPAND flags.
@@ -36,6 +36,7 @@ limit_conn - This module makes it possible to limit the number of simultaneous c
limit_zone - This module makes it possible to limit the number of simultaneous connections for the assigned session
lua - Embed the power of Lua into nginx
map - This module allows you to classify, or map a set of values into a different set of values and store the result in a variable.
+memc - An extended version of the standard memcached module that supports set, add, delete, and many more memcached commands.
memcached - You can use this module to perform simple caching.
metrics - Module to export various metrics in easy-parseable JSON.
mogilefs - Enable support for MogileFS.