diff options
author | ghen <ghen@pkgsrc.org> | 2012-04-23 17:43:15 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2012-04-23 17:43:15 +0000 |
commit | 0655dbe06c604025f5ead39fa90bc4948efaf4f4 (patch) | |
tree | 9961f36f118b117684edfd4d9bbdd31b42d0b8fd /mail | |
parent | 0f4c00a598108fdc8c34d69a84e83293897b146b (diff) | |
download | pkgsrc-0655dbe06c604025f5ead39fa90bc4948efaf4f4.tar.gz |
Update to Dovecot 2.1.5
* IMAP: When neither the session nor the mailbox has modseq tracking enabled,
return the mailbox as having NOMODSEQ in SELECT/EXAMINE reply. Old versions
in this situation always simply returned HIGHESTMODSEQ as 1, which could have
broken some clients.
+ dict file: Added optional fcntl/flock locking (default is dotlock)
+ fts-solr: doveadm fts rescan now resets indexes, which allows reindexing
mails. (This isn't a full rescan implementation like fts-lucene has.)
+ doveadm expunge: Added -d parameter to delete mailbox if it's empty after
expunging.
- IMAP: Several fixes related to mailbox listing in some configs
- director: A lot of fixes and performance improvements
- v2.1.4 didn't work without a mail home directory set
- mbox: Deleting a mailbox didn't delete its index files.
- pop3c: TOP command was sent incorrectly
- trash plugin didn't work properly
- LMTP: Don't add a duplicate Return-Path: header when proxying.
- listescape: Don't unescape namespace prefixes.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot2/PLIST | 3 | ||||
-rw-r--r-- | mail/dovecot2/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index c64ef63990c..d5f4e598b89 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2012/04/10 12:12:21 ghen Exp $ +# $NetBSD: Makefile,v 1.22 2012/04/23 17:43:15 ghen Exp $ -DISTNAME= dovecot-2.1.4 +DISTNAME= dovecot-2.1.5 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/2.1/ diff --git a/mail/dovecot2/PLIST b/mail/dovecot2/PLIST index d9381eeb769..c67c392c821 100644 --- a/mail/dovecot2/PLIST +++ b/mail/dovecot2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2012/04/10 12:12:21 ghen Exp $ +@comment $NetBSD: PLIST,v 1.14 2012/04/23 17:43:15 ghen Exp $ bin/doveadm bin/doveconf bin/dsync @@ -521,6 +521,7 @@ 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 +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 diff --git a/mail/dovecot2/distinfo b/mail/dovecot2/distinfo index 1b14dd14b10..0ea9a3ebc22 100644 --- a/mail/dovecot2/distinfo +++ b/mail/dovecot2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.19 2012/04/10 12:12:21 ghen Exp $ +$NetBSD: distinfo,v 1.20 2012/04/23 17:43:15 ghen Exp $ -SHA1 (dovecot-2.1.4.tar.gz) = fcb706f430bcc9d50575edb9ab302f470d8e75f7 -RMD160 (dovecot-2.1.4.tar.gz) = b5df814f3aca6611a571a3ae16a8323be76128ea -Size (dovecot-2.1.4.tar.gz) = 3748512 bytes +SHA1 (dovecot-2.1.5.tar.gz) = dc853dd6a15ffbc72ae04d24e1e78f255e1a80b2 +RMD160 (dovecot-2.1.5.tar.gz) = ae79cdacffc115fc7a5aaa9d175cb82f0a77492a +Size (dovecot-2.1.5.tar.gz) = 3759605 bytes SHA1 (patch-aa) = 882f0c9fcf3acdfd2feaf7919309f770324f9843 SHA1 (patch-ab) = 218948585c96492a832ea903f31a6f9ad9fc69f0 SHA1 (patch-ac) = dc5db4870b14bf2424f0c957f5cf7f1a289fefe6 |