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 2640458973 for ; Sat, 6 Feb 2016 13:55:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E609E080C; Sat, 6 Feb 2016 13:55:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD56CE080C for ; Sat, 6 Feb 2016 13:55:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3B90340B4D for ; Sat, 6 Feb 2016 13:55:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 698E78E1 for ; Sat, 6 Feb 2016 13:55:00 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1454766878.e7ef9defe11ab961f6e50917093436cb0e0e7578.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/desc/nginx_modules_http.desc profiles/desc/nginx_modules_stream.desc X-VCS-Directories: profiles/desc/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: e7ef9defe11ab961f6e50917093436cb0e0e7578 X-VCS-Branch: master Date: Sat, 6 Feb 2016 13:55:00 +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: 11239e0b-6a1e-4544-b2c1-34788ed26abc X-Archives-Hash: 2694d6b9973ad311c1b8cfcae94c55b8 commit: e7ef9defe11ab961f6e50917093436cb0e0e7578 Author: Manuel Rüger gentoo org> AuthorDate: Wed Feb 3 21:59:52 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Feb 6 13:54:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7ef9def profiles: Update Useflag Descriptions for Nginx Modules Thanks to Johan Bergström profiles/desc/nginx_modules_http.desc | 1 + profiles/desc/nginx_modules_stream.desc | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/profiles/desc/nginx_modules_http.desc b/profiles/desc/nginx_modules_http.desc index f8cc3b9..b63e948 100644 --- a/profiles/desc/nginx_modules_http.desc +++ b/profiles/desc/nginx_modules_http.desc @@ -8,6 +8,7 @@ access - This module provides a simple host-based access control. addition - This module adds contents of other locations before and after the current location's content. auth_basic - This module protects your site or parts of it with username and password based on HTTP Basic Authentication. +auth_ldap - LDAP module for nginx which supports authentication against multiple LDAP servers. auth_pam - This module provides authentication via PAM. auth_request - Module implementing client authorization based on the result of a subrequest. autoindex - This module provides automatic directory listings. diff --git a/profiles/desc/nginx_modules_stream.desc b/profiles/desc/nginx_modules_stream.desc new file mode 100644 index 0000000..bc20e2a --- /dev/null +++ b/profiles/desc/nginx_modules_stream.desc @@ -0,0 +1,10 @@ +# Copyright 2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# This file contains descriptions of NGINX_MODULES_STREAM USE_EXPAND flags. + +# Keep it sorted. +access - This module allows limiting access to certain client addresses. +limit_conn - This module is used to limit the number of connections per the defined key. +upstream - This module is used to define groups of servers that can be referenced by the proxy_pass directive.