pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dovecot Upgrade Dovecot to 1.0rc2. Changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5eb416e68713
branches:  trunk
changeset: 515610:5eb416e68713
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Tue Jul 04 18:17:42 2006 +0000

description:
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:

 mail/dovecot/Makefile |  4 ++--
 mail/dovecot/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 0e5e3009377f -r 5eb416e68713 mail/dovecot/Makefile
--- a/mail/dovecot/Makefile     Tue Jul 04 17:51:26 2006 +0000
+++ b/mail/dovecot/Makefile     Tue Jul 04 18:17:42 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2006/07/04 06:54:07 ghen Exp $
+# $NetBSD: Makefile,v 1.58 2006/07/04 18:17:42 ghen Exp $
 
-DISTNAME=              dovecot-1.0.rc1
+DISTNAME=              dovecot-1.0.rc2
 PKGNAME=               ${DISTNAME:S/.rc/rc/}
 CATEGORIES=            mail
 MASTER_SITES=          http://www.dovecot.org/releases/
diff -r 0e5e3009377f -r 5eb416e68713 mail/dovecot/distinfo
--- a/mail/dovecot/distinfo     Tue Jul 04 17:51:26 2006 +0000
+++ b/mail/dovecot/distinfo     Tue Jul 04 18:17:42 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index