Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0B065A654B for ; Thu, 9 Apr 2015 06:35:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 59F3114A299; Thu, 9 Apr 2015 06:35:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5C87A14A298 for ; Thu, 9 Apr 2015 06:35:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 8iWgXIId5BD6 for ; Thu, 9 Apr 2015 06:35:53 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id C392A14A296 for ; Thu, 9 Apr 2015 06:35:53 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B7BEA98; Thu, 9 Apr 2015 06:35:53 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 9 Apr 2015 06:35:53 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/chat/ejabberd To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20150409063553.B7BEA98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: fhajny Date: Thu Apr 9 06:35:53 UTC 2015 Modified Files: pkgsrc/chat/ejabberd: Makefile PLIST distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/chat/ejabberd/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/chat/ejabberd/PLIST cvs rdiff -u -r1.30 -r1.31 pkgsrc/chat/ejabberd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.