diff options
author | ghen <ghen> | 2006-11-04 21:44:03 +0000 |
---|---|---|
committer | ghen <ghen> | 2006-11-04 21:44:03 +0000 |
commit | 329e11173decddc23f26f93d9b3c1b63bfe120f2 (patch) | |
tree | b38b6f41987f006a30e929912720699f4b2de7cd /mail/dovecot/Makefile | |
parent | cb073ba3304e59d6a1b3ae597014cabb9407d29b (diff) | |
download | pkgsrc-329e11173decddc23f26f93d9b3c1b63bfe120f2.tar.gz |
Update to dovecot-1.0rc11. From the release announcement mail:
Hopefully the last RC release? As far as I know there are no major
problems left now. If nothing big shows up, v1.0 should be out in a
couple of weeks.
* Renamed default_mail_env to mail_location. default_mail_env still
works for backwards compatibility.
* deliver: When sending rejects, don't include Content-Type in the
rejected mail's headers.
* LDAP changes:
* If auth binds are used, bind back to the default dn before doing
a search. Otherwise it could fail if a user gave an invalid
password.
* Initial binding at connect is now done asynchronously.
* Use pass_attrs even with auth_bind=yes since it may contain
useful non-password fields.
+ passdb checkpassword: Give TCPLOCALIP and TCPREMOTEIP and PROTO=TCP
environments to the checkpassword binary so we're UCSPI (and vchkpw)
compatible.
- mbox handling was a bit broken in rc10
- Using Dovecot via inetd kept crashing dovecot master
- deliver: Don't crash with -f "". Changed the default from envelope
to be "MAILER-DAEMON".
- INBOX wasn't shown with LSUB command if only prefixed namespaces
were used.
- passdb ldap: Reconnecting to LDAP server wasn't working with
auth binds.
- passdb sql: Non-plaintext authentication didn't work
- MySQL passdb ignored all non-password checks, such as allow_nets
- trash plugin was broken
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 c623a6b5f9f..5855fcbffcc 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.70 2006/10/16 06:55:47 ghen Exp $ +# $NetBSD: Makefile,v 1.71 2006/11/04 21:44:03 ghen Exp $ -DISTNAME= dovecot-1.0.rc10 +DISTNAME= dovecot-1.0.rc11 PKGNAME= ${DISTNAME:S/.rc/rc/} CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/ |