diff options
author | adam <adam@pkgsrc.org> | 2011-08-29 11:27:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-08-29 11:27:00 +0000 |
commit | 8c8d1936914d7df1adb0845bbfa4c73dd5129c10 (patch) | |
tree | c5a403506ba39df2cc20229ec4926a591ff7917e /mail | |
parent | 74f09d34c897ae0c2f7aa0250e1a731eb651a399 (diff) | |
download | pkgsrc-8c8d1936914d7df1adb0845bbfa4c73dd5129c10.tar.gz |
Changes 2.0.14:
* 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.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2/Makefile | 5 | ||||
-rw-r--r-- | mail/dovecot2/PLIST | 6 | ||||
-rw-r--r-- | mail/dovecot2/distinfo | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index bacb9249dcb..3ccdfbf92b2 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2011/06/14 09:37:18 tron Exp $ +# $NetBSD: Makefile,v 1.14 2011/08/29 11:27:00 adam Exp $ -DISTNAME= dovecot-2.0.13 -PKGREVISION= 2 +DISTNAME= dovecot-2.0.14 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/2.0/ diff --git a/mail/dovecot2/PLIST b/mail/dovecot2/PLIST index ce7d6cefee9..b45ee712a1b 100644 --- a/mail/dovecot2/PLIST +++ b/mail/dovecot2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2011/05/13 07:36:39 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2011/08/29 11:27:00 adam Exp $ bin/doveadm bin/doveconf bin/dsync @@ -129,6 +129,8 @@ include/dovecot/ioloop-iolist.h include/dovecot/ioloop-notify-fd.h include/dovecot/ioloop.h include/dovecot/iostream-internal.h +include/dovecot/ipc-client.h +include/dovecot/ipc-server.h include/dovecot/ipwd.h include/dovecot/istream-attachment.h include/dovecot/istream-base64-encoder.h @@ -360,6 +362,7 @@ libexec/dovecot/dovecot-lda libexec/dovecot/gdbhelper libexec/dovecot/imap libexec/dovecot/imap-login +libexec/dovecot/ipc libexec/dovecot/listview libexec/dovecot/lmtp libexec/dovecot/log @@ -550,6 +553,7 @@ share/doc/dovecot/wiki/Pigeonhole.Sieve.Extensions.Vacation.txt share/doc/dovecot/wiki/Pigeonhole.Sieve.Extensions.txt share/doc/dovecot/wiki/Pigeonhole.Sieve.Plugins.Extdata.txt share/doc/dovecot/wiki/Pigeonhole.Sieve.Plugins.txt +share/doc/dovecot/wiki/Pigeonhole.Sieve.Troubleshooting.txt share/doc/dovecot/wiki/Pigeonhole.Sieve.Usage.txt share/doc/dovecot/wiki/Pigeonhole.Sieve.txt share/doc/dovecot/wiki/Pigeonhole.txt diff --git a/mail/dovecot2/distinfo b/mail/dovecot2/distinfo index f9326168818..16d37699de4 100644 --- a/mail/dovecot2/distinfo +++ b/mail/dovecot2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.10 2011/05/13 07:36:39 adam Exp $ +$NetBSD: distinfo,v 1.11 2011/08/29 11:27:00 adam Exp $ -SHA1 (dovecot-2.0.13.tar.gz) = 31d556bd1659fb10e5edb45bab8951911151bbfb -RMD160 (dovecot-2.0.13.tar.gz) = 2c0edd03aba7935e6db18af1384a26bf0b5b432e -Size (dovecot-2.0.13.tar.gz) = 3272542 bytes +SHA1 (dovecot-2.0.14.tar.gz) = 47b4010b277f39cfc9afddf8c0a30e40a17da088 +RMD160 (dovecot-2.0.14.tar.gz) = f138eb0a290089a308aed8aa40f1a69a64f87926 +Size (dovecot-2.0.14.tar.gz) = 3300530 bytes SHA1 (patch-aa) = 882f0c9fcf3acdfd2feaf7919309f770324f9843 SHA1 (patch-ab) = 218948585c96492a832ea903f31a6f9ad9fc69f0 SHA1 (patch-ac) = dc5db4870b14bf2424f0c957f5cf7f1a289fefe6 |