2008-01-24 04:15:36 by OBATA Akio | Files touched by this commit (1) |
Log message:
Try to start snmp option.
|
2008-01-18 05:30:10 by Tobias Nygren | Files touched by this commit (174) |
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
|
2008-01-16 15:57:03 by OBATA Akio | Files touched by this commit (2) |
Log message:
Add ldap and zephyr option.
|
2008-01-16 14:41:47 by OBATA Akio | Files touched by this commit (2) |
Log message:
Build idled by default.
Version 2.3.x can select no/poll/idled with runtime configuration.
Bump PKGREVISION.
|
2008-01-16 14:00:35 by OBATA Akio | Files touched by this commit (1) |
Log message:
Some cosmetic fixes.
|
2007-12-11 01:47:31 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update Cyrus IMAPd to 2.3.11.
While here, DESTDIR ready.
Noteworthy changes:
* Fixed several skiplist bugs -- courtesy of Fastmail.fm.
* Add robustness to skiplist recovery -- courtesy of Fastmail.fm.
* Added support for modification sequences to replication protocol
(for CONDSTORE) -- courtesy of David Carter.
* Fixed delayed delete replication -- courtesy of Fastmail.fm.
* Allow [un]deleting of user INBOXes (renaming to/from deleted
hierarchy) to work when using delayed delete -- courtesy of Simon
Matter.
* Prevented SSL_accept() from blocking indefinitely when using
TLS/SSL.
|
2007-11-21 06:20:17 by OBATA Akio | Files touched by this commit (1) |
Log message:
Need perl to build.
|
2007-10-25 14:36:33 by OBATA Akio | Files touched by this commit (9) |
Log message:
Update cyrus-imapd to 2.3.10.
Changes to the Cyrus IMAP Server since 2.3.9
* Added support for "delayed" delete, in which mailboxes are renamed to a
special admin-only "deleted" hierarchy at the time of the DELETE \
(hiding
them from the client), rather than immediately removing them from the
filesystem. This allows messages/mailboxes to be recovered by the admin in
case of user error. The mailboxes and messages can be removed at a later
time by cyr_expire. The new delete_mode and deletedprefix options in
imapd.conf controls whether deletes are "immediate" or \
"delayed" and the
mailbox hierarchy for "delayed" deletes. -- courtesy of David \
Carter and
FastMail.fm.
* Fixed the special case of RENAMEing an Inbox, so that it doesn't keep the
same mailbox uniqueid, thus allowing it to replicate properly (seen state
is still preserved).
* Disabled Nagle's algorithm in sync_client and sync_server to increase the
throughput of the replication protocol. -- courtesy of Wes Craig.
* Added support for a shared \Seen flag on messages (must be enabled on a
per-mailbox basis with the /vendor/cmu/cyrus-imapd/sharedseen mailbox
annotation.
* Added -u and -U options to reconstruct -- courtesy of David Carter.
* Added SETUIDVALIDITY command to the replication protocol -- courtesy of
David Carter.
* Finally fixed (again?) alignment issues on 64-bit SPARC.
* Changed message GUIDs used by replication to be the SHA1 hash of the
messages -- based on work of David Carter and Fastmail.fm.
* Improve the performance of commands that operate on sequence-sets. The
sequence-set is now parsed only once, and the commands operate on a sorted
list of seq-ranges.
* Added new cyr_synclog utility for adding events to the replication log --
courtesy of Fastmail.fm.
* Added support for PCRE library -- courtesy of Fastmail.fm.
* Added support for disabling duplicate delivery suppression on a per-folder
basis with the /vendor/cmu/cyrus-imapd/duplicatedeliver mailbox annotation
-- courtesy of Fastmail.fm.
* Fixed miscellaneous bugs and build issues.
|
2007-08-21 05:57:52 by OBATA Akio | Files touched by this commit (5) | |
Log message:
Update cyrus-imapd to 2.3.9
* Added support for BDB 4.5 and 4.6.
* Fixed bug in frontend handling of CREATE for both proxying and referring.
-- courtesy of Gary Mills
* Fixed local deletion during XFER from a unified server. -- courtesy of Gary
Mills
* Fixed XFER bug which prevented sieve scripts from being migrated. --
courtesy of Gary Mills
* Allow utilities to be run as root (acquiring 'cyrus' uid on-the-fly).
* Changed the default value of the allowplaintext option to disabled (0).
* Finally fixed 64-bit alignment problem with HIGHESTMODSEQ.
* Fixed initialization of UUID subsystem for replication. -- courtesy of
Fastmail.fm
* Added -a option to cyr_expire to ignore to skip annotation check. --
courtesy of Fastmail.fm
* Set the mtime of synchronized message files to INTERNALDATE (makes
reconstruction a little friendlier). -- courtesy of Fastmail.fm
* Fixed a bug in sync_client which caused it to bail when a message was
deleted out from under it.
* Allow sync_server to accept unauthenticated connections from sync_client on
a UNIX socket.
* Drastically reduced the amount of time it takes for a mupdate slave to
synchronize with a master.
* Added URI contained in the Content-Location header to the BODYSTRUCTURE
response (per RFC 3501). -- inspired by Fastmail.fm
* Fixed flushseenstate bug which was causing unsolicited EXPUNGE responses
during FETCH/STORE. -- courtesy of David Carter
* Added option to ctl_mboxlist to verify the consistency of the mailbox list
database and the spool partition(s). See ctl_mboxlist.8 for details.
* RENAME now copies cyrus.expunge index file as well as expunged message
files.
* Fixed replication of 64-bit quotas. -- courtesy of David Carter
* Fixed miscellaneous bugs, memory leaks, and build issues.
|
2007-06-12 13:15:30 by OBATA Akio | Files touched by this commit (2) |
Log message:
Fix to build with db4>=4.5.
|