diff options
author | obache <obache@pkgsrc.org> | 2010-12-20 14:05:32 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-12-20 14:05:32 +0000 |
commit | 45b2217b17d2ddbcbf37b4ded7a0d1b4f95daee0 (patch) | |
tree | c3f53068a2dc7fc1162a0b8edcd41a1f1dc1c90f /mail/cyrus-imapd24 | |
parent | 35dada2432eeee62748b09b158a3d2f047323398 (diff) | |
download | pkgsrc-45b2217b17d2ddbcbf37b4ded7a0d1b4f95daee0.tar.gz |
Update cyrus-imapd24 to 2.4.6.
Changes to the Cyrus IMAP Server since 2.4.5
* Fixed Bug #3370 - corruption on OpenBSD and other systems without a
reliable mmap
* Fixed Bug #3360 - race condition which could lose seen data on XFER
with upgrade
* Lots of documentation updates
* Fixed Bug #3355 - added an option to suppress items from the
capability response (and bug #3356 when the first attempt was
buggy)
* Fixed Bug #3357 - crash when calling ctl_mboxlist on mailboxes with
annotations
* Fixed Bug #3369 - crash when undumping mailbox during XFER
* Fixed Bug #3361 - shared folders not listing in LSUB "" % - only
with unixheirsep and altnamespace
* Fixed Bug #3362 - "too many open files" when doing XFER of a user
with too many sub mailboxes. Makes XFER less "atomic", but now it
works, which is good!
* Fixed Bug #3313 - md5 library usage. Properly this time!
Diffstat (limited to 'mail/cyrus-imapd24')
-rw-r--r-- | mail/cyrus-imapd24/Makefile | 4 | ||||
-rw-r--r-- | mail/cyrus-imapd24/PLIST | 4 | ||||
-rw-r--r-- | mail/cyrus-imapd24/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index 5bfacaeda77..f8cb3377489 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2010/11/30 00:45:55 obache Exp $ +# $NetBSD: Makefile,v 1.5 2010/12/20 14:05:32 obache Exp $ -DISTNAME= cyrus-imapd-2.4.5 +DISTNAME= cyrus-imapd-2.4.6 CATEGORIES= mail MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ \ ftp://ftp.cyrusimap.org/cyrus-imapd/OLD-VERSIONS/ \ diff --git a/mail/cyrus-imapd24/PLIST b/mail/cyrus-imapd24/PLIST index 2fd20dd990f..64f60b4f25a 100644 --- a/mail/cyrus-imapd24/PLIST +++ b/mail/cyrus-imapd24/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2010/11/09 08:18:56 obache Exp $ +@comment $NetBSD: PLIST,v 1.3 2010/12/20 14:05:32 obache Exp $ bin/imtest bin/installsieve bin/lmtptest @@ -72,7 +72,6 @@ include/cyrus/cyrusdb.h include/cyrus/glob.h include/cyrus/gmtoff.h include/cyrus/hash.h -include/cyrus/hmac-md5.h include/cyrus/imapopts.h include/cyrus/imapurl.h include/cyrus/imclient.h @@ -148,6 +147,7 @@ man/man8/syncnews.8 man/man8/timsieved.8 man/man8/tls_prune.8 man/man8/unexpunge.8 +share/doc/cyrus-imapd/ag.html share/doc/cyrus-imapd/altnamespace.html share/doc/cyrus-imapd/anoncvs.html share/doc/cyrus-imapd/bugs.html diff --git a/mail/cyrus-imapd24/distinfo b/mail/cyrus-imapd24/distinfo index aecbba0fcce..1c0571bc573 100644 --- a/mail/cyrus-imapd24/distinfo +++ b/mail/cyrus-imapd24/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2010/11/30 00:45:55 obache Exp $ +$NetBSD: distinfo,v 1.5 2010/12/20 14:05:32 obache Exp $ -SHA1 (cyrus-imapd-2.4.5.tar.gz) = c6ea692f75f0785b5017ab55b645314e8679ffe4 -RMD160 (cyrus-imapd-2.4.5.tar.gz) = b056b826bf6b74bac68f99655e2fa7fd4344048e -Size (cyrus-imapd-2.4.5.tar.gz) = 2371680 bytes +SHA1 (cyrus-imapd-2.4.6.tar.gz) = 2e28543c3ccaad79e2490b7a698630d92b756973 +RMD160 (cyrus-imapd-2.4.6.tar.gz) = 47f0eb0750f364b0fd6bbf970873bc1012ed2abf +Size (cyrus-imapd-2.4.6.tar.gz) = 2377895 bytes SHA1 (patch-aa) = 68bc0f58dd6afd585dcfb1d38e4d131457cddb12 SHA1 (patch-ab) = f4762aaf7b8b929c28d63c666e6e8ea700681974 SHA1 (patch-ac) = d6b2e8c00a3605773bf7718d29ccfb0b82f59323 |