diff options
author | obache <obache@pkgsrc.org> | 2010-11-12 03:49:56 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-11-12 03:49:56 +0000 |
commit | aaa8894808a0f220317ac4391a60f7a0774bd34c (patch) | |
tree | fc4077b4abe90ecc55df5f54f25a5ef87e08b799 /mail | |
parent | d1b44d5919e34769839421bc84b70627f6cc9ba8 (diff) | |
download | pkgsrc-aaa8894808a0f220317ac4391a60f7a0774bd34c.tar.gz |
Update cyrus-imapd24 to 2.4.4.
Changes to the Cyrus IMAP Server since 2.4.3
* Rewrite index_upgrade to always parse the message files and
re-create cyrus.cache, to avoid upgrade upgrade failures where
cache errors occured.
* Fixed sync_reset handling of user deletions
* Fixed proc file handling of LOGIN and folder unselect
* use cyrus.expunge file (if still present) to delete bogus records
from a failed index upgrade (cause by bugs in earlier version)
* detect version 2.5 in XFER to support use with master git branch in
a murder
* made pop3 expunge much more efficient
* handle missing seen file in XFER
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd24/Makefile | 4 | ||||
-rw-r--r-- | mail/cyrus-imapd24/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index e56a11e3781..701a02722eb 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2010/11/09 08:18:56 obache Exp $ +# $NetBSD: Makefile,v 1.3 2010/11/12 03:49:56 obache Exp $ -DISTNAME= cyrus-imapd-2.4.3 +DISTNAME= cyrus-imapd-2.4.4 CATEGORIES= mail MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ \ ftp://ftp.cyrusimap.org/cyrus-imapd/OLD-VERSIONS/ \ diff --git a/mail/cyrus-imapd24/distinfo b/mail/cyrus-imapd24/distinfo index 5a34739e1a3..d85430deaad 100644 --- a/mail/cyrus-imapd24/distinfo +++ b/mail/cyrus-imapd24/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.2 2010/11/09 08:18:56 obache Exp $ +$NetBSD: distinfo,v 1.3 2010/11/12 03:49:56 obache Exp $ -SHA1 (cyrus-imapd-2.4.3.tar.gz) = f4e5e881501cb592e78510522622077704129717 -RMD160 (cyrus-imapd-2.4.3.tar.gz) = cfe891ee2d0b663996ec40c78569084ce987b900 -Size (cyrus-imapd-2.4.3.tar.gz) = 2369737 bytes +SHA1 (cyrus-imapd-2.4.4.tar.gz) = 22a7643f9248351c263561f9bf27e9ba244cb123 +RMD160 (cyrus-imapd-2.4.4.tar.gz) = b09489087049c6797529d89f45c3bbcec7034d59 +Size (cyrus-imapd-2.4.4.tar.gz) = 2413958 bytes SHA1 (patch-aa) = a4f15e5f07327037219f7ef2169edb9d795ff167 SHA1 (patch-ab) = bab504f2cf2cf9b9901e253bf6cf6d6d0954371a SHA1 (patch-ac) = d6b2e8c00a3605773bf7718d29ccfb0b82f59323 |