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
This commit is contained in:
parent
263ade8899
commit
2c87120ce8
3 changed files with 11 additions and 7 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue