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" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id A3D00A57FD for ; Fri, 2 Jan 2015 09:14:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4B77D14A1BA; Fri, 2 Jan 2015 09:14:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3E65014A1B7 for ; Fri, 2 Jan 2015 09:14:17 +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 v-rkP6CT91Mz for ; Fri, 2 Jan 2015 09:14:16 +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 A270314A1B5 for ; Fri, 2 Jan 2015 09:14:16 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 941EA98; Fri, 2 Jan 2015 09:14:16 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 2 Jan 2015 09:14:16 +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: <20150102091416.941EA98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: fhajny Date: Fri Jan 2 09:14:16 UTC 2015 Modified Files: pkgsrc/chat/ejabberd: Makefile PLIST distinfo pkgsrc/chat/ejabberd/patches: patch-ae Removed Files: pkgsrc/chat/ejabberd/patches: patch-deps_p1__iconv_rebar.config patch-src_ejabberd__c2s.erl Log Message: Update ejabberd to 14.12. ejabberd Community 14.12 includes many bugfixes, and a few new features: - New module mod_client_state implements XEP-0352: Client State Indication - New module mod_fail2ban to ban IPs that show malicious signs - New option store_empty_body in mod_offline - New option disable_sasl_mechanisms - Improve option resend_on_timeout to support if_offline - More robust offline server - Better charset support in XMLRPC - Some PEP issues fixed To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 pkgsrc/chat/ejabberd/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/chat/ejabberd/PLIST cvs rdiff -u -r1.28 -r1.29 pkgsrc/chat/ejabberd/distinfo cvs rdiff -u -r1.9 -r1.10 pkgsrc/chat/ejabberd/patches/patch-ae cvs rdiff -u -r1.1 -r0 \ pkgsrc/chat/ejabberd/patches/patch-deps_p1__iconv_rebar.config \ pkgsrc/chat/ejabberd/patches/patch-src_ejabberd__c2s.erl Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.