summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd24/options.mk
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-11-09 08:18:56 +0000
committerobache <obache@pkgsrc.org>2010-11-09 08:18:56 +0000
commita63c41405524f6dc93cc27e8723efa6199fd5f7c (patch)
tree50c6d43e1d43c5d3d2ac979830d9ac79714051e6 /mail/cyrus-imapd24/options.mk
parent8b32714d31be1782b238dbcaf406c8d8fe6f08fa (diff)
downloadpkgsrc-a63c41405524f6dc93cc27e8723efa6199fd5f7c.tar.gz
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
Diffstat (limited to 'mail/cyrus-imapd24/options.mk')
-rw-r--r--mail/cyrus-imapd24/options.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/cyrus-imapd24/options.mk b/mail/cyrus-imapd24/options.mk
index 36fc7ed579f..0c2044a6da5 100644
--- a/mail/cyrus-imapd24/options.mk
+++ b/mail/cyrus-imapd24/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2010/10/30 12:12:35 obache Exp $
+# $NetBSD: options.mk,v 1.2 2010/11/09 08:18:56 obache Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.cyrus-imapd
@@ -25,7 +25,6 @@ CONFIGURE_ARGS+= --with-krb=/usr
. include "../../mk/krb5.buildlink3.mk"
CONFIGURE_ARGS+= --enable-gssapi=${KRB5BASE}
CONFIGURE_ARGS+= --with-gss_impl=${GSSIMPL.${KRB5_TYPE}}
-CONFIGURE_ARGS+= --enable-krb5afspts
GSSIMPL.heimdal= heimdal
GSSIMPL.mit-krb5= mit
CONFIGURE_ENV+= COMPILE_ET=${KRB5BASE}/bin/compile_et