Gentoo Archives: gentoo-commits

From: "Vadim A. Misbakh-Soloviov" <mva@×××.name>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lua:master commit in: net-im/prosody-modules/
Date: Sun, 09 Feb 2014 13:51:05
Message-Id: 1391953852.5c65d5302d2c5dddf3d6ec16d9afe9dc31fe3e32.mva@gentoo
1 commit: 5c65d5302d2c5dddf3d6ec16d9afe9dc31fe3e32
2 Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
3 AuthorDate: Sun Feb 9 13:50:52 2014 +0000
4 Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
5 CommitDate: Sun Feb 9 13:50:52 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=5c65d530
7
8 [net-im/prosody-modules] bump
9
10 Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
11
12 ---
13 net-im/prosody-modules/metadata.xml | 5 ++++
14 net-im/prosody-modules/prosody-modules-9999.ebuild | 27 +++++++++++-----------
15 2 files changed, 19 insertions(+), 13 deletions(-)
16
17 diff --git a/net-im/prosody-modules/metadata.xml b/net-im/prosody-modules/metadata.xml
18 index d97b04d..953db24 100644
19 --- a/net-im/prosody-modules/metadata.xml
20 +++ b/net-im/prosody-modules/metadata.xml
21 @@ -14,6 +14,7 @@
22 <flag name='adhoc_account_management'>This module adds an ad-hoc command that lets an user change their password. This is useful for clients that don&#x27;t have support for <a href="http://xmpp.org/extensions/xep-0077.html" rel="nofollow">XEP-0077</a> style password changing. In the future, it may provide other account management commands.</flag>
23 <flag name='admin_probe'>No module description on upstream wiki yet.</flag>
24 <flag name='admin_web'>This module provides a basic web administration interface. It currently gives you access to Ad-Hoc commands on any virtual host or component that you are set as an administrator for in the Prosody config file. It also provides a live list of all S2S and C2S connections.</flag>
25 + <flag name='auth_any'>No module description on upstream wiki yet.</flag>
26 <flag name='auth_ccert'>This module implements PKI-style client certificate authentication. You will therefore need your own Certificate Authority. How to set that up is beyond the current scope of this document.</flag>
27 <flag name='auth_custom_http'>No module description on upstream wiki yet.</flag>
28 <flag name='auth_dovecot'>This is a Prosody authentication plugin which uses Dovecot as the backend.</flag>
29 @@ -81,11 +82,13 @@
30 <flag name='listusers'>No module description on upstream wiki yet.</flag>
31 <flag name='log_auth'>Prosody doesn&#x27;t write IP addresses to its log file by default for privacy reasons (unless debug logging is enabled).</flag>
32 <flag name='log_messages_sql'>No module description on upstream wiki yet.</flag>
33 + <flag name='log_sasl_mech'>No module description on upstream wiki yet.</flag>
34 <flag name='mam'>Implementation of <a href="http://xmpp.org/extensions/xep-0313.html" rel="nofollow">XEP-0313: Message Archive Management</a>. Like <a href="https://code.google.com/p/prosody-modules/wiki/mod_archive">mod_archive</a> but much simpler.</flag>
35 <flag name='mam_adhoc'>This module complements mod_mam by allowing clients to change archiving preferences through an Ad-hoc command.</flag>
36 <flag name='mam_muc'>No module description on upstream wiki yet.</flag>
37 <flag name='mam_muc_sql'>No module description on upstream wiki yet.</flag>
38 <flag name='mam_sql'>Implementation of <a href="http://xmpp.org/extensions/xep-0313.html" rel="nofollow">XEP-0313: Message Archive Management</a> backed by a SQL database. Like <a href="https://code.google.com/p/prosody-modules/wiki/mod_mam">mod_mam</a>, but using SQL.</flag>
39 + <flag name='manifesto'>No module description on upstream wiki yet.</flag>
40 <flag name='message_logging'>No module description on upstream wiki yet.</flag>
41 <flag name='motd_sequential'>No module description on upstream wiki yet.</flag>
42 <flag name='muc_ban_ip'>One frequent complaint about XMPP chatrooms (MUCs) compared to IRC is the inability for a room admin to ban a user based on their IP address. This is because an XMPP user is not identified on the network by their IP address, only their JID.</flag>
43 @@ -116,6 +119,7 @@
44 <flag name='register_web'>There are various reasons to prefer web registration instead of &quot;in-band&quot; account registration over XMPP. For example the lack of CAPTCHA support in clients and servers.</flag>
45 <flag name='reload_modules'>No module description on upstream wiki yet.</flag>
46 <flag name='remote_roster'>No module description on upstream wiki yet.</flag>
47 + <flag name='require_otr'>No module description on upstream wiki yet.</flag>
48 <flag name='roster_command'>This module allows you to perform various actions on user rosters via prosodyctl.</flag>
49 <flag name='s2s_auth_compat'>This module is a workaround for servers that try to do s2s authentication with certificates and SASL EXTERNAL, but do not send correct stream headers. Notably Openfire versions since 3.7 or 3.8.</flag>
50 <flag name='s2s_auth_dane'>This module implements DANE as described in <a href="http://tools.ietf.org/html/draft-miller-xmpp-dnssec-prooftype" rel="nofollow">Using DNS Security Extensions (DNSSEC) and DNS-based Authentication of Named Entities (DANE) as a Prooftype for XMPP Domain Name Associations</a>.</flag>
51 @@ -129,6 +133,7 @@
52 <flag name='s2s_never_encrypt_blacklist'>No module description on upstream wiki yet.</flag>
53 <flag name='s2soutinjection'>No module description on upstream wiki yet.</flag>
54 <flag name='s2s_reload_newcomponent'>Currently, module:reload command in console doesn&#x27;t load new components. This module will automatically load the new components (if any) when the config:reload command is run in the console.</flag>
55 + <flag name='s2s_whitelist'>No module description on upstream wiki yet.</flag>
56 <flag name='saslauth_muc'>No module description on upstream wiki yet.</flag>
57 <flag name='saslname'>No module description on upstream wiki yet.</flag>
58 <flag name='seclabels'>This module implements <a href="http://xmpp.org/extensions/xep-0258.htmla" rel="nofollow">XEP-0258: Security Labels in XMPP</a>.</flag>
59
60 diff --git a/net-im/prosody-modules/prosody-modules-9999.ebuild b/net-im/prosody-modules/prosody-modules-9999.ebuild
61 index d453cf2..7d13e82 100644
62 --- a/net-im/prosody-modules/prosody-modules-9999.ebuild
63 +++ b/net-im/prosody-modules/prosody-modules-9999.ebuild
64 @@ -14,7 +14,7 @@ LICENSE="MIT"
65 SLOT="0"
66 KEYWORDS=""
67 PROSODY_MODULES="
68 - addressing adhoc_account_management admin_probe admin_web
69 + addressing adhoc_account_management admin_probe admin_web auth_any
70 auth_ccert auth_custom_http auth_dovecot auth_external auth_imap
71 auth_internal_yubikey auth_joomla auth_ldap auth_ldap2 auth_pam
72 auth_phpbb3 auth_sql auth_wordpress auto_accept_subscriptions
73 @@ -29,21 +29,22 @@ PROSODY_MODULES="
74 http_altconnect http_dir_listing http_favicon http_user_count
75 idlecompat incidents_handling inotify_reload ipcheck isolate_host
76 jid_prep json_streams lastlog latex lib_ldap limits list_inactive
77 - listusers log_auth log_messages_sql mam mam_adhoc mam_muc
78 - mam_muc_sql mam_sql message_logging motd_sequential muc_ban_ip
79 - muc_config_restrict muc_intercom muc_limits muc_log muc_log_http
80 - net_dovecotauth offline_email onhold onions openid password_policy
81 - pastebin post_msg pubsub_eventsource pubsub_feeds pubsub_github
82 - pubsub_googlecode pubsub_hub pubsub_mqtt pubsub_pivotaltracker
83 - pubsub_twitter readonly register_json register_redirect
84 - register_web reload_modules remote_roster roster_command
85 + listusers log_auth log_messages_sql log_sasl_mech mam mam_adhoc
86 + mam_muc mam_muc_sql mam_sql manifesto message_logging
87 + motd_sequential muc_ban_ip muc_config_restrict muc_intercom
88 + muc_limits muc_log muc_log_http net_dovecotauth offline_email
89 + onhold onions openid password_policy pastebin post_msg
90 + pubsub_eventsource pubsub_feeds pubsub_github pubsub_googlecode
91 + pubsub_hub pubsub_mqtt pubsub_pivotaltracker pubsub_twitter
92 + readonly register_json register_redirect register_web
93 + reload_modules remote_roster require_otr roster_command
94 s2s_auth_compat s2s_auth_dane s2s_auth_dnssec_srv
95 s2s_auth_fingerprint s2s_blacklist s2s_idle_timeout s2s_keepalive
96 s2s_keysize_policy s2s_log_certs s2s_never_encrypt_blacklist
97 - s2soutinjection s2s_reload_newcomponent saslauth_muc saslname
98 - seclabels secure_interfaces server_contact_info server_status
99 - service_directories sift smacks sms_clickatell srvinjection
100 - stanza_counter statistics storage_ldap storage_memory
101 + s2soutinjection s2s_reload_newcomponent s2s_whitelist saslauth_muc
102 + saslname seclabels secure_interfaces server_contact_info
103 + server_status service_directories sift smacks sms_clickatell
104 + srvinjection stanza_counter statistics storage_ldap storage_memory
105 storage_mongodb streamstats strict_https support_contact
106 swedishchef tcpproxy telnet_tlsinfo throttle_presence
107 turncredentials twitter uptime_presence vjud watchuntrusted