summaryrefslogtreecommitdiff
path: root/mail/dovecot2
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-02-13 19:54:55 +0000
committeradam <adam@pkgsrc.org>2014-02-13 19:54:55 +0000
commite5a476f60a6ba8614082c997a76b80df70a589dd (patch)
treeb8e135457f3215169eb33735a82ba12c55a1d570 /mail/dovecot2
parent7b15907f46ccba58f6bacd195d88310c4bbfd061 (diff)
downloadpkgsrc-e5a476f60a6ba8614082c997a76b80df70a589dd.tar.gz
Changes 2.2.11:
+ acl plugin: Added an alternative global ACL file that can contain mailbox patterns. See http://wiki2.dovecot.org/ACL for details. + imap proxy: Added proxy_nopipelining passdb setting to work around other IMAP servers' bugs (MS Exchange 2013 especially). + Added %{auth_user}, %{auth_username} and %{auth_domain} variables. See http://wiki2.dovecot.org/Variables for details. + Added support for LZ4 compression. + stats: Track also wall clock time for commands. + pop3_migration plugin improvements to try harder to match the UIDLs correctly. - imap: SEARCH/SORT PARTIAL reponses may have been too large. - doveadm backup: Fixed assert-crash when syncing mailbox deletion.
Diffstat (limited to 'mail/dovecot2')
-rw-r--r--mail/dovecot2/Makefile7
-rw-r--r--mail/dovecot2/PLIST9
-rw-r--r--mail/dovecot2/distinfo8
3 files changed, 15 insertions, 9 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile
index abfd5658da5..dc48436bbeb 100644
--- a/mail/dovecot2/Makefile
+++ b/mail/dovecot2/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2014/02/12 23:18:07 tron Exp $
+# $NetBSD: Makefile,v 1.58 2014/02/13 19:54:55 adam Exp $
-DISTNAME= dovecot-2.2.10
-PKGREVISION= 1
+DISTNAME= dovecot-2.2.11
CATEGORIES= mail
MASTER_SITES= http://www.dovecot.org/releases/${PKGVERSION_NOREV:R}/
@@ -13,7 +12,7 @@ LICENSE= mit AND gnu-lgpl-v2.1 AND modified-bsd
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config rpcgen
+USE_TOOLS+= gmake 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 e4dcdb0fc87..b5fcdc96dd4 100644
--- a/mail/dovecot2/PLIST
+++ b/mail/dovecot2/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.32 2014/01/17 11:50:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.33 2014/02/13 19:54:55 adam Exp $
bin/doveadm
bin/doveconf
bin/dsync
@@ -181,6 +181,7 @@ include/dovecot/ioloop-iolist.h
include/dovecot/ioloop-notify-fd.h
include/dovecot/ioloop-private.h
include/dovecot/ioloop.h
+include/dovecot/iostream-lz4.h
include/dovecot/iostream-openssl.h
include/dovecot/iostream-private.h
include/dovecot/iostream-rawlog-private.h
@@ -539,6 +540,7 @@ share/doc/dovecot/solr-schema.xml
share/doc/dovecot/thread-refs.txt
share/doc/dovecot/wiki/ACL.txt
share/doc/dovecot/wiki/AixPluginsSupport.txt
+share/doc/dovecot/wiki/AntiSpam.txt
share/doc/dovecot/wiki/AuthDatabase.CheckPassword.txt
share/doc/dovecot/wiki/AuthDatabase.Dict.txt
share/doc/dovecot/wiki/AuthDatabase.LDAP.AuthBinds.txt
@@ -609,13 +611,17 @@ 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.ConvertPasswordSchemes.txt
share/doc/dovecot/wiki/HowTo.EximAndDovecotSASL.txt
+share/doc/dovecot/wiki/HowTo.F5SLBTLSOffload.txt
share/doc/dovecot/wiki/HowTo.ImapcProxy.txt
share/doc/dovecot/wiki/HowTo.PopBSMTPAndDovecot.txt
share/doc/dovecot/wiki/HowTo.PopRelay.txt
share/doc/dovecot/wiki/HowTo.PostfixAndDovecotSASL.txt
share/doc/dovecot/wiki/HowTo.Rootless.txt
share/doc/dovecot/wiki/HowTo.SimpleVirtualInstall.txt
+share/doc/dovecot/wiki/HowTo.TriggerGetmailOnIMAPAccess.txt
+share/doc/dovecot/wiki/HowTo.Virtual(2b)Postfix(2b)Dspam(2b)Dovecot.txt
share/doc/dovecot/wiki/HowTo.txt
share/doc/dovecot/wiki/IndexFiles.txt
share/doc/dovecot/wiki/LDA.Exim.txt
@@ -645,6 +651,7 @@ share/doc/dovecot/wiki/MailboxFormat.mbox.txt
share/doc/dovecot/wiki/MailboxFormat.mbx.txt
share/doc/dovecot/wiki/MailboxFormat.txt
share/doc/dovecot/wiki/MailboxSettings.txt
+share/doc/dovecot/wiki/MainConfig.txt
share/doc/dovecot/wiki/MboxChildFolders.txt
share/doc/dovecot/wiki/MboxLocking.txt
share/doc/dovecot/wiki/MboxProblems.txt
diff --git a/mail/dovecot2/distinfo b/mail/dovecot2/distinfo
index c77c8686647..5efc9c3f767 100644
--- a/mail/dovecot2/distinfo
+++ b/mail/dovecot2/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.43 2014/01/17 11:50:49 adam Exp $
+$NetBSD: distinfo,v 1.44 2014/02/13 19:54:55 adam Exp $
-SHA1 (dovecot-2.2.10.tar.gz) = aa6264444096abf139bb4f4c504c01f6107ce740
-RMD160 (dovecot-2.2.10.tar.gz) = 1610956691a525cc0451e1c02f3f00d2854edb62
-Size (dovecot-2.2.10.tar.gz) = 4558660 bytes
+SHA1 (dovecot-2.2.11.tar.gz) = acfeb2579a5c9c813cb5f4e681bbe3767d25a992
+RMD160 (dovecot-2.2.11.tar.gz) = 0d7d00b11a9d1957afaa495d5e9f6789108fe027
+Size (dovecot-2.2.11.tar.gz) = 4587089 bytes
SHA1 (patch-aa) = ea185011f0c1ee3aa1ff528e61f6f356fe385666
SHA1 (patch-ab) = ce698e00729aeccbb7f3fa4ee9d037791fdd2d14
SHA1 (patch-ac) = dc5db4870b14bf2424f0c957f5cf7f1a289fefe6