From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-632153-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 5DA751381F3
	for <garchives@archives.gentoo.org>; Thu,  3 Oct 2013 19:21:47 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6E3E5E09C1;
	Thu,  3 Oct 2013 19:21:46 +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 EAEDBE09C1
	for <gentoo-commits@lists.gentoo.org>; Thu,  3 Oct 2013 19:21:45 +0000 (UTC)
Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id AB1BE33DA53
	for <gentoo-commits@lists.gentoo.org>; Thu,  3 Oct 2013 19:21:44 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id 5988DE5308
	for <gentoo-commits@lists.gentoo.org>; Thu,  3 Oct 2013 19:21:43 +0000 (UTC)
From: "Vadim A. Misbakh-Soloviov" <mva@mva.name>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Vadim A. Misbakh-Soloviov" <mva@mva.name>
Message-ID: <1380828091.096045a903d80919c2cbf7b4b63934e77fd41cd3.mva@gentoo>
Subject: [gentoo-commits] proj/lua:master commit in: net-im/prosody-modules/
X-VCS-Repository: proj/lua
X-VCS-Files: net-im/prosody-modules/metadata.xml net-im/prosody-modules/prosody-modules-9999.ebuild
X-VCS-Directories: net-im/prosody-modules/
X-VCS-Committer: mva
X-VCS-Committer-Name: Vadim A. Misbakh-Soloviov
X-VCS-Revision: 096045a903d80919c2cbf7b4b63934e77fd41cd3
X-VCS-Branch: master
Date: Thu,  3 Oct 2013 19:21:43 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 104e9e2f-c902-4b8b-bc12-1cc530826678
X-Archives-Hash: f7c021c46a48fb158b07f760b06970b5

commit:     096045a903d80919c2cbf7b4b63934e77fd41cd3
Author:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Thu Oct  3 19:21:31 2013 +0000
Commit:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Thu Oct  3 19:21:31 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=096045a9

[net-im/prosody-modules] Added some modules

Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>

---
 net-im/prosody-modules/metadata.xml                |  2 +
 net-im/prosody-modules/prosody-modules-9999.ebuild | 47 +++++++++++-----------
 2 files changed, 26 insertions(+), 23 deletions(-)

diff --git a/net-im/prosody-modules/metadata.xml b/net-im/prosody-modules/metadata.xml
index 35701bd..96aee1a 100644
--- a/net-im/prosody-modules/metadata.xml
+++ b/net-im/prosody-modules/metadata.xml
@@ -17,6 +17,7 @@
 	<flag name='auth_custom_http'>No module description on upstream wiki yet.</flag>
 	<flag name='auth_dovecot'>This is a Prosody authentication plugin which uses Dovecot as the backend.</flag>
 	<flag name='auth_external'>Allow client authentication to be handled by an external script/process.</flag>
+	<flag name='auth_imap'>No module description on upstream wiki yet.</flag>
 	<flag name='auth_internal_yubikey'>A <a href="http://www.yubico.com/yubikey" rel="nofollow">YubiKey</a> is a small USB one-time-password (OTP) generator.</flag>
 	<flag name='auth_joomla'>No module description on upstream wiki yet.</flag>
 	<flag name='auth_ldap'>This is a Prosody authentication plugin which uses LDAP as the backend.</flag>
@@ -116,6 +117,7 @@
 	<flag name='s2s_blacklist'>No module description on upstream wiki yet.</flag>
 	<flag name='s2s_idle_timeout'>Some people find it preferable to close server-to-server connections after they have been silent for a while.</flag>
 	<flag name='s2s_keepalive'>No module description on upstream wiki yet.</flag>
+	<flag name='s2s_keysize_policy'>No module description on upstream wiki yet.</flag>
 	<flag name='s2s_log_certs'>This module produces info level log messages with the certificate status and fingerprint every time an s2s connection is established.  It can also optionally store this in persistant storage.</flag>
 	<flag name='s2s_never_encrypt_blacklist'>No module description on upstream wiki yet.</flag>
 	<flag name='s2soutinjection'>No module description on upstream wiki yet.</flag>

diff --git a/net-im/prosody-modules/prosody-modules-9999.ebuild b/net-im/prosody-modules/prosody-modules-9999.ebuild
index 45e6b97..66b9003 100644
--- a/net-im/prosody-modules/prosody-modules-9999.ebuild
+++ b/net-im/prosody-modules/prosody-modules-9999.ebuild
@@ -15,29 +15,30 @@ SLOT="0"
 KEYWORDS=""
 PROSODY_MODULES="
 	addressing adhoc_account_management admin_web auth_ccert
-	auth_custom_http auth_dovecot auth_external auth_internal_yubikey
-	auth_joomla auth_ldap auth_ldap2 auth_pam auth_phpbb3 auth_sql
-	auth_wordpress auto_accept_subscriptions auto_activate_hosts bidi
-	blocking block_registrations block_s2s_subscriptions
-	block_strangers block_subscribes block_subscriptions broadcast
-	c2s_conn_throttle candy carbons carbons_adhoc carbons_copies
-	checkcerts client_certs compat_bind compat_muc_admin compat_vcard
-	component_client component_roundrobin conformance_restricted
-	couchdb data_access default_bookmarks default_vcard discoitems dwd
-	extdisco firewall flash_policy group_bookmarks host_blacklist
-	host_guard http_dir_listing http_favicon incidents_handling
-	inotify_reload ipcheck isolate_host jid_prep json_streams lastlog
-	latex lib_ldap limits listusers log_auth log_messages_sql mam
-	mam_adhoc mam_muc mam_muc_sql mam_sql message_logging
-	motd_sequential muc_ban_ip muc_config_restrict muc_intercom
-	muc_limits muc_log muc_log_http net_dovecotauth offline_email
-	onhold onions openid password_policy pastebin post_msg
-	pubsub_eventsource pubsub_feeds pubsub_github pubsub_googlecode
-	pubsub_hub pubsub_pivotaltracker pubsub_twitter readonly
-	register_json register_redirect register_web reload_modules
-	remote_roster roster_command s2s_auth_compat s2s_auth_dnssec_srv
-	s2s_auth_fingerprint s2s_blacklist s2s_idle_timeout s2s_keepalive
-	s2s_log_certs s2s_never_encrypt_blacklist s2soutinjection
+	auth_custom_http auth_dovecot auth_external auth_imap
+	auth_internal_yubikey auth_joomla auth_ldap auth_ldap2 auth_pam
+	auth_phpbb3 auth_sql auth_wordpress auto_accept_subscriptions
+	auto_activate_hosts bidi blocking block_registrations
+	block_s2s_subscriptions block_strangers block_subscribes
+	block_subscriptions broadcast c2s_conn_throttle candy carbons
+	carbons_adhoc carbons_copies checkcerts client_certs compat_bind
+	compat_muc_admin compat_vcard component_client
+	component_roundrobin conformance_restricted couchdb data_access
+	default_bookmarks default_vcard discoitems dwd extdisco firewall
+	flash_policy group_bookmarks host_blacklist host_guard
+	http_dir_listing http_favicon incidents_handling inotify_reload
+	ipcheck isolate_host jid_prep json_streams lastlog latex lib_ldap
+	limits listusers log_auth log_messages_sql mam mam_adhoc mam_muc
+	mam_muc_sql mam_sql message_logging motd_sequential muc_ban_ip
+	muc_config_restrict muc_intercom muc_limits muc_log muc_log_http
+	net_dovecotauth offline_email onhold onions openid password_policy
+	pastebin post_msg pubsub_eventsource pubsub_feeds pubsub_github
+	pubsub_googlecode pubsub_hub pubsub_pivotaltracker pubsub_twitter
+	readonly register_json register_redirect register_web
+	reload_modules remote_roster roster_command s2s_auth_compat
+	s2s_auth_dnssec_srv s2s_auth_fingerprint s2s_blacklist
+	s2s_idle_timeout s2s_keepalive s2s_keysize_policy s2s_log_certs
+	s2s_never_encrypt_blacklist s2soutinjection
 	s2s_reload_newcomponent saslauth_muc seclabels secure_interfaces
 	server_contact_info server_status service_directories sift smacks
 	sms_clickatell srvinjection stanza_counter statistics storage_ldap