diff options
author | ghen <ghen> | 2012-05-30 11:52:05 +0000 |
---|---|---|
committer | ghen <ghen> | 2012-05-30 11:52:05 +0000 |
commit | 223f683290a61e28832cd9455eaacc95f2ef2fd1 (patch) | |
tree | d5375f47cd12b4353f92c4a132208c747dba09e7 /mail/dovecot2 | |
parent | 39e610550019f102a8976124c9c0aaa4ad5736a4 (diff) | |
download | pkgsrc-223f683290a61e28832cd9455eaacc95f2ef2fd1.tar.gz |
Update to Dovecot 2.1.7
* LDAP: Compatibility fix for v2.0: ldap: If attributes contain
ldapAttr=key=template%$ and ldapAttr doesn't exist, skip the key
instead of using "template" value with empty %$ part for the key.
+ pop3: Added pop3_uidl_duplicates setting for changing the behavior
for duplicate UIDLs.
+ director: Added "doveadm director ring remove" command.
- director: Don't crash with quickly disconnecting incoming director
connections.
- mdbox: If mail was originally saved to non-INBOX, and namespace
prefix is non-empty, don't assert-crash when rebuilding indexes.
- sdbox: Don't use more fds than necessary when copying mails.
- auth: Fixed crash with DIGEST-MD5 when attempting to do master user
login without master passdbs.
- Several fixes to mail_shared_explicit_inbox=no
- imapc: Use imapc_list_prefix also for listing subscriptions.
Diffstat (limited to 'mail/dovecot2')
-rw-r--r-- | mail/dovecot2/Makefile | 5 | ||||
-rw-r--r-- | mail/dovecot2/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index c62ab8c3f70..9efe08db321 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2012/05/14 14:04:59 taca Exp $ +# $NetBSD: Makefile,v 1.26 2012/05/30 11:52:05 ghen Exp $ -DISTNAME= dovecot-2.1.6 -PKGREVISION= 1 +DISTNAME= dovecot-2.1.7 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/2.1/ diff --git a/mail/dovecot2/distinfo b/mail/dovecot2/distinfo index c93a69d553e..f5004ddcbe4 100644 --- a/mail/dovecot2/distinfo +++ b/mail/dovecot2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.22 2012/05/14 14:04:59 taca Exp $ +$NetBSD: distinfo,v 1.23 2012/05/30 11:52:05 ghen Exp $ -SHA1 (dovecot-2.1.6.tar.gz) = 88bde8a8110646ef1a5b594337a21964e5b35850 -RMD160 (dovecot-2.1.6.tar.gz) = 807ddcc41402b0ea6c8bfd33ec8df9ed1ff75d95 -Size (dovecot-2.1.6.tar.gz) = 3773967 bytes +SHA1 (dovecot-2.1.7.tar.gz) = 68fc6c80b71946d88f492b3182cb73b43b921bbe +RMD160 (dovecot-2.1.7.tar.gz) = 72275ef2f1408f1c361f94d37a14d33545706b44 +Size (dovecot-2.1.7.tar.gz) = 3778791 bytes SHA1 (patch-aa) = 882f0c9fcf3acdfd2feaf7919309f770324f9843 SHA1 (patch-ab) = 218948585c96492a832ea903f31a6f9ad9fc69f0 SHA1 (patch-ac) = dc5db4870b14bf2424f0c957f5cf7f1a289fefe6 |