pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/dovecot Update to dovecot-1.0rc9. From the relea...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a6ec2c785282
branches: trunk
changeset: 520060:a6ec2c785282
user: ghen <ghen%pkgsrc.org@localhost>
date: Sat Oct 14 09:33:08 2006 +0000
description:
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:
mail/dovecot/Makefile | 4 ++--
mail/dovecot/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (28 lines):
diff -r c4a8eb47679c -r a6ec2c785282 mail/dovecot/Makefile
--- a/mail/dovecot/Makefile Sat Oct 14 09:26:25 2006 +0000
+++ b/mail/dovecot/Makefile Sat Oct 14 09:33:08 2006 +0000
@@ -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 -r c4a8eb47679c -r a6ec2c785282 mail/dovecot/distinfo
--- a/mail/dovecot/distinfo Sat Oct 14 09:26:25 2006 +0000
+++ b/mail/dovecot/distinfo Sat Oct 14 09:33:08 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index