diff options
author | adam <adam@pkgsrc.org> | 2013-07-02 15:38:19 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-07-02 15:38:19 +0000 |
commit | 2c87120ce8e471ff30d5d33ed2fdb217a9644df7 (patch) | |
tree | f6d0bb0efa8f97f7bcf3b935861f68ad661c7e3c /mail/dovecot2 | |
parent | 263ade88994eee63cf9540af131fac62b8dad071 (diff) | |
download | pkgsrc-2c87120ce8e471ff30d5d33ed2fdb217a9644df7.tar.gz |
Changes 2.2.4:
+ doveadm: Added "flags" command to modify message flags.
+ doveadm: Added "deduplicate" command to expunge message duplicates.
+ dsync: Show the state in process title with verbose_proctitle=yes.
- imap/pop3 proxy: Master user logins were broken in v2.2.3
- sdbox/mdbox: A corrupted index header with wrong size was never
automatically fixed in v2.2.3.
- mbox: Fixed assert-crashes related to locking
Diffstat (limited to 'mail/dovecot2')
-rw-r--r-- | mail/dovecot2/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot2/PLIST | 6 | ||||
-rw-r--r-- | mail/dovecot2/distinfo | 8 |
3 files changed, 11 insertions, 7 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index 98c82ce1c0e..3e6dae0d341 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2013/05/23 19:45:50 adam Exp $ +# $NetBSD: Makefile,v 1.46 2013/07/02 15:38:19 adam Exp $ -DISTNAME= dovecot-2.2.2 +DISTNAME= dovecot-2.2.4 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/2.2/ diff --git a/mail/dovecot2/PLIST b/mail/dovecot2/PLIST index d954537df75..50462ae44c4 100644 --- a/mail/dovecot2/PLIST +++ b/mail/dovecot2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.24 2013/05/23 19:45:50 adam Exp $ +@comment $NetBSD: PLIST,v 1.25 2013/07/02 15:38:19 adam Exp $ bin/doveadm bin/doveconf bin/dsync @@ -370,6 +370,8 @@ include/dovecot/rfc822-parser.h include/dovecot/safe-memset.h include/dovecot/safe-mkdir.h include/dovecot/safe-mkstemp.h +include/dovecot/sasl-client-private.h +include/dovecot/sasl-client.h include/dovecot/sasl-server.h include/dovecot/sdbox-file.h include/dovecot/sdbox-storage.h @@ -559,6 +561,7 @@ share/doc/dovecot/wiki/Design.AuthProcess.txt share/doc/dovecot/wiki/Design.AuthProtocol.txt share/doc/dovecot/wiki/Design.Buffers.txt share/doc/dovecot/wiki/Design.Code.txt +share/doc/dovecot/wiki/Design.DoveadmProtocol.txt share/doc/dovecot/wiki/Design.Dsync.txt share/doc/dovecot/wiki/Design.Indexes.Cache.txt share/doc/dovecot/wiki/Design.Indexes.MailIndexApi.txt @@ -634,6 +637,7 @@ share/doc/dovecot/wiki/Migration.BincIMAP.txt share/doc/dovecot/wiki/Migration.Courier.txt share/doc/dovecot/wiki/Migration.Cyrus.txt share/doc/dovecot/wiki/Migration.Dsync.txt +share/doc/dovecot/wiki/Migration.Gmail.txt share/doc/dovecot/wiki/Migration.Linuxconf.txt share/doc/dovecot/wiki/Migration.MailFormat.txt share/doc/dovecot/wiki/Migration.Online.txt diff --git a/mail/dovecot2/distinfo b/mail/dovecot2/distinfo index 0ae3967a4b6..bb367e1c5e9 100644 --- a/mail/dovecot2/distinfo +++ b/mail/dovecot2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.35 2013/05/23 19:45:50 adam Exp $ +$NetBSD: distinfo,v 1.36 2013/07/02 15:38:19 adam Exp $ -SHA1 (dovecot-2.2.2.tar.gz) = c095b0a8e25d730b854f0ace37544ad203db0891 -RMD160 (dovecot-2.2.2.tar.gz) = ada7c9c12949e1150a4a4bbe7bea257e296f13ca -Size (dovecot-2.2.2.tar.gz) = 4282339 bytes +SHA1 (dovecot-2.2.4.tar.gz) = 7cae7887a9738aee0c8976b83fcec6dca8ea7016 +RMD160 (dovecot-2.2.4.tar.gz) = e245a03963db0e60d5a85e65c2a8946d55582a8b +Size (dovecot-2.2.4.tar.gz) = 4335791 bytes SHA1 (patch-aa) = ea185011f0c1ee3aa1ff528e61f6f356fe385666 SHA1 (patch-ab) = ce698e00729aeccbb7f3fa4ee9d037791fdd2d14 SHA1 (patch-ac) = dc5db4870b14bf2424f0c957f5cf7f1a289fefe6 |