diff options
author | ghen <ghen@pkgsrc.org> | 2006-07-04 18:17:42 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-07-04 18:17:42 +0000 |
commit | 2f1454f45a77c9b3ef2573374bc3e4bcc240bbef (patch) | |
tree | eae79a43b461daaf2f30c3da1f00928ea0a434f3 /mail/dovecot/distinfo | |
parent | 86e457adfa01e3afa0bf8f655955372295860bd6 (diff) | |
download | pkgsrc-2f1454f45a77c9b3ef2573374bc3e4bcc240bbef.tar.gz |
Upgrade Dovecot to 1.0rc2. Changes:
* disable_plaintext_auth=yes: Removed hardcoded 127.* and ::1 IP
checks. Now we just assume that the connection is secure if the
local IP matches the remote IP address.
* SSL code rewrite which hopefully makes it work better than before.
Seems to work correctly, but if you suddently have trouble with SSL
connections this is likely the reason.
+ verbose_ssl=yes: Log also SSL alerts and BIO errors
- If namespace's location field wasn't set, the default location
was supposed to be used but it wasn't.
- When copying ssl-parameters.dat file from /var/lib to /var/run its
permissions went wrong if it couldn't be copied with hard linking.
- Fixed filesystem quota plugin to work with BSDs.
- Maildir: Saving mails didn't work if quota plugin was enabled (again)
- Maildir: Messages' received time wasn't saved properly when
saving/copying multiple messages at a time. Also if using quota
plugin the S= size was only set for the first saved file, and even
that was wrong.
- passdb passwd-file: Don't require valid uid/gid fields if file
isn't also being used as a userdb.
- PostgreSQL: Handle failures better so that there won't be
"invalid fd" errors in logs.
- Don't try to expunge messages if the mailbox is read-only. It'll
just cause our index files to go out of sync with the real
mailbox and cause errors.
- ANONYMOUS authentication mechanism couldn't work because
anonymous_username setting wasn't passed from master process.
Diffstat (limited to 'mail/dovecot/distinfo')
-rw-r--r-- | mail/dovecot/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index f612ce1c4b7..8e2373e348c 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.33 2006/07/02 09:29:17 ghen Exp $ +$NetBSD: distinfo,v 1.34 2006/07/04 18:17:42 ghen Exp $ -SHA1 (dovecot-1.0.rc1.tar.gz) = 4b56d2205cd8b7229e368c736c993ebc1f59fe5e -RMD160 (dovecot-1.0.rc1.tar.gz) = fa761a2b24ede31b383b505ed36fc202810191cd -Size (dovecot-1.0.rc1.tar.gz) = 1254731 bytes +SHA1 (dovecot-1.0.rc2.tar.gz) = 548d691166c71533cce05f72204d5f728941bab6 +RMD160 (dovecot-1.0.rc2.tar.gz) = cbb1919f30ccc82033ddda5a9a4b2e9695f78eb9 +Size (dovecot-1.0.rc2.tar.gz) = 1257435 bytes SHA1 (patch-aa) = b2d48d991cb57f1ae99617d26a5d9f30fcdc4700 SHA1 (patch-ab) = 10ac66a276c28259517b321b67d1da0d83fd811f SHA1 (patch-ag) = ffb66cf054c0377245f3b400f65eabd975a225aa |