summaryrefslogtreecommitdiff
path: root/chat/ejabberd/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny>2014-07-30 09:45:38 +0000
committerfhajny <fhajny>2014-07-30 09:45:38 +0000
commit1cf885cc6a4aadd0f970c009b8c5e1c581fb225d (patch)
tree0433d4054d3216271de8f8649266e5e28289bf0d /chat/ejabberd/Makefile
parentc39cb7842ffe026e8e759a090f970cd211d62591 (diff)
downloadpkgsrc-1cf885cc6a4aadd0f970c009b8c5e1c581fb225d.tar.gz
Update ejabberd to 14.07.
* SIP - SIP Outbound (RFC 5626) support - New option always_record_route - New options record_route and routes * Carbon Copy (XEP-0280) - Don't log MUC messages with hint - Don't carbon copy messages with hint - Let is_carbon_copy/1 recognize carbons - Don't send XEP-0280 v1 copies back to sender * Stream Management (XEP-0198) - XEP-0198: Terminate session if stanza queue becomes too large - XEP-0198: Don't exit on socket send failure - XEP-0198: Don't drop session on failed resume - XEP-0198: Check whether routed packets are stanzas * Riak - Riak support * Install and config - New options log_rotate_count, log_rotate_size and log_rate_limit - html guide is now generated when building source tarball - Use p1_utils, and move treap.erl to p1_utils - Get rid of p1_mnesia file - old release notes are not installed anymore - Don't "forget" listener options - Always enable STUN at compile time - Do not check for Erlang apps at configure time - Add --enable-riak configure flag * Tests - Add tests for stream management - Add tests for mod_carboncopy - Add tests for mod_caps - Improve MUC test cases - Travis CI: Enable Riak tests - Add Riak backend to the testing suit - The test suite no longer fails without --enable-transient_supervisors. * MUC - MUC messages with ~ were not logged (EJAB-1696).
Diffstat (limited to 'chat/ejabberd/Makefile')
-rw-r--r--chat/ejabberd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/ejabberd/Makefile b/chat/ejabberd/Makefile
index 025ada526ba..21cddb64e01 100644
--- a/chat/ejabberd/Makefile
+++ b/chat/ejabberd/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2014/05/14 08:32:02 fhajny Exp $
+# $NetBSD: Makefile,v 1.42 2014/07/30 09:45:38 fhajny Exp $
-DISTNAME= ejabberd-14.05
+DISTNAME= ejabberd-14.07
CATEGORIES= chat
MASTER_SITES= http://www.process-one.net/downloads/ejabberd/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tgz