diff options
author | cube <cube@pkgsrc.org> | 2004-10-20 16:36:02 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-10-20 16:36:02 +0000 |
commit | 10a284d374ec3e479e4c99eb3cf6d0c09c94e175 (patch) | |
tree | b88e97b75d99563fc3360387f503be23e2e5abe0 | |
parent | 600a53f9cf2ef0cd961dce8fa1d233e8c39b288b (diff) | |
download | pkgsrc-10a284d374ec3e479e4c99eb3cf6d0c09c94e175.tar.gz |
Update to version 0.99.11.
v0.99.11 2004-09-04 Timo Sirainen <tss@iki.fi>
+ 127.* and ::1 IP addresses are treated as secured with
disable_plaintext_auth = yes
+ auth_debug setting for extra authentication debugging
+ Some documentation and error message updates
+ Create PID file in /var/run/dovecot/master.pid
+ home setting is now optional in static userdb
+ Added mail setting to static userdb
- After APPENDing to selected mailbox Dovecot didn't always notice the
new mail immediately which broke some clients
- THREAD and SORT commands crashed with some mails
- If APPENDed mail ended with CR character, Dovecot aborted the saving
- Output streams sometimes sent data duplicated and lost part of it.
This could have caused various strange problems, but looks like in
practise it rarely caused real problems.
-rw-r--r-- | mail/dovecot/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 04e0d75c7a8..1ec495ee0c2 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2004/08/01 07:04:45 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2004/10/20 16:36:02 cube Exp $ -DISTNAME= dovecot-0.99.10.9 +DISTNAME= dovecot-0.99.11 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index cd0c248eba2..5a929b0bde6 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2004/08/01 05:17:19 schmonz Exp $ +$NetBSD: distinfo,v 1.13 2004/10/20 16:36:02 cube Exp $ -SHA1 (dovecot-0.99.10.9.tar.gz) = 4526903af9f4aecbc62deca518e7eb98774d9e22 -Size (dovecot-0.99.10.9.tar.gz) = 861605 bytes +SHA1 (dovecot-0.99.11.tar.gz) = 3553d705ea1f3975be704ca976eaa43c380aaab0 +Size (dovecot-0.99.11.tar.gz) = 863370 bytes SHA1 (patch-aa) = 862a27a1fe59108a519a59e14341ca418ba39ec5 SHA1 (patch-ab) = 00f9e92824af89ce15c2493e0a92046e8db18fac |