summaryrefslogtreecommitdiff
path: root/chat/ejabberd/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2011-06-06 13:45:37 +0000
committerfhajny <fhajny@pkgsrc.org>2011-06-06 13:45:37 +0000
commitb2febb2d65725188dd6e0bc76be5a3313a82fb82 (patch)
tree97d3f646b83f767d322723c6c56b6ef2f5902d74 /chat/ejabberd/Makefile
parent785e036b837b549539ca1b7e21638f4bfe397e05 (diff)
downloadpkgsrc-b2febb2d65725188dd6e0bc76be5a3313a82fb82.tar.gz
Updated chat/ejabberd to 2.1.7.
Small list of changes: 2.1.7 * BOSH: Keep the order of stanzas when BOSH sends several * CAPTCHA in MUC: New whitelist option * CAPTCHA: New captcha_limit option * Core: Disable all entity expansions * Core: Do not accept XML with undefined prefixes * ejabberdctl: New DIST_USE_INTERFACE restricts IP erlang listen * ejabberdctl: New ERL_EPMD_ADDRESS that works since Erlang/OTP R14B03 * extauth: If script crashes, ejabberd should restart it * If a module start fails during server start, stop erlang * mod_blocking: New XEP-0191 Simple Communications Blocking * mod_pres_counter: Prevent subscription flood * mod_register: Access now also controls account unregistrations * mod_shared_roster: Fix support for anonymous accounts in @all@ * mod_shared_roster: New @online@ directive * New Indonesian translation * Pubsub: Apply filtered notification to PEP last items * Pubsub: Owner can delete any items from its own node 2.1.6 * BOSH: Fix rare loop, support vhosts, allow module restart * Config: Default configuration allows registrations only from localhost * Config: Support to change loglevel per module at runtime * Erlang/OTP: Fix compatibility from R10B-9 to R14B01 * ODBC: Compatibility with PostgreSQL 9.0 * Privacy lists: Fix to allow block by group and subscription again * Pubsub: Fix cross domain eventing * Register: Added CAPTCHA, password strength and ip_access to mod_register * Register: New mod_register_web, with CAPTCHA support * S2S: New options to require encryption, and verify certificates * Shared Rosters: Added mod_shared_roster_ldap * Bind listener ports early and start accepting connections later
Diffstat (limited to 'chat/ejabberd/Makefile')
-rw-r--r--chat/ejabberd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/ejabberd/Makefile b/chat/ejabberd/Makefile
index 6ca271c3ec7..4b1b565a5b9 100644
--- a/chat/ejabberd/Makefile
+++ b/chat/ejabberd/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2010/09/03 10:31:43 fhajny Exp $
+# $NetBSD: Makefile,v 1.22 2011/06/06 13:45:37 fhajny Exp $
-DISTNAME= ejabberd-2.1.5
+DISTNAME= ejabberd-2.1.7
CATEGORIES= chat
-MASTER_SITES= http://www.process-one.net/downloads/ejabberd/2.1.5/
+MASTER_SITES= http://www.process-one.net/downloads/ejabberd/${PKGVERSION}/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ejabberd.im/