diff options
author | ghen <ghen@pkgsrc.org> | 2006-10-14 09:33:08 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-10-14 09:33:08 +0000 |
commit | c7bd33b163cd4ec2b5638508300779fc5a13e6ad (patch) | |
tree | 75977c0e1ce8cdb3c71e91193c5f1254b267cabc /mail | |
parent | 9ad2198489c551db1e8005ab36fc0dbba41132da (diff) | |
download | pkgsrc-c7bd33b163cd4ec2b5638508300779fc5a13e6ad.tar.gz |
Update to dovecot-1.0rc9. From the release announcement mail:
Most importantly this should fix the login process problems that people
have been reporting. There were also some bugs in the proxying feature.
Also note the 64bit change in dovecot.index.cache files. Unless you
delete dovecot.index.cache files manually, you'll these kind of error
messages into your logs:
Error: Corrupted index cache file ...dovecot.index.cache:
registered field date.sent size changed
They'll get fixed automatically of course, but it might be a bit
annoying to see them.
* 64bit systems: dovecot.index.cache file will be rebuilt because
some time fields have been changed from 64bit fields to 32bit
fields. Now the same cache file can be used in both 32bit and
64bit systems without it being rebuilt.
* Added libmysqlclient workaround to conflicting sha1_result symbol,
which caused Dovecot to fail logging into MySQL.
+ dovecot.index.cache file opening is delayed until it's actually
needed. This reduces disk accesses a bit with eg. STATUS commands.
+ auth_cache: Try to handle changing passwords automatically: If
password verification fails, but the last one had succeeded, don't
use the cache. This works only with plaintext auth.
- dovecot.index.cache: We didn't properly detect if some fields were
different length than we expected, which caused assert crashes
- Lots of fixes to login/master process handling
- mbox: Fixed a bug causing "X-IMAPbase uid-last unexpectedly lost
in mbox file" errors, and possibly others.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index c5453e9297d..40e5526e554 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.68 2006/10/09 19:06:57 ghen Exp $ +# $NetBSD: Makefile,v 1.69 2006/10/14 09:33:08 ghen Exp $ -DISTNAME= dovecot-1.0.rc8 +DISTNAME= dovecot-1.0.rc9 PKGNAME= ${DISTNAME:S/.rc/rc/} CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index 5b06cfd9cb8..ee97d73a175 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.41 2006/10/09 19:06:57 ghen Exp $ +$NetBSD: distinfo,v 1.42 2006/10/14 09:33:08 ghen Exp $ -SHA1 (dovecot-1.0.rc8.tar.gz) = 166da9716f5d27af30075ce8f0b07c2e8f0c801f -RMD160 (dovecot-1.0.rc8.tar.gz) = 865b948e3e702ab74a8e0f3cd12c0daa39573ad9 -Size (dovecot-1.0.rc8.tar.gz) = 1446336 bytes +SHA1 (dovecot-1.0.rc9.tar.gz) = 5d643f153f9f180b1410b7548063701978469a3f +RMD160 (dovecot-1.0.rc9.tar.gz) = 17f2f5d20f49df92f84e79debce0172a770b0dfb +Size (dovecot-1.0.rc9.tar.gz) = 1449023 bytes SHA1 (patch-aa) = 6258057d49add91f06d4dd51ded72e42f6774354 SHA1 (patch-ab) = ef97d29e1a8d8136d49fdd06583d6a17077660c6 SHA1 (patch-ag) = d2dd85d06158ab629f5e394a7f75d9862a67b58f |