From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C95C0138200 for ; Mon, 13 May 2013 12:08:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B841E0AEA; Mon, 13 May 2013 12:08:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68F99E0AEA for ; Mon, 13 May 2013 12:08:11 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6352B33DF98 for ; Mon, 13 May 2013 12:08:10 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2136) id 295722171E; Mon, 13 May 2013 12:08:09 +0000 (UTC) From: "Tiziano Mueller (dev-zero)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dev-zero@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in profiles/desc: nginx_modules_http.desc X-VCS-Repository: gentoo-x86 X-VCS-Files: nginx_modules_http.desc X-VCS-Directories: profiles/desc X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Mueller Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130513120809.295722171E@flycatcher.gentoo.org> Date: Mon, 13 May 2013 12:08:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 70bd0d65-3e6e-41e5-9e7a-c010b8c03f1f X-Archives-Hash: eaa569aa4d28dab499a84f1ff41c9ffc dev-zero 13/05/13 12:08:09 Modified: nginx_modules_http.desc Log: Add use flag descriptions for nginx_modules_http_{gunzip,metrics,upstream_check} (bug #469534). Revision Changes Path 1.14 profiles/desc/nginx_modules_http.desc file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?r1=1.13&r2=1.14 Index: nginx_modules_http.desc =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- nginx_modules_http.desc 31 Mar 2013 01:55:02 -0000 1.13 +++ nginx_modules_http.desc 13 May 2013 12:08:09 -0000 1.14 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation. +# 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.13 2013/03/31 01:55:02 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.14 2013/05/13 12:08:09 dev-zero Exp $ # This file contains descriptions of NGINX_MODULES_HTTP USE_EXPAND flags. @@ -21,6 +21,7 @@ flv - This module provides the ability to seek within FLV (Flash) files using time-based offsets. geo - This module creates variables, whose values depend on the IP-address of the client. geoip - This module creates variables based on the IP-address of the client matched against the MaxMind GeoIP binary files. +gunzip - Permits to decompress gzip'ed files on-the-fly for clients not supporting the gzip encoding method. gzip - This module allows for on-the-fly gzip compression. gzip_static - Before serving a file from disk to a gzip-enabled client, this module will look for a precompressed file in the same location. headers_more - Set and clear input and output headers @@ -32,6 +33,7 @@ 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. memcached - You can use this module to perform simple caching. +metrics - Module to export various metrics in easy-parseable JSON. mp4 - This module adds pseudo-streaming passenger - Passenger makes deployment of Ruby web applications a breeze. perl - This module makes it possible to execute Perl directly within Nginx and call Perl via SSI. @@ -51,6 +53,7 @@ sub - This module can search and replace text in the nginx response. upload - Enable support for handling file uploads using multipart/form-data encoding upload_progress - This module adds the ability to track POST upload progress via JSON API +upstream_check - Add health check support for upstream servers. upstream_ip_hash - This module provides the ability to distribute upstream requests based on the IP-address of the client. userid - This module gives out cookies for identification of clients. uwsgi - External module for the uWSGI protocol for python web apps.