summaryrefslogtreecommitdiff
path: root/mail/dovecot2
diff options
context:
space:
mode:
authoradam <adam>2011-05-13 07:36:39 +0000
committeradam <adam>2011-05-13 07:36:39 +0000
commit9f32d89a1331ede8b78b8391b5495dabdab7312c (patch)
tree32f29bfe323eb692daffdf3a62ec88d6c541015e /mail/dovecot2
parentbbfbb389f27f34fed437a080553b5197d0f2e6c7 (diff)
downloadpkgsrc-9f32d89a1331ede8b78b8391b5495dabdab7312c.tar.gz
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.
Diffstat (limited to 'mail/dovecot2')
-rw-r--r--mail/dovecot2/Makefile7
-rw-r--r--mail/dovecot2/PLIST7
-rw-r--r--mail/dovecot2/buildlink3.mk4
-rw-r--r--mail/dovecot2/distinfo8
4 files changed, 15 insertions, 11 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile
index 05032daae4a..048eb3d5b46 100644
--- a/mail/dovecot2/Makefile
+++ b/mail/dovecot2/Makefile
@@ -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}
diff --git a/mail/dovecot2/PLIST b/mail/dovecot2/PLIST
index de52b017203..ce7d6cefee9 100644
--- a/mail/dovecot2/PLIST
+++ b/mail/dovecot2/PLIST
@@ -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
diff --git a/mail/dovecot2/buildlink3.mk b/mail/dovecot2/buildlink3.mk
index 894b4a29fb4..43ce3f0fcb9 100644
--- a/mail/dovecot2/buildlink3.mk
+++ b/mail/dovecot2/buildlink3.mk
@@ -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
diff --git a/mail/dovecot2/distinfo b/mail/dovecot2/distinfo
index 0ccaaee2c67..f9326168818 100644
--- a/mail/dovecot2/distinfo
+++ b/mail/dovecot2/distinfo
@@ -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