Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 7D5D863B9F5 for ; Sat, 7 Jan 2012 23:01:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0BF1E14A3B8; Sat, 7 Jan 2012 23:02:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C836E14A3B6 for ; Sat, 7 Jan 2012 23:02:02 +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 KoFFkpxFblUN for ; Sat, 7 Jan 2012 23:02:02 +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 38B3214A3A7 for ; Sat, 7 Jan 2012 23:02:02 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B21DC175DD; Sat, 7 Jan 2012 23:02:03 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 7 Jan 2012 23:02:03 +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: <20120107230203.B21DC175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: fhajny Date: Sat Jan 7 23:02:03 UTC 2012 Modified Files: pkgsrc/chat/ejabberd: Makefile PLIST distinfo Log Message: Update ejabberd to 2.1.10. Bug fixes: * Erlang/OTP compatibility - Support Erlang/OTP R15B regexp and drivers (EJAB-1521) - Fix modules update in R14B04 and higher - Fix modules update of stripped beams (EJAB-1520) * XMPP Core - Fix presence problem in C2S after first unavailable (EJAB-1466) - Fix bug on S2S shaper when TLS is used - Prevent overload of incoming S2S connections * XEPs - BOSH: Get rid of useless mnesia transaction (EJAB-1502) - MUC: Don't reveal invitee resource when room informs invitor - Privacy: Activate "Blocked Contacts" to current c2s connection (EJAB-1519) - Privacy: Always allow packets from user's server and bare jid (EJAB-1441) - Pubsub: Add hooks for node creation/deletion (EJAB-1470) - Shared Rosters: support groupname@vhost in Displayed Groups (EJAB-506) - Vcard: Fix error when lowercasing some search results (EJAB-1490) To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/chat/ejabberd/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/chat/ejabberd/PLIST cvs rdiff -u -r1.17 -r1.18 pkgsrc/chat/ejabberd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.