diff options
author | fhajny <fhajny@pkgsrc.org> | 2010-09-03 10:31:43 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2010-09-03 10:31:43 +0000 |
commit | 3ea5f0240c62c5cf90a225ffa780665d5e5fff21 (patch) | |
tree | 58ad2ca7ffab60f5206e5b8933cec4efd8699134 /chat/ejabberd/Makefile | |
parent | be00a2c54f91a0859ea8387a7c33f6cbd8a10fa5 (diff) | |
download | pkgsrc-3ea5f0240c62c5cf90a225ffa780665d5e5fff21.tar.gz |
Updated chat/ejabberd to 2.1.5.
Short list of changes:
* Erlang/OTP R12 support fixed
* Erlang/OTP R14A support added
* OpenSSL 0.9.8 or higher is required
* BOSH: New optional connection attribute process-delay
* C2S: Don't ask for client certificate when using tls
* C2S: Inform client that SSL session caching is disabled
* CTL: Fix problem when FIREWALL_WINDOW options for erl kernel were used
* CTL: Some systems delete the lock dir; in such case don't use Flock at all
* Caps: Support all the hash functions required by XEP-0115
* Config: Fix typo in --enable-transient_supervisors
* Config: New configure option: --enable-nif
* Extauth: Support parallel script running
* MUC: Allow admins to see private rooms in disco
* ODBC: Correct handling of SQL boolean types
* ODBC: Discard too old queued requests (the caller has already got a timeout)
* ODBC: Fixes wrong SQL escaping when --enable-full-xml is set
* ODBC: Use ets insead of asking supervisor in ejabberd_odbc_sup:get_pids/1
* Pubsub: Enforce disco features results
* S2S: When logging s2s out connection attempt or success, log if TLS is used
* Shared Rosters: When account is deleted, delete also member
of stored rosters
Diffstat (limited to 'chat/ejabberd/Makefile')
-rw-r--r-- | chat/ejabberd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/ejabberd/Makefile b/chat/ejabberd/Makefile index 64677ccbc36..6ca271c3ec7 100644 --- a/chat/ejabberd/Makefile +++ b/chat/ejabberd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2010/06/09 13:53:53 fhajny Exp $ +# $NetBSD: Makefile,v 1.21 2010/09/03 10:31:43 fhajny Exp $ -DISTNAME= ejabberd-2.1.4 +DISTNAME= ejabberd-2.1.5 CATEGORIES= chat -MASTER_SITES= http://www.process-one.net/downloads/ejabberd/2.1.4/ +MASTER_SITES= http://www.process-one.net/downloads/ejabberd/2.1.5/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ejabberd.im/ |