diff options
author | ghen <ghen@pkgsrc.org> | 2012-10-01 07:10:14 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2012-10-01 07:10:14 +0000 |
commit | 726e807d49ddf1cb933aacf0e9acb87f343fa474 (patch) | |
tree | 3d32027e9aae53d60cabf3ae08027063065077d0 | |
parent | 8d67c6531951ef174432635cd184c4ce7716a803 (diff) | |
download | pkgsrc-726e807d49ddf1cb933aacf0e9acb87f343fa474.tar.gz |
Update to Dovecot 2.1.10
+ imap: Implemented THREAD=ORDEREDSUBJECT extension.
+ Added "doveadm exec" command to easily execute commands from libexec_dir,
e.g. "doveadm exec imap -u user@domain"
+ Added "doveadm copy" command.
+ doveadm copy/move: Added optional user parameter to specify the source
username. This allows easily copying mails between different users.
+ Added namespace { disabled } setting to quickly enable/disable namespaces.
This is especially useful when its value is returned by userdb.
+ Added mailbox_alias plugin. It allows creating mailbox aliases using
symlinks.
+ imapc storage: Added imapc_max_idle_time setting to force activity on
connection.
+ fts-solr: Expunging multiple messages is now faster.
- director: In some conditions director may have disconnected from another
director (without logging about it), thinking it was sending invalid data.
- imap: Various fixes to listing mailboxes.
- pop3-migration plugin: Avoid disconnection from POP3 server due to idling.
- login processes crashed if there were a lot of local {} or remote {} settings
blocks.
-rw-r--r-- | mail/dovecot2/MESSAGE | 4 | ||||
-rw-r--r-- | mail/dovecot2/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot2/PLIST | 3 | ||||
-rw-r--r-- | mail/dovecot2/distinfo | 8 |
4 files changed, 11 insertions, 8 deletions
diff --git a/mail/dovecot2/MESSAGE b/mail/dovecot2/MESSAGE index 2fd9eabbb46..72d2d0eb2cc 100644 --- a/mail/dovecot2/MESSAGE +++ b/mail/dovecot2/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2010/11/09 15:23:11 ghen Exp $ +$NetBSD: MESSAGE,v 1.2 2012/10/01 07:10:14 ghen Exp $ The configuration for Dovecot 2.0 now lives in ${PKG_SYSCONFDIR}/dovecot/, and is split in multiple files. @@ -11,4 +11,6 @@ When upgrading from Dovecot 1.2.x, you can either: For more information, see http://wiki2.dovecot.org/Upgrading/2.0 +For upgrading from Dovecot 2.0, see http://wiki2.dovecot.org/Upgrading/2.1 + =========================================================================== diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index af62debb20c..528cbf8a7b6 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2012/08/13 13:57:46 ghen Exp $ +# $NetBSD: Makefile,v 1.29 2012/10/01 07:10:14 ghen Exp $ -DISTNAME= dovecot-2.1.9 +DISTNAME= dovecot-2.1.10 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/2.1/ diff --git a/mail/dovecot2/PLIST b/mail/dovecot2/PLIST index 952a37d14ed..35dfa19b5dd 100644 --- a/mail/dovecot2/PLIST +++ b/mail/dovecot2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2012/08/13 13:57:46 ghen Exp $ +@comment $NetBSD: PLIST,v 1.17 2012/10/01 07:10:14 ghen Exp $ bin/doveadm bin/doveconf bin/dsync @@ -374,6 +374,7 @@ lib/dovecot/lib20_expire_plugin.la lib/dovecot/lib20_fts_plugin.la lib/dovecot/lib20_listescape_plugin.la lib/dovecot/lib20_mail_log_plugin.la +lib/dovecot/lib20_mailbox_alias_plugin.la lib/dovecot/lib20_replication_plugin.la lib/dovecot/lib20_virtual_plugin.la lib/dovecot/lib20_zlib_plugin.la diff --git a/mail/dovecot2/distinfo b/mail/dovecot2/distinfo index 082b384673d..2daa4af7940 100644 --- a/mail/dovecot2/distinfo +++ b/mail/dovecot2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.25 2012/08/13 13:57:46 ghen Exp $ +$NetBSD: distinfo,v 1.26 2012/10/01 07:10:14 ghen Exp $ -SHA1 (dovecot-2.1.9.tar.gz) = f576e3f4015cc88fc509f693741aaf137f46ed91 -RMD160 (dovecot-2.1.9.tar.gz) = a568e57256eecbf8afe32285f7e50eaf4fbae67a -Size (dovecot-2.1.9.tar.gz) = 3829755 bytes +SHA1 (dovecot-2.1.10.tar.gz) = 8b4e67e4cf99b71d9d8c01c323b7133a5716125d +RMD160 (dovecot-2.1.10.tar.gz) = b1e3f5cd29bf71a7b95d6b49fabe35bd15c37fc8 +Size (dovecot-2.1.10.tar.gz) = 3843490 bytes SHA1 (patch-aa) = 882f0c9fcf3acdfd2feaf7919309f770324f9843 SHA1 (patch-ab) = 218948585c96492a832ea903f31a6f9ad9fc69f0 SHA1 (patch-ac) = dc5db4870b14bf2424f0c957f5cf7f1a289fefe6 |