diff options
author | ghen <ghen@pkgsrc.org> | 2009-04-20 14:06:17 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2009-04-20 14:06:17 +0000 |
commit | 2c3cdbb79d5f4e71bd8b17dc2d73c8e4c5460c0b (patch) | |
tree | 86e9589b08d2ca3d448e6758c2d58700cbe60f7b /mail | |
parent | 7c7c56a7a9317ac3fe95173a1e2f935d50b32f1d (diff) | |
download | pkgsrc-2c3cdbb79d5f4e71bd8b17dc2d73c8e4c5460c0b.tar.gz |
Update to Dovecot 1.1.14.
* IMAP: Don't allow APPEND to specify INTERNALDATE more than 2 hours
into future. With Maildir future INTERNALDATEs may mess up incremental
backups.
- Date: header was always being added to cache file when saving messages,
even if clients didn't really want it. This caused POP3-only users to
have dovecot.index.cache file unneededly.
- Character set conversion in specific mails may have caused Dovecot to
allocate all the available memory (in default configuration dying after
having allocated 256 MB). This happened only while searching messages.
- Message address parser didn't handle empty group:; correctly.
- imap/pop3-login: Don't crash when shutting down and destroying clients.
- deliver wasn't using mail_access_groups setting.
- mbox: When doing autodetection, if mbox didn't find an existing mail
directory it just went and created it anyway, instead of failing the
storage creation.
- Fixed some error handling in maildir and index code.
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 481956827a9..cf4469dbac6 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.130 2009/03/19 09:04:44 ghen Exp $ +# $NetBSD: Makefile,v 1.131 2009/04/20 14:06:17 ghen Exp $ -DISTNAME= dovecot-1.1.13 +DISTNAME= dovecot-1.1.14 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/1.1/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index d6a3acdeea1..6a26deb22dd 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.95 2009/03/19 09:04:44 ghen Exp $ +$NetBSD: distinfo,v 1.96 2009/04/20 14:06:17 ghen Exp $ -SHA1 (dovecot-1.1.13.tar.gz) = 303c1482a8b86a01df26114ee8a7463697ef4448 -RMD160 (dovecot-1.1.13.tar.gz) = 3ec55c8c8c0b60781d86a9fdbaba75ecf446ea5e -Size (dovecot-1.1.13.tar.gz) = 2369604 bytes +SHA1 (dovecot-1.1.14.tar.gz) = a508e6cb69710e5f7fe40ef2559d370678352ad5 +RMD160 (dovecot-1.1.14.tar.gz) = c39ab75125a224492f36deaada4c8ab73d51db21 +Size (dovecot-1.1.14.tar.gz) = 2372939 bytes SHA1 (patch-aa) = 6258057d49add91f06d4dd51ded72e42f6774354 SHA1 (patch-ab) = 8cdfefa1e8112334f734afc9b68fac1463637c94 SHA1 (patch-ac) = bf4c21c0e08832926944ad43c8678ef505e92dd6 |