From 239995d7371d07c39d66bccc1721c768f8bd6fd6 Mon Sep 17 00:00:00 2001 From: fhajny Date: Thu, 9 Apr 2015 06:35:53 +0000 Subject: Update ejabberd to 15.03. Take on maintainership. - Add support for WebSocket - Flexible session management with multiple backends: Mnesia/SQL/Redis or custom backend for session manager - Security improvement with SCRAM based password encryption in SQL authentication backends. - Package management for ejabberd contributed modules - Improved Elixir experience - Automatic clustering scripts - Added missing index on database - Important updates on the documentation, with the launch of a new documentation site: docs.ejabberd.im - Several other bugfixes More information on release at https://www.ejabberd.im/node/24818 --- chat/ejabberd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chat/ejabberd/Makefile') diff --git a/chat/ejabberd/Makefile b/chat/ejabberd/Makefile index d5a7f4e85b7..77c9ba6863a 100644 --- a/chat/ejabberd/Makefile +++ b/chat/ejabberd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2015/02/21 11:03:53 fhajny Exp $ +# $NetBSD: Makefile,v 1.51 2015/04/09 06:35:53 fhajny Exp $ -DISTNAME= ejabberd-15.02 +DISTNAME= ejabberd-15.03 CATEGORIES= chat MASTER_SITES= http://www.process-one.net/downloads/ejabberd/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tgz @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tgz DISTFILES= ${DEFAULT_DISTFILES} ${DISTNAME}-deps.tar.gz SITES.${DISTNAME}-deps.tar.gz= ftp://ftp.NetBSD.org/pub/NetBSD/misc/fhajny/ -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= filip@joyent.com HOMEPAGE= http://www.ejabberd.im/ COMMENT= Free and Open Source distributed fault-tolerant Jabber server LICENSE= gnu-gpl-v2 -- cgit v1.2.3