diff options
author | ghen <ghen@pkgsrc.org> | 2007-02-02 15:07:02 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-02-02 15:07:02 +0000 |
commit | d085ca723d3de1958b2dd7eaebf9abdd40d8b2cc (patch) | |
tree | 98fc6131ea12fc1c886f9d0aeb93df769ddb0b59 /mail | |
parent | 96ab82fa0aa83412b95e39fac63fb464a7dbe3fd (diff) | |
download | pkgsrc-d085ca723d3de1958b2dd7eaebf9abdd40d8b2cc.tar.gz |
Update to dovecot-1.0rc21.
Changes in dovecot-1.0rc20:
+ dovecot: Added --log-error command line option to log an error, so
the error log is easily found.
+ Added mail_log_max_lines_per_sec setting. Change it to avoid log
throttling with mail_log plugin.
- Changing message flags was more or less broken in rc19
- ACL plugin still didn't work without separate control directory
- Some mbox handling fixes, including fixing an infinite loop
- Some index file handling fixes
- maildir quota: Fixed a file descriptor leak
- If auth_cache was enabled and userdb returned "user unknown"
(typically only deliver can do that), dovecot-auth crashed.
- mail_log plugin didn't work with pop3
Changes in dovecot-1.0rc21:
- Cache file handling could have crashed rc20
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot/Makefile | 5 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index e5e2f34a8b1..5eeb2904c26 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.81 2007/01/29 22:01:07 bouyer Exp $ +# $NetBSD: Makefile,v 1.82 2007/02/02 15:07:02 ghen Exp $ -DISTNAME= dovecot-1.0.rc19 +DISTNAME= dovecot-1.0.rc21 PKGNAME= ${DISTNAME:S/.rc/rc/} -PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index aabeb7f7c5f..f5c6e7551b7 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.53 2007/01/29 22:01:07 bouyer Exp $ +$NetBSD: distinfo,v 1.54 2007/02/02 15:07:03 ghen Exp $ -SHA1 (dovecot-1.0.rc19.tar.gz) = c9c41ed83c775e8eecc40fe13bab135261383b82 -RMD160 (dovecot-1.0.rc19.tar.gz) = feb9e5927ab2c651273c9aaec1727b894a5a6e17 -Size (dovecot-1.0.rc19.tar.gz) = 1498105 bytes +SHA1 (dovecot-1.0.rc21.tar.gz) = efe6c70af07b8792f16a578ee855deb31ecef4d6 +RMD160 (dovecot-1.0.rc21.tar.gz) = 58193d387acde95d1bec5fcfa18d4c767c207788 +Size (dovecot-1.0.rc21.tar.gz) = 1500380 bytes SHA1 (patch-aa) = 6258057d49add91f06d4dd51ded72e42f6774354 SHA1 (patch-ab) = 7a6441459bcf6d291d9fef7d99f46e825283f673 SHA1 (patch-ag) = bd180441a0983ceccc898024370a3bdefdc11b1f |