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: Tue, 21 Jan 2014 20:15:26
Message-Id: 1390334821.7e3c77404e428c4985721b77a1ef490eea938415.mva@gentoo
1 commit: 7e3c77404e428c4985721b77a1ef490eea938415
2 Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
3 AuthorDate: Tue Jan 21 20:07:01 2014 +0000
4 Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
5 CommitDate: Tue Jan 21 20:07:01 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=7e3c7740
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 | 7 ++++
14 net-im/prosody-modules/prosody-modules-9999.ebuild | 39 +++++++++++-----------
15 2 files changed, 27 insertions(+), 19 deletions(-)
16
17 diff --git a/net-im/prosody-modules/metadata.xml b/net-im/prosody-modules/metadata.xml
18 index dc62731..d97b04d 100644
19 --- a/net-im/prosody-modules/metadata.xml
20 +++ b/net-im/prosody-modules/metadata.xml
21 @@ -12,6 +12,7 @@
22 <use>
23 <flag name='addressing'>This module is a partial implementation of <a href="http://xmpp.org/extensions/xep-0033.html" rel="nofollow">XEP-0033: Extended Stanza Addressing</a>.</flag>
24 <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>
25 + <flag name='admin_probe'>No module description on upstream wiki yet.</flag>
26 <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>
27 <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>
28 <flag name='auth_custom_http'>No module description on upstream wiki yet.</flag>
29 @@ -64,6 +65,8 @@
30 <flag name='http_altconnect'>No module description on upstream wiki yet.</flag>
31 <flag name='http_dir_listing'>This module generates directory listings when invoked by <tt>mod_http_files</tt>. See <a href="http://prosody.im/doc/modules/mod_http_files" rel="nofollow">documentation on `mod_http_files`</a>.</flag>
32 <flag name='http_favicon'>This simple module serves a <tt>favicon.ico</tt> from prosodys HTTP server and nothing else.</flag>
33 + <flag name='http_user_count'>No module description on upstream wiki yet.</flag>
34 + <flag name='idlecompat'>This module adds <a href="http://xmpp.org/extensions/xep-0319.html" rel="nofollow">XEP-0319</a> idle tags to presence stanzas containing <a href="http://xmpp.org/extensions/xep-0012.html" rel="nofollow">XEP-0012: Last Activity</a> tags for idle indication (e.g. supported by libpurple clients). It works on outgoing and incoming presence stanzas.</flag>
35 <flag name='incidents_handling'>This module implements <a href="http://xmpp.org/extensions/xep-0268.html" rel="nofollow">XEP-268</a>.</flag>
36 <flag name='inotify_reload'>No module description on upstream wiki yet.</flag>
37 <flag name='ipcheck'>Sometimes for various reasons a client might want to know its IP address as it appears to the server. This <a href="http://xmpp.org/extensions/xep-0279.html" rel="nofollow">simple XEP</a> allows the client to ask the server for the IP address it is connected from.</flag>
38 @@ -74,6 +77,7 @@
39 <flag name='latex'>This module intercepts messages between users and into chatrooms, and attaches a links to a rendered version of any <a href="http://en.wikipedia.org/wiki/LaTeX" rel="nofollow">LaTeX</a> in the message. This requires client support for <a href="http://xmpp.org/extensions/xep-0071.html" rel="nofollow">XHTML-IM</a>, and fetching images via HTTP.</flag>
40 <flag name='lib_ldap'>This module is used by other modules to access an LDAP server. It&#x27;s pretty useless on its own; you should use it if you want to write your own LDAP-related module, or if you want to use one of mine (<a href="https://code.google.com/p/prosody-modules/wiki/mod_auth_ldap2">mod_auth_ldap2</a>, <a href="/p/prosody-modules/wiki/mod_storage_ldap">mod_storage_ldap</a>).</flag>
41 <flag name='limits'>On some servers, especially public ones, it is desired to make sure that everyone gets their fair share of system resources (and no more).</flag>
42 + <flag name='list_inactive'>No module description on upstream wiki yet.</flag>
43 <flag name='listusers'>No module description on upstream wiki yet.</flag>
44 <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>
45 <flag name='log_messages_sql'>No module description on upstream wiki yet.</flag>
46 @@ -114,6 +118,7 @@
47 <flag name='remote_roster'>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 <flag name='s2s_auth_dnssec_srv'>This module implements Secure Delegation using DNS SRV 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>
52 <flag name='s2s_auth_fingerprint'>This module allows you to explicitly say that you trust remote servers if they show a certificate with a known fingerprint. This is useful if you have many connections to servers that use self-signed certificates.</flag>
53 <flag name='s2s_blacklist'>No module description on upstream wiki yet.</flag>
54 @@ -125,6 +130,7 @@
55 <flag name='s2soutinjection'>No module description on upstream wiki yet.</flag>
56 <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>
57 <flag name='saslauth_muc'>No module description on upstream wiki yet.</flag>
58 + <flag name='saslname'>No module description on upstream wiki yet.</flag>
59 <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>
60 <flag name='secure_interfaces'>Sometimes you might run clients without encryption on the same machine or LAN as Prosody - and you want Prosody to treat them as secure (e.g. allowing plaintext authentication) even though they are not encrypted.</flag>
61 <flag name='server_contact_info'>This module implements <a href="http://xmpp.org/extensions/xep-0157.html" rel="nofollow">XEP-0157: Contact Addresses for XMPP Services</a>.</flag>
62 @@ -137,6 +143,7 @@
63 <flag name='stanza_counter'>This module counts incoming and outgoing stanzas from when the instance started, and makes the data available to other modules by creating a global prosody. object</flag>
64 <flag name='statistics'>No module description on upstream wiki yet.</flag>
65 <flag name='storage_ldap'>See <a href="https://code.google.com/p/prosody-modules/wiki/mod_lib_ldap">mod_lib_ldap</a> for more information.</flag>
66 + <flag name='storage_memory'>No module description on upstream wiki yet.</flag>
67 <flag name='storage_mongodb'>This is a storage backend that uses MongoDB. Depends on <a href="https://github.com/mwild1/luamongo" rel="nofollow">luamongo bindings</a></flag>
68 <flag name='streamstats'>No module description on upstream wiki yet.</flag>
69 <flag name='strict_https'>This module implements <a href="https://tools.ietf.org/html/rfc6797" rel="nofollow">HTTP Strict Transport Security</a> and responds to all non-HTTPS requests with a <tt>301 Moved Permanently</tt> redirect to the HTTPS equivalent of the path.</flag>
70
71 diff --git a/net-im/prosody-modules/prosody-modules-9999.ebuild b/net-im/prosody-modules/prosody-modules-9999.ebuild
72 index dd04f76..d453cf2 100644
73 --- a/net-im/prosody-modules/prosody-modules-9999.ebuild
74 +++ b/net-im/prosody-modules/prosody-modules-9999.ebuild
75 @@ -14,8 +14,8 @@ LICENSE="MIT"
76 SLOT="0"
77 KEYWORDS=""
78 PROSODY_MODULES="
79 - addressing adhoc_account_management admin_web auth_ccert
80 - auth_custom_http auth_dovecot auth_external auth_imap
81 + addressing adhoc_account_management admin_probe admin_web
82 + auth_ccert auth_custom_http auth_dovecot auth_external auth_imap
83 auth_internal_yubikey auth_joomla auth_ldap auth_ldap2 auth_pam
84 auth_phpbb3 auth_sql auth_wordpress auto_accept_subscriptions
85 auto_activate_hosts bidi blocking block_registrations
86 @@ -26,23 +26,24 @@ PROSODY_MODULES="
87 component_roundrobin conformance_restricted couchdb data_access
88 default_bookmarks default_vcard discoitems dwd extdisco firewall
89 flash_policy group_bookmarks host_blacklist host_guard
90 - http_altconnect http_dir_listing http_favicon incidents_handling
91 - inotify_reload ipcheck isolate_host jid_prep json_streams lastlog
92 - latex lib_ldap limits listusers log_auth log_messages_sql mam
93 - mam_adhoc mam_muc mam_muc_sql mam_sql message_logging
94 - motd_sequential muc_ban_ip muc_config_restrict muc_intercom
95 - muc_limits muc_log muc_log_http net_dovecotauth offline_email
96 - onhold onions openid password_policy pastebin post_msg
97 - pubsub_eventsource pubsub_feeds pubsub_github pubsub_googlecode
98 - pubsub_hub pubsub_mqtt pubsub_pivotaltracker pubsub_twitter
99 - readonly register_json register_redirect register_web
100 - reload_modules remote_roster roster_command s2s_auth_compat
101 - s2s_auth_dnssec_srv s2s_auth_fingerprint s2s_blacklist
102 - s2s_idle_timeout s2s_keepalive s2s_keysize_policy s2s_log_certs
103 - s2s_never_encrypt_blacklist s2soutinjection
104 - s2s_reload_newcomponent saslauth_muc seclabels secure_interfaces
105 - server_contact_info server_status service_directories sift smacks
106 - sms_clickatell srvinjection stanza_counter statistics storage_ldap
107 + http_altconnect http_dir_listing http_favicon http_user_count
108 + idlecompat incidents_handling inotify_reload ipcheck isolate_host
109 + jid_prep json_streams lastlog latex lib_ldap limits list_inactive
110 + listusers log_auth log_messages_sql mam mam_adhoc mam_muc
111 + mam_muc_sql mam_sql message_logging motd_sequential muc_ban_ip
112 + muc_config_restrict muc_intercom muc_limits muc_log muc_log_http
113 + net_dovecotauth offline_email onhold onions openid password_policy
114 + pastebin post_msg pubsub_eventsource pubsub_feeds pubsub_github
115 + pubsub_googlecode pubsub_hub pubsub_mqtt pubsub_pivotaltracker
116 + pubsub_twitter readonly register_json register_redirect
117 + register_web reload_modules remote_roster roster_command
118 + s2s_auth_compat s2s_auth_dane s2s_auth_dnssec_srv
119 + s2s_auth_fingerprint s2s_blacklist s2s_idle_timeout s2s_keepalive
120 + s2s_keysize_policy s2s_log_certs s2s_never_encrypt_blacklist
121 + s2soutinjection s2s_reload_newcomponent saslauth_muc saslname
122 + seclabels secure_interfaces server_contact_info server_status
123 + service_directories sift smacks sms_clickatell srvinjection
124 + stanza_counter statistics storage_ldap storage_memory
125 storage_mongodb streamstats strict_https support_contact
126 swedishchef tcpproxy telnet_tlsinfo throttle_presence
127 turncredentials twitter uptime_presence vjud watchuntrusted