pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dovecot2 Changes 2.2.7:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a22600f11ded
branches:  trunk
changeset: 626275:a22600f11ded
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 06 14:20:58 2013 +0000

description:
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:

 mail/dovecot2/Makefile |  5 ++---
 mail/dovecot2/PLIST    |  3 ++-
 mail/dovecot2/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 0c65759f4980 -r a22600f11ded mail/dovecot2/Makefile
--- a/mail/dovecot2/Makefile    Wed Nov 06 13:31:38 2013 +0000
+++ b/mail/dovecot2/Makefile    Wed Nov 06 14:20:58 2013 +0000
@@ -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 -r 0c65759f4980 -r a22600f11ded mail/dovecot2/PLIST
--- a/mail/dovecot2/PLIST       Wed Nov 06 13:31:38 2013 +0000
+++ b/mail/dovecot2/PLIST       Wed Nov 06 14:20:58 2013 +0000
@@ -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-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 -r 0c65759f4980 -r a22600f11ded mail/dovecot2/distinfo
--- a/mail/dovecot2/distinfo    Wed Nov 06 13:31:38 2013 +0000
+++ b/mail/dovecot2/distinfo    Wed Nov 06 14:20:58 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index