diff options
author | ghen <ghen> | 2009-06-03 07:10:20 +0000 |
---|---|---|
committer | ghen <ghen> | 2009-06-03 07:10:20 +0000 |
commit | 3961def811eca532c2ed205352b33ac991b7ce08 (patch) | |
tree | 088d62eef0a6db0df84ea5ca79016dcd978e3884 /mail | |
parent | 5359e6c0fe5ebc877a48d34fd9def782ec34dce1 (diff) | |
download | pkgsrc-3961def811eca532c2ed205352b33ac991b7ce08.tar.gz |
Update to Dovecot 1.1.16.
Fixes a couple of bugs in v1.1.15's changes. Hopefully the last v1.1 release
before v1.2.0.
- v1.1.15 could have crashed if mailbox-closing command was pipelined after a
mailbox-accessing command.
- v1.1.15's zlib plugin may have caused crashes when fetching INTERNALDATE.
- Maildir: If messages had been deleted externally from new/ directory and
mailbox was opened with EXAMINE, Dovecot didn't immediately notice that the
messages were deleted.
- If message body started with a space, some operations could have assert-
crashed.
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 2638d8f3294..eca5460ae8c 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.133 2009/05/20 08:07:38 ghen Exp $ +# $NetBSD: Makefile,v 1.134 2009/06/03 07:10:20 ghen Exp $ -DISTNAME= dovecot-1.1.15 +DISTNAME= dovecot-1.1.16 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/1.1/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index ad0f61f72b2..639ec6b8061 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.98 2009/05/20 08:07:38 ghen Exp $ +$NetBSD: distinfo,v 1.99 2009/06/03 07:10:20 ghen Exp $ -SHA1 (dovecot-1.1.15.tar.gz) = 16a638b9d67bcd6c2d8a09a124103a1fc2ea6745 -RMD160 (dovecot-1.1.15.tar.gz) = 2ddda6240e8aaed8afdce11196070c3628443083 -Size (dovecot-1.1.15.tar.gz) = 2383354 bytes +SHA1 (dovecot-1.1.16.tar.gz) = 3aa7f386559f244b3a9addad27c4845c554e545b +RMD160 (dovecot-1.1.16.tar.gz) = 53122e86f217e33f24b52559fece5ace35689eb4 +Size (dovecot-1.1.16.tar.gz) = 2383947 bytes SHA1 (patch-aa) = 00ed62ab4d7db505cc323b0c94352ddcd91ba6a1 SHA1 (patch-ab) = 2531c84a2ae34e74bb55fa33ccb0aabbbc263de0 SHA1 (patch-ac) = 4baa1d5160618f1e23eb8b401daca0afa7dfe9ea |