diff options
author | adam <adam@pkgsrc.org> | 2013-11-30 19:22:45 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-11-30 19:22:45 +0000 |
commit | 20a403706e32a8a58d5b2ea84aa6e47dd219b49d (patch) | |
tree | f5514bb034bb6948881b3cb66b4e6c6b00324d90 /mail | |
parent | cb9cac0252032a5b703cb1b2db83d2d4f5361713 (diff) | |
download | pkgsrc-20a403706e32a8a58d5b2ea84aa6e47dd219b49d.tar.gz |
Changes 2.2.9:
+ Full text search indexing can now be done automatically after
saving/copying mails by setting plugin { fts_autoindex=yes }
+ replicator: Added replication_dsync_parameters setting to pass
"doveadm sync" parameters (for controlling what to replicate).
+ Added mail-filter plugin
+ Added liblzma/xz support (zlib_save=xz)
- v2.2.8's improved cache file handling exposed several old bugs
related to fetching mail headers.
- v2.2.7's iostream handling changes were causing some connections
to be disconnected before flushing their output (e.g. POP3 logout
message wasn't being sent)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2/Makefile | 5 | ||||
-rw-r--r-- | mail/dovecot2/PLIST | 4 | ||||
-rw-r--r-- | mail/dovecot2/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index c59988d6178..2a6cf38f91d 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.54 2013/11/24 10:05:54 adam Exp $ +# $NetBSD: Makefile,v 1.55 2013/11/30 19:22:45 adam Exp $ -DISTNAME= dovecot-2.2.8 +DISTNAME= dovecot-2.2.9 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/${PKGVERSION_NOREV:R}/ @@ -67,5 +67,6 @@ post-install: .undef MANZ .include "../../archivers/bzip2/buildlink3.mk" +.include "../../archivers/xz/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/dovecot2/PLIST b/mail/dovecot2/PLIST index 1aaeba4db9c..022be5e0c6a 100644 --- a/mail/dovecot2/PLIST +++ b/mail/dovecot2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.30 2013/11/24 10:05:54 adam Exp $ +@comment $NetBSD: PLIST,v 1.31 2013/11/30 19:22:45 adam Exp $ bin/doveadm bin/doveconf bin/dsync @@ -432,6 +432,7 @@ lib/dovecot/lib02_imap_acl_plugin.la lib/dovecot/lib02_lazy_expunge_plugin.la lib/dovecot/lib05_pop3_migration_plugin.la lib/dovecot/lib05_snarf_plugin.la +lib/dovecot/lib10_mail_filter_plugin.la lib/dovecot/lib10_quota_plugin.la lib/dovecot/lib11_imap_quota_plugin.la lib/dovecot/lib11_trash_plugin.la @@ -706,6 +707,7 @@ share/doc/dovecot/wiki/Plugins.FTS.Squat.txt share/doc/dovecot/wiki/Plugins.FTS.txt share/doc/dovecot/wiki/Plugins.Lazyexpunge.txt share/doc/dovecot/wiki/Plugins.Listescape.txt +share/doc/dovecot/wiki/Plugins.MailFilter.txt share/doc/dovecot/wiki/Plugins.MailLog.txt share/doc/dovecot/wiki/Plugins.MailboxAlias.txt share/doc/dovecot/wiki/Plugins.Notify.txt diff --git a/mail/dovecot2/distinfo b/mail/dovecot2/distinfo index ebac4c320eb..f54994c5790 100644 --- a/mail/dovecot2/distinfo +++ b/mail/dovecot2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.41 2013/11/24 10:05:54 adam Exp $ +$NetBSD: distinfo,v 1.42 2013/11/30 19:22:45 adam Exp $ -SHA1 (dovecot-2.2.8.tar.gz) = 1c415e30fa1b59055b5197cf057811e3e3b1dacb -RMD160 (dovecot-2.2.8.tar.gz) = 9870c1f6efaeef2028e9e6706906780706135330 -Size (dovecot-2.2.8.tar.gz) = 4524064 bytes +SHA1 (dovecot-2.2.9.tar.gz) = efba4dee63c7dab2b9950e51874a86ba17e09d0c +RMD160 (dovecot-2.2.9.tar.gz) = 127fd998bc18ec4c36aa9fca7d69d9b8f7707a71 +Size (dovecot-2.2.9.tar.gz) = 4540858 bytes SHA1 (patch-aa) = ea185011f0c1ee3aa1ff528e61f6f356fe385666 SHA1 (patch-ab) = ce698e00729aeccbb7f3fa4ee9d037791fdd2d14 SHA1 (patch-ac) = dc5db4870b14bf2424f0c957f5cf7f1a289fefe6 |