Update Dovecot to 2.0.14 and increasing PORTREVISION of dovecot2-pigeonhole to allow it to rebuild. Some of the largest changes since v2.0.13: + doveadm: Added support for running mail commands by proxying to another doveadm server. + Added "doveadm proxy list" and "doveadm proxy kick" commands to list/kick proxy connections (via a new "ipc" service). + Added "doveadm director move" to assign user from one server to another, killing any existing connections. + Added "doveadm director ring status" command. + userdb extra fields can now return name+=value to append to an existing name, e.g. "mail_plugins+= quota". - script-login attempted an unnecessary config lookup, which usually failed with "Permission denied". - lmtp: Fixed parsing quoted strings with spaces as local-part for MAIL FROM and RCPT TO. - imap: FETCH BODY[HEADER.FIELDS (..)] may have crashed or not returned all data sometimes. - ldap: Fixed random assert-crashing with with sasl_bind=yes. - Fixes to handling mail chroots - Fixed renaming mailboxes under different parent with FS layout when using separate ALT, INDEX or CONTROL paths. - zlib: Fixed reading concatenated .gz files. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->sunpoet I'll take it.
sunpoet 2011-09-08 13:13:12 UTC FreeBSD ports repository Modified files: mail/dovecot2 Makefile distinfo pkg-plist Log: - Update to 2.0.14 Changes: http://www.dovecot.org/list/dovecot-news/2011-August/000193.html PR: ports/160476 Submitted by: Attila Nagy <bra@fsn.hu> (maintainer) Revision Changes Path 1.7 +1 -1 ports/mail/dovecot2/Makefile 1.6 +2 -2 ports/mail/dovecot2/distinfo 1.8 +3 -0 ports/mail/dovecot2/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
sunpoet 2011-09-08 13:14:04 UTC FreeBSD ports repository Modified files: mail/dovecot2-pigeonhole Makefile Log: - Bump PORTREVISION of mail/dovecot2-pigeonhole PR: ports/160476 Submitted by: Attila Nagy <bra@fsn.hu> (maintainer) Revision Changes Path 1.7 +1 -0 ports/mail/dovecot2-pigeonhole/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!