Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 6754963B95F for ; Tue, 9 Nov 2010 08:19:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 446E019D58C; Tue, 9 Nov 2010 08:19: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 54F3719D62B for ; Tue, 9 Nov 2010 08:18:57 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 46938175DD; Tue, 9 Nov 2010 08:18:57 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 9 Nov 2010 08:18:57 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/mail/cyrus-imapd24 To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20101109081857.46938175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Tue Nov 9 08:18:57 UTC 2010 Modified Files: pkgsrc/mail/cyrus-imapd24: Makefile PLIST distinfo options.mk Log Message: Update cyrus-imapd24 to 2.4.3. Changes to the Cyrus IMAP Server since 2.4.2 * Many fixes to replication edge case handling * Added missing flags to reconstruct * Replicate DELETED.user folders in sync_client -u (matches XFER behaviour now) * Make sync_client only connect after forking in rolling mode. Fixes two things - ssl crashes due to shared resource conflicts, and also means master will start up even if the replica is not contactable * Fixed crash on cyr_expire and ipurge annotation based expiry * Many XFER fixes for compatibility across versions: * allowing XFER in from delayed_expunge mailboxes * allowing XFER back all the way to Cyrus 2.2.12. This was accomplished by adding logic that can generate backwards-compatible older version indexes, and version detection from the imapd banner. * correctly fixing seen information for sub-mailboxes on XFER in * Multi-target replication. Strictly this is a new feature - there was a broken implementation in 2.4.0, which is how this snuck in to the bugfix release. It's not super-well documented yet, but it works by creating a separate log file for each destination "channel", and then running one sync_client process per channel, so replication can fall behind on one without affecting replication to the other. * Fixed some crashes and errors which occured when upgrading and opening corrupted mailboxes * Modified AFS ptloader configure options to allow building on more modern systems To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/mail/cyrus-imapd24/Makefile \ pkgsrc/mail/cyrus-imapd24/PLIST pkgsrc/mail/cyrus-imapd24/distinfo \ pkgsrc/mail/cyrus-imapd24/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.