pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/cyrus-imapd24
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.
Home |
Main Index |
Thread Index |
Old Index