diff options
author | ghen <ghen@pkgsrc.org> | 2007-03-07 09:50:41 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-03-07 09:50:41 +0000 |
commit | 09bbcdc536aa415b61eaed7ad7561f9bb80d8be1 (patch) | |
tree | 15013414d3d8b031c37134449733a3db3026e773 /mail/dovecot | |
parent | 490dbcd426b783287b979c1f3ca1c74ca74ef09d (diff) | |
download | pkgsrc-09bbcdc536aa415b61eaed7ad7561f9bb80d8be1.tar.gz |
Update to dovecot-1.0rc26.
Most importantly this should fix mbox problems in recent RCs.
* Changed --with-headers to --enable-header-install
* If time moves backwards only max. 5 seconds, sleep until we're back
in the original present instead of killing ourself. An error is
still logged.
- IMAP: With namespace prefixes LSUB prefix.* listed INBOX.INBOX.
- deliver: Ignore mbox metadata headers from the message input.
X-IMAP header crashed deliver.
- deliver: If mail_debug=yes, drop out DEBUG environment before
calling sendmail binary. Postfix's sendmail didn't really like it.
- mbox: X-UID brokeness fixes broke rc25 even with valid X-UID headers.
Now the code should finally work right.
- Maildir: When syncing a huge maildir, touch dovecot-uidlist.lock file
once in a while to make sure it doesn't get overwritten by another
process.
- Maildir++ quota: We didn't handle NUL bytes in maildirsize files very
well. Now the file is rebuilt when they're seen (NFS problem).
- Index/view handling fix should fix some crashes/errors
- If index files were moved to a different endianess machine, Dovecot
logged all sorts of errors instead of silently rebuilding them.
- Convert plugin didn't change hierarchy separators in mailbox names.
- PostgreSQL authentication could have lost requests once in a while
with a heavily loaded server.
- Login processes could have crashed in some situations
- auth cache crashed with non-plaintext mechanisms
Diffstat (limited to 'mail/dovecot')
-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 72eaa3a472c..bae3b7822c3 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.87 2007/03/01 13:26:40 ghen Exp $ +# $NetBSD: Makefile,v 1.88 2007/03/07 09:50:41 ghen Exp $ -DISTNAME= dovecot-1.0.rc25 +DISTNAME= dovecot-1.0.rc26 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 24228a3f422..0f30c4a4ace 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.59 2007/03/01 13:26:40 ghen Exp $ +$NetBSD: distinfo,v 1.60 2007/03/07 09:50:41 ghen Exp $ -SHA1 (dovecot-1.0.rc25.tar.gz) = ce9023ce1ff42c195586a55983407c019a6ba46d -RMD160 (dovecot-1.0.rc25.tar.gz) = f5a631c310ea8958ca5244ce2ba71332e44218af -Size (dovecot-1.0.rc25.tar.gz) = 1511817 bytes +SHA1 (dovecot-1.0.rc26.tar.gz) = 5b8f8b2d489479048812667bf65f8cf3c7e368db +RMD160 (dovecot-1.0.rc26.tar.gz) = c87f8f7da138187248017f6ff067d340e2969d0e +Size (dovecot-1.0.rc26.tar.gz) = 1515108 bytes SHA1 (patch-aa) = 6258057d49add91f06d4dd51ded72e42f6774354 SHA1 (patch-ab) = d67be516e7b5071550b6e762841b235dda1fa324 SHA1 (patch-ag) = bd180441a0983ceccc898024370a3bdefdc11b1f |