diff options
author | ghen <ghen@pkgsrc.org> | 2008-11-24 09:54:29 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2008-11-24 09:54:29 +0000 |
commit | 993da701720b54acca14bdf6f368a0bbafbb3a79 (patch) | |
tree | f01b16e75333a3ba89783fcbd969290bb7f79072 /mail/dovecot | |
parent | e961365ef28385df47524840d4e38cde5a33abd4 (diff) | |
download | pkgsrc-993da701720b54acca14bdf6f368a0bbafbb3a79.tar.gz |
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 (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index f92e0e2c959..cad51025a77 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -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 --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index cf6bd3cf361..60006a49338 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -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 |