summaryrefslogtreecommitdiff
path: root/chat/ejabberd/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny>2014-05-14 08:32:02 +0000
committerfhajny <fhajny>2014-05-14 08:32:02 +0000
commitf2d4765082954ca9239ba9d7a81108bffee2eef4 (patch)
treedd7a8cd64190e47ed9ebce6afd12e0f64a33125c /chat/ejabberd/Makefile
parent3b14c874cd309186506575ab331a6a65b9fb0238 (diff)
downloadpkgsrc-f2d4765082954ca9239ba9d7a81108bffee2eef4.tar.gz
Update ejabberd to 14.05.
Changelog since 13.12: ejabberd now includes support for: - XEP-0198: Stream Management (EJAB-532) - XEP-0321: Remote Roster Management (EJAB-1381) - RFC-3261: SIP proxy/registrar - RFC-5766: TURN: Traversal Using Relays around NAT (EJAB-1017) There are several improvements regarding encryption: - Add option to specify openssl options - Fix extraction of host names from certificates - Fix certificate authentication for incoming s2s connections - Fix handling of certificate verification errors for incoming s2s - Handle “s2s_use_starttls: required_trusted” the same way for outgoing - Support certificate verification for outgoing s2s connections - Check TLS state before requesting SASL EXTERNAL - Log TLS status for outgoing s2s with SASL EXTERNAL - Verify host name before offering SASL EXTERNAL Just to mention other improvements: - New ejabberd command: disconnect_user/2 - New Bash completion script for ejabberdctl, experimental (EJAB-1042) - Don’t provide current password in webinterface - mod_register_web: check same acl as mod_register. - Document and enable mod_carboncopy (XEP-0280) by default - Make it possible to get/set vCards for MUC rooms - Add Travis CI configuration file
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 d71335100fd..025ada526ba 100644
--- a/chat/ejabberd/Makefile
+++ b/chat/ejabberd/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2014/03/13 11:08:49 jperkin Exp $
+# $NetBSD: Makefile,v 1.41 2014/05/14 08:32:02 fhajny Exp $
-DISTNAME= ejabberd-13.12
+DISTNAME= ejabberd-14.05
CATEGORIES= chat
MASTER_SITES= http://www.process-one.net/downloads/ejabberd/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tgz