Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id C458DA5684 for ; Thu, 12 Dec 2013 23:01:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3C40214A1C9; Thu, 12 Dec 2013 23:01:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B333714A1C5 for ; Thu, 12 Dec 2013 23:01:03 +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 Xq3bNYQdciU0 for ; Thu, 12 Dec 2013 23:01:03 +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 E19E814A1C2 for ; Thu, 12 Dec 2013 23:01:02 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id DD00796; Thu, 12 Dec 2013 23:01:02 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 12 Dec 2013 23:01:02 +0000 From: "Eric Schnoebelen" Subject: CVS commit: pkgsrc/chat/jabberd2 To: pkgsrc-changes@NetBSD.org Reply-To: schnoebe@netbsd.org X-Mailer: log_accum Message-Id: <20131212230102.DD00796@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: schnoebe Date: Thu Dec 12 23:01:02 UTC 2013 Modified Files: pkgsrc/chat/jabberd2: MESSAGE Makefile PLIST distinfo pkgsrc/chat/jabberd2/patches: patch-Makefile.in Removed Files: pkgsrc/chat/jabberd2/patches: patch-s2s_out.c patch-sm_mod_roster.c Log Message: Update to jabberd 2.3.1 * 2.3.0 to 2.3.1 upgrade: What changed: - Marked "TLS-Everywhere" as EXPERIMENTAL feature - default EXPERIMENTAL to 'no' - default SUPERSEDED to 'no' - moved STANZA-ACK and MY-IP-ADDRESS XEPs and IQ-PRIVATE push out of experimental status * 2.2.17 to 2.3.0 upgrade: What changed: - Renamed non-standard UPGRADE file overwriting outdated NEWS file - Semantic Versioning: http://semver.org/ - TLS Everywhere: https://github.com/stpeter/manifesto - Required GSASL >=1.1 - jabberd should compile without warnings - out-of-source builds should work - pgsql: authreg password_type support - pgsql: schema support - ldapvcard: groupattr works even if no groupattr_regex defined - ldapfull: checks for ldap group membership on login - vCard: Assume tel phone is voice phone - MySQL: default password hashing algorithm changed to SHA512 - out-conn-reuse s2s.xml option naming unified - XML parse error will log buffer details - CRAM-MD5 auth support - router private key cachain and password support - hashed passwords support in SQLite3 storage To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/jabberd2/MESSAGE cvs rdiff -u -r1.86 -r1.87 pkgsrc/chat/jabberd2/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/chat/jabberd2/PLIST cvs rdiff -u -r1.31 -r1.32 pkgsrc/chat/jabberd2/distinfo cvs rdiff -u -r1.3 -r1.4 pkgsrc/chat/jabberd2/patches/patch-Makefile.in cvs rdiff -u -r1.4 -r0 pkgsrc/chat/jabberd2/patches/patch-s2s_out.c cvs rdiff -u -r1.1 -r0 pkgsrc/chat/jabberd2/patches/patch-sm_mod_roster.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.