Changes 2.0.12:
* doveadm: Added "move" command for moving mails between mailboxes. * virtual: Added support for "+mailbox" entries that clear \Recent flag from messages (default is to preserve them). * dbox: Fixes to handling external attachments * dsync: More fixes to avoid hanging with remote syncs * dsync: Many other syncing/correctness fixes * doveconf: v2.0.10 and v2.0.11 didn't output plugin {} section right
This commit is contained in:
parent
efa2829ec5
commit
d71cd9e29e
3 changed files with 14 additions and 13 deletions
|
@ -1,13 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.8 2011/03/10 13:42:54 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2011/04/15 13:34:28 adam Exp $
|
||||
|
||||
DISTNAME= dovecot-2.0.11
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.dovecot.org/releases/2.0/
|
||||
DISTNAME= dovecot-2.0.12
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.dovecot.org/releases/2.0/
|
||||
|
||||
MAINTAINER= ghen@NetBSD.org
|
||||
HOMEPAGE= http://www.dovecot.org/
|
||||
COMMENT= Secure IMAP and POP3 server
|
||||
LICENSE= mit AND gnu-lgpl-v2.1 AND modified-bsd
|
||||
MAINTAINER= ghen@NetBSD.org
|
||||
HOMEPAGE= http://www.dovecot.org/
|
||||
COMMENT= Secure IMAP and POP3 server
|
||||
LICENSE= mit AND gnu-lgpl-v2.1 AND modified-bsd
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2011/03/10 13:42:54 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2011/04/15 13:34:28 adam Exp $
|
||||
bin/doveadm
|
||||
bin/doveconf
|
||||
bin/dsync
|
||||
|
@ -129,6 +129,7 @@ include/dovecot/ioloop-iolist.h
|
|||
include/dovecot/ioloop-notify-fd.h
|
||||
include/dovecot/ioloop.h
|
||||
include/dovecot/iostream-internal.h
|
||||
include/dovecot/ipwd.h
|
||||
include/dovecot/istream-attachment.h
|
||||
include/dovecot/istream-base64-encoder.h
|
||||
include/dovecot/istream-concat.h
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.8 2011/03/10 13:42:54 adam Exp $
|
||||
$NetBSD: distinfo,v 1.9 2011/04/15 13:34:28 adam Exp $
|
||||
|
||||
SHA1 (dovecot-2.0.11.tar.gz) = e79cce204d06a3cabf43dbeb4f0a9bc109d4d095
|
||||
RMD160 (dovecot-2.0.11.tar.gz) = e63234ad2c000f55b701ee2a27865c91b1d02beb
|
||||
Size (dovecot-2.0.11.tar.gz) = 3225716 bytes
|
||||
SHA1 (dovecot-2.0.12.tar.gz) = 6d991e8d68d6ec8e956bfb8cd71df2b15021079a
|
||||
RMD160 (dovecot-2.0.12.tar.gz) = 9b4aee66a187517e1ef0d8976c461a4f8c9709ba
|
||||
Size (dovecot-2.0.12.tar.gz) = 3257165 bytes
|
||||
SHA1 (patch-aa) = 882f0c9fcf3acdfd2feaf7919309f770324f9843
|
||||
SHA1 (patch-ab) = 218948585c96492a832ea903f31a6f9ad9fc69f0
|
||||
SHA1 (patch-ac) = dc5db4870b14bf2424f0c957f5cf7f1a289fefe6
|
||||
|
|
Loading…
Reference in a new issue