diff options
author | ghen <ghen@pkgsrc.org> | 2007-12-12 13:15:48 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-12-12 13:15:48 +0000 |
commit | 806a1a0b0f7b1f1a712b7365612f21520221eb83 (patch) | |
tree | d92fd97c50ab65c387cf4901579d2b778df0d180 | |
parent | a03ff124711b5b4ce8762fec944f042a8eb3e0e7 (diff) | |
download | pkgsrc-806a1a0b0f7b1f1a712b7365612f21520221eb83.tar.gz |
Update to Dovecot 1.0.9.
+ Maildir: Don't wait on dovecot-uidlist.lock when we just want to
find out a new filename for the message.
- mbox: v1.0.8 changes sometimes caused FETCH to fail with
"got too little data", disconnecting the client.
- Fixed a memory leak when FETCHing message header/body multiple
times within a command (e.g. BODY[1] BODY[2])
- IMAP: Partial body fetching was still slow with mboxes
-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 eadebfcd387..04ef6b544c8 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.107 2007/11/28 15:11:50 ghen Exp $ +# $NetBSD: Makefile,v 1.108 2007/12/12 13:15:48 ghen Exp $ -DISTNAME= dovecot-1.0.8 +DISTNAME= dovecot-1.0.9 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/1.0/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index c2a937fc61c..3a8bb10d927 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.74 2007/11/28 15:11:50 ghen Exp $ +$NetBSD: distinfo,v 1.75 2007/12/12 13:15:49 ghen Exp $ -SHA1 (dovecot-1.0.8.tar.gz) = ffb71a6d1c7f6dd963cb1f7313652c7a6d1b409f -RMD160 (dovecot-1.0.8.tar.gz) = d892f958b0531b13519c03c32f74138f97b27099 -Size (dovecot-1.0.8.tar.gz) = 1793784 bytes +SHA1 (dovecot-1.0.9.tar.gz) = 87d89ff79d967c95ab8e59a1c1b3f710caffc290 +RMD160 (dovecot-1.0.9.tar.gz) = 535cf4c9672c8e44e751f5ffad911440707fc7d4 +Size (dovecot-1.0.9.tar.gz) = 1796543 bytes SHA1 (patch-aa) = 6258057d49add91f06d4dd51ded72e42f6774354 SHA1 (patch-ab) = 5d45a1617dd5ee7ce07fe89b526a6fb273057bb5 SHA1 (patch-ac) = 377da4719b5dca91a0b2fa7b3e11170cd2ea8d59 |