diff options
author | ghen <ghen> | 2009-02-04 18:36:54 +0000 |
---|---|---|
committer | ghen <ghen> | 2009-02-04 18:36:54 +0000 |
commit | 3b01365d996c9f1e349f9a887e000c47779d1779 (patch) | |
tree | fae0dd09e6745cf07e90db4592209ad4c0e1eede /mail | |
parent | 06e970da9bd8086331646470ca02c686164f0678 (diff) | |
download | pkgsrc-3b01365d996c9f1e349f9a887e000c47779d1779.tar.gz |
Update to Dovecot 1.1.11.
- IMAP: PERMANENTFLAGS list didn't contain \*, causing some clients
not to save keywords.
- dbox: INTERNALDATE and save date was returned wrong for converted
maildir files.
- auth: Using "username" or "domain" passdb fields caused problems
with cache and blocking passdbs in v1.1.8 .. v1.1.10.
- userdb prefetch + blocking passdbs was broken with non-plaintext
auth in v1.1.8 .. v1.1.10.
- If mail_chroot is set, don't fail at startup in dump-capability.
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 6150ab2f30e..b1a251ff6a5 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.127 2009/01/27 08:29:31 ghen Exp $ +# $NetBSD: Makefile,v 1.128 2009/02/04 18:36:54 ghen Exp $ -DISTNAME= dovecot-1.1.10 +DISTNAME= dovecot-1.1.11 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/1.1/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index a625d8a4125..0e1c6430511 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.92 2009/01/27 08:29:31 ghen Exp $ +$NetBSD: distinfo,v 1.93 2009/02/04 18:36:54 ghen Exp $ -SHA1 (dovecot-1.1.10.tar.gz) = 7b509975e52473e86c4fdf13bd6f464144837f02 -RMD160 (dovecot-1.1.10.tar.gz) = b5cbd15d03407cad78846e59c4ca22a3713d21af -Size (dovecot-1.1.10.tar.gz) = 2360885 bytes +SHA1 (dovecot-1.1.11.tar.gz) = cc7fb44d3a750c656d6c2116b569b5587319d405 +RMD160 (dovecot-1.1.11.tar.gz) = 74d233c7995df89a917d49f2f332efe0fe2b1dd3 +Size (dovecot-1.1.11.tar.gz) = 2362415 bytes SHA1 (patch-aa) = 6258057d49add91f06d4dd51ded72e42f6774354 SHA1 (patch-ab) = 8cdfefa1e8112334f734afc9b68fac1463637c94 SHA1 (patch-ac) = bf4c21c0e08832926944ad43c8678ef505e92dd6 |