summaryrefslogtreecommitdiff
path: root/mail/dovecot2/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2012-12-04 08:18:34 +0000
committertron <tron@pkgsrc.org>2012-12-04 08:18:34 +0000
commit51cd420e1fb17aa84ff5dbb23b44af3d9da30028 (patch)
tree99672ae33bf4cd4d5c785b65d054a75b17186ab0 /mail/dovecot2/Makefile
parent7f797c32df4e56b804d2a92b091d41001d40b195 (diff)
downloadpkgsrc-51cd420e1fb17aa84ff5dbb23b44af3d9da30028.tar.gz
Update "dovecot2" package to version 2.1.11. Changes since 2.1.10:
- lmtp/lda: dovecot.index.cache file is no longer fully mapped to memory, allowing mail deliveries to work even if the file is huge. - auth: userdb passwd lookups are now done by auth worker processes instead of auth master process (as it was documented, but accidentally didn't work that way). - lmtp: lmtp_rcpt_check_quota=yes setting checks quota on RCPT TO. - lmtp: After successful proxying RCPT TO, the next one to a nonexistent user gave tempfail error instead of "user not found". - lmtp proxy: Fixed hanging if remote server was down. - imap: Fixed crash when SEARCH contained multiple KEYWORD parameters. - doveadm: Various fixes to handling doveadm-server connections. - -i <instance name> parameter for Dovecot tools didn't work correctly. - director was somewhat broken in v2.1.10. This version also includes various reliability enhancements. - auth: passdb imap was broken in v2.1.10.
Diffstat (limited to 'mail/dovecot2/Makefile')
-rw-r--r--mail/dovecot2/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile
index 083cae9c2f9..a42c834f42c 100644
--- a/mail/dovecot2/Makefile
+++ b/mail/dovecot2/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2012/10/22 09:44:06 ghen Exp $
+# $NetBSD: Makefile,v 1.32 2012/12/04 08:18:34 tron Exp $
-DISTNAME= dovecot-2.1.10
+DISTNAME= dovecot-2.1.11
CATEGORIES= mail
MASTER_SITES= http://www.dovecot.org/releases/2.1/
@@ -63,6 +63,9 @@ post-install:
.include "options.mk"
+# Don't compress manual pages as they include each other.
+.undef MANZ
+
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"