Changes 2.0.13:
* Added "doveadm index" command to add unindexed messages into index/cache. If full text search is enabled, it also adds unindexed messages to the fts database. * added "doveadm director dump" command. * pop3: Added support for showing messages in "POP3 order", which can be different from IMAP message order. This can be useful for migrations from other servers. Implemented it for Maildir as 'O' field in dovecot-uidlist. * doveconf: Fixed a wrong "subsection has ssl=yes" warning. * mdbox purge: Fixed wrong warning about corrupted extrefs. * sdbox: INBOX GUID changed when INBOX was autocreated, leading to trouble with dsync. * script-login binary wasn't actually dropping privileges to the user/group/chroot specified by its service settings. * Fixed potential crashes and other problems when parsing header names that contained NUL characters.
This commit is contained in:
parent
4303fb793e
commit
36b55b6558
4 changed files with 15 additions and 11 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.10 2011/04/22 14:40:43 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2011/05/13 07:36:39 adam Exp $
|
||||
|
||||
DISTNAME= dovecot-2.0.12
|
||||
PKGREVISION= 1
|
||||
DISTNAME= dovecot-2.0.13
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.dovecot.org/releases/2.0/
|
||||
|
||||
|
@ -13,8 +12,8 @@ LICENSE= mit AND gnu-lgpl-v2.1 AND modified-bsd
|
|||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_TOOLS+= pkg-config rpcgen
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= pkg-config rpcgen
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
|
||||
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.6 2011/04/15 13:34:28 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.7 2011/05/13 07:36:39 adam Exp $
|
||||
bin/doveadm
|
||||
bin/doveconf
|
||||
bin/dsync
|
||||
|
@ -381,6 +381,7 @@ man/man1/doveadm-fetch.1
|
|||
man/man1/doveadm-force-resync.1
|
||||
man/man1/doveadm-help.1
|
||||
man/man1/doveadm-import.1
|
||||
man/man1/doveadm-index.1
|
||||
man/man1/doveadm-kick.1
|
||||
man/man1/doveadm-log.1
|
||||
man/man1/doveadm-mailbox.1
|
||||
|
@ -469,6 +470,7 @@ share/doc/dovecot/wiki/Design.txt
|
|||
share/doc/dovecot/wiki/Dict.txt
|
||||
share/doc/dovecot/wiki/Director.txt
|
||||
share/doc/dovecot/wiki/DomainLost.txt
|
||||
share/doc/dovecot/wiki/Errors.ChgrpNoPerm.txt
|
||||
share/doc/dovecot/wiki/FindMailLocation.txt
|
||||
share/doc/dovecot/wiki/FinishBasicConfiguration.txt
|
||||
share/doc/dovecot/wiki/HowTo.EximAndDovecotSASL.txt
|
||||
|
@ -543,6 +545,9 @@ share/doc/dovecot/wiki/Pigeonhole.ManageSieve.Troubleshooting.txt
|
|||
share/doc/dovecot/wiki/Pigeonhole.ManageSieve.txt
|
||||
share/doc/dovecot/wiki/Pigeonhole.Sieve.Configuration.txt
|
||||
share/doc/dovecot/wiki/Pigeonhole.Sieve.Examples.txt
|
||||
share/doc/dovecot/wiki/Pigeonhole.Sieve.Extensions.SpamtestVirustest.txt
|
||||
share/doc/dovecot/wiki/Pigeonhole.Sieve.Extensions.Vacation.txt
|
||||
share/doc/dovecot/wiki/Pigeonhole.Sieve.Extensions.txt
|
||||
share/doc/dovecot/wiki/Pigeonhole.Sieve.Plugins.Extdata.txt
|
||||
share/doc/dovecot/wiki/Pigeonhole.Sieve.Plugins.txt
|
||||
share/doc/dovecot/wiki/Pigeonhole.Sieve.Usage.txt
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.3 2011/04/22 13:42:43 obache Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.4 2011/05/13 07:36:39 adam Exp $
|
||||
|
||||
BUILDLINK_TREE+= dovecot
|
||||
|
||||
|
@ -6,7 +6,7 @@ BUILDLINK_TREE+= dovecot
|
|||
DOVECOT_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.dovecot+= dovecot>=2.0.6
|
||||
BUILDLINK_ABI_DEPENDS.dovecot?= dovecot>=2.0.12nb1
|
||||
BUILDLINK_ABI_DEPENDS.dovecot+= dovecot>=2.0.12nb1
|
||||
BUILDLINK_PKGSRCDIR.dovecot?= ../../mail/dovecot2
|
||||
|
||||
pkgbase:= dovecot
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.9 2011/04/15 13:34:28 adam Exp $
|
||||
$NetBSD: distinfo,v 1.10 2011/05/13 07:36:39 adam Exp $
|
||||
|
||||
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 (dovecot-2.0.13.tar.gz) = 31d556bd1659fb10e5edb45bab8951911151bbfb
|
||||
RMD160 (dovecot-2.0.13.tar.gz) = 2c0edd03aba7935e6db18af1384a26bf0b5b432e
|
||||
Size (dovecot-2.0.13.tar.gz) = 3272542 bytes
|
||||
SHA1 (patch-aa) = 882f0c9fcf3acdfd2feaf7919309f770324f9843
|
||||
SHA1 (patch-ab) = 218948585c96492a832ea903f31a6f9ad9fc69f0
|
||||
SHA1 (patch-ac) = dc5db4870b14bf2424f0c957f5cf7f1a289fefe6
|
||||
|
|
Loading…
Reference in a new issue