diff options
author | adam <adam> | 2013-11-06 14:20:58 +0000 |
---|---|---|
committer | adam <adam> | 2013-11-06 14:20:58 +0000 |
commit | 5787dcab84235a5175af21a4981bd3f414d0014b (patch) | |
tree | b9d5e4fd52a7683f1f6dcec5868fb27fd045e173 /mail/dovecot2 | |
parent | 2788b0430a0615569f91958a73990fccbe0c094b (diff) | |
download | pkgsrc-5787dcab84235a5175af21a4981bd3f414d0014b.tar.gz |
Changes 2.2.7:
* Some usage of passdb checkpassword could have been exploitable by
local users. You may need to modify your setup to keep it working.
See http://wiki2.dovecot.org/AuthDatabase/CheckPassword#Security
+ auth: Added ability to truncate values logged by
auth_verbose_passwords (see 10-logging.conf comment)
+ mdbox: Added "mdbox_deleted" storage, which can be used to access
messages with refcount=0. For example: doveadm import
mdbox_deleted:~/mdbox "" mailbox inbox subject oops
+ ssl-params: Added ssl_dh_parameters_length setting.
- master process was doing a hostname.domain lookup for each created
process, which may have caused a lot of unnecessary DNS lookups.
- dsync: Syncing over 100 messages at once caused problems in some
situations, causing messages to get new UIDs.
- fts-solr: Different Solr hosts for different users didn't work.
Diffstat (limited to 'mail/dovecot2')
-rw-r--r-- | mail/dovecot2/Makefile | 5 | ||||
-rw-r--r-- | mail/dovecot2/PLIST | 3 | ||||
-rw-r--r-- | mail/dovecot2/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index 28500b639ac..e04c0c248b1 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.52 2013/10/19 09:07:07 adam Exp $ +# $NetBSD: Makefile,v 1.53 2013/11/06 14:20:58 adam Exp $ -DISTNAME= dovecot-2.2.6 -PKGREVISION= 1 +DISTNAME= dovecot-2.2.7 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/${PKGVERSION_NOREV:R}/ diff --git a/mail/dovecot2/PLIST b/mail/dovecot2/PLIST index ef1ed5cb404..1732dd97840 100644 --- a/mail/dovecot2/PLIST +++ b/mail/dovecot2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.28 2013/10/08 13:52:47 adam Exp $ +@comment $NetBSD: PLIST,v 1.29 2013/11/06 14:20:58 adam Exp $ bin/doveadm bin/doveconf bin/dsync @@ -135,6 +135,7 @@ include/dovecot/imap-fetch.h include/dovecot/imap-id.h include/dovecot/imap-list.h include/dovecot/imap-match.h +include/dovecot/imap-metadata.h include/dovecot/imap-msgpart-url.h include/dovecot/imap-msgpart.h include/dovecot/imap-notify.h diff --git a/mail/dovecot2/distinfo b/mail/dovecot2/distinfo index 29c5c411153..a0b41dfd56f 100644 --- a/mail/dovecot2/distinfo +++ b/mail/dovecot2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.39 2013/10/08 13:52:47 adam Exp $ +$NetBSD: distinfo,v 1.40 2013/11/06 14:20:58 adam Exp $ -SHA1 (dovecot-2.2.6.tar.gz) = e0dc3953f614cc9e2a94c1bde80fbfe5be88043d -RMD160 (dovecot-2.2.6.tar.gz) = 8bd2771f17740c6b66d6ef39805d62a1a1cb43dc -Size (dovecot-2.2.6.tar.gz) = 4483169 bytes +SHA1 (dovecot-2.2.7.tar.gz) = e28eeef56909c991d0d549cef52d51be65d3f993 +RMD160 (dovecot-2.2.7.tar.gz) = b5f257d92ec7e2bc21cf222fbe12c7de10080bdf +Size (dovecot-2.2.7.tar.gz) = 4509163 bytes SHA1 (patch-aa) = ea185011f0c1ee3aa1ff528e61f6f356fe385666 SHA1 (patch-ab) = ce698e00729aeccbb7f3fa4ee9d037791fdd2d14 SHA1 (patch-ac) = dc5db4870b14bf2424f0c957f5cf7f1a289fefe6 |