pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/dovecot Update to Dovecot 1.1.7. Changes since 1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a72f0985acd
branches:  trunk
changeset: 550572:4a72f0985acd
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Mon Nov 24 09:54:29 2008 +0000

description:
Update to Dovecot 1.1.7.  Changes since 1.1.6:

* IMAP QUOTA extension now returns "MESSAGE" quota, not "MESSAGES".
  This makes Dovecot now RFC 2087 compliant. Hopefully this change
  doesn't break anyone's Dovecot-specific quota checking code..

+ Added !include and !include_try directives to config file reader.
  Note that !include doesn't currently work with deliver. The main
  point here is that ssl_key_password can be placed to a different
  file with !include_try that deliver can just ignore.
+ More error/debug message logging improvements.
- v1.1.6 gave "userdb didn't return a home directory" error at startup
- Some config file parsers (deliver, passwd-file, acl, trash) ignored
  the file's last line if it didn't end with LF.
- fts: SEARCH SUBJECT didn't search messages that weren't already
  in fts index.
- fts-solr: Don't assert-crash if we couldn't connect to Solr.
- IMAP: Mailbox deletion gave an error, but still worked, if mails'
  control directory wasn't the same as index directory.
- Several fixes to rarely used mailbox list layout configurations.

diffstat:

 mail/dovecot/Makefile |  4 ++--
 mail/dovecot/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 892578e0fbe0 -r 4a72f0985acd mail/dovecot/Makefile
--- a/mail/dovecot/Makefile     Mon Nov 24 09:52:30 2008 +0000
+++ b/mail/dovecot/Makefile     Mon Nov 24 09:54:29 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.123 2008/11/02 16:19:53 adrianp Exp $
+# $NetBSD: Makefile,v 1.124 2008/11/24 09:54:29 ghen Exp $
 
-DISTNAME=              dovecot-1.1.6
+DISTNAME=              dovecot-1.1.7
 CATEGORIES=            mail
 MASTER_SITES=          http://www.dovecot.org/releases/1.1/
 
diff -r 892578e0fbe0 -r 4a72f0985acd mail/dovecot/distinfo
--- a/mail/dovecot/distinfo     Mon Nov 24 09:52:30 2008 +0000
+++ b/mail/dovecot/distinfo     Mon Nov 24 09:54:29 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.88 2008/11/02 16:19:53 adrianp Exp $
+$NetBSD: distinfo,v 1.89 2008/11/24 09:54:29 ghen Exp $
 
-SHA1 (dovecot-1.1.6.tar.gz) = 722fbe8cd199a8fabb01876df9da27460a0b19f9
-RMD160 (dovecot-1.1.6.tar.gz) = 35f0f2b9d9a661a9ee6fbc2a6ce4f08dedead5a3
-Size (dovecot-1.1.6.tar.gz) = 2320875 bytes
+SHA1 (dovecot-1.1.7.tar.gz) = d8554a1e1f04a84ddf009d1599526c016b36582b
+RMD160 (dovecot-1.1.7.tar.gz) = e2a53de356910094f2516b33f4155ded4cf5a6dc
+Size (dovecot-1.1.7.tar.gz) = 2325617 bytes
 SHA1 (patch-aa) = 6258057d49add91f06d4dd51ded72e42f6774354
 SHA1 (patch-ab) = e298616fa4b88da4f0748b025deeedd36b5a49dd
 SHA1 (patch-ac) = 6fe2f73109ff611040b816d14cd587212c319f32



Home | Main Index | Thread Index | Old Index