diff options
author | ghen <ghen@pkgsrc.org> | 2006-08-02 17:48:37 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-08-02 17:48:37 +0000 |
commit | 43237b8c53b3f82f118dfc75282a6b5bf05be276 (patch) | |
tree | 7d3682c7a291aff82689cce781a2255350b14f9a /mail/dovecot/Makefile | |
parent | dac043b87528926ee2132dd1b8cfb004ae00aa9a (diff) | |
download | pkgsrc-43237b8c53b3f82f118dfc75282a6b5bf05be276.tar.gz |
Update to dovecot-1.0rc3. This release candidate should fix the following problems:
- SSL connections hanged sometimes, especially when saving messages.
- mbox: Mail bodies were saved with CR+LF linefeeds
- Mail forwarding was broken with deliver/Sieve
- dbox fixes. Might actually be usable now.
- Index file handling fixes with keywords
- Cache file was incorrectly used in some situations, which probably
caused problems sometimes.
- Maildir++ quota: Don't count "." and ".." directory sizes to quota.
After rewriting maildirsize file keep its fd open so that we can
later update it. Patch by Alexander Zagrebin
Diffstat (limited to 'mail/dovecot/Makefile')
-rw-r--r-- | mail/dovecot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 86fffce2e42..211212c5093 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.58 2006/07/04 18:17:42 ghen Exp $ +# $NetBSD: Makefile,v 1.59 2006/08/02 17:48:37 ghen Exp $ -DISTNAME= dovecot-1.0.rc2 +DISTNAME= dovecot-1.0.rc3 PKGNAME= ${DISTNAME:S/.rc/rc/} CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/ |