diff options
author | ghen <ghen@pkgsrc.org> | 2006-02-06 15:54:37 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-02-06 15:54:37 +0000 |
commit | 0b7a2ecb2bc3ff15043a994e37cb9b420d38c89c (patch) | |
tree | 92b42eea19fa6a5e31edb8444aed8db7c4cf5546 /mail/dovecot/distinfo | |
parent | 7a9aac73296bc2411be3b69083c7c540574459c7 (diff) | |
download | pkgsrc-0b7a2ecb2bc3ff15043a994e37cb9b420d38c89c.tar.gz |
- Update mail/dovecot to 1.0beta2. The 1.0 betas are very stable, and
recommended by the Dovecot author (the 0.99.x series are deprecated).
Major changes:
v1.0.beta2 2006-01-22 Timo Sirainen <tss@iki.fi>
+ Added SQLite support. Patch by Jakob Hirsch.
+ Added auth_debug_passwords setting. If it's not enabled, hide all
password strings from logs.
+ Added mail_cache_min_mail_count and mbox_min_index_size settings
which can be used to make Dovecot do less disk writes in small
mailboxes where they don't benefit that much.
+ Added --build-ssl-parameters parameter to dovecot binary
- SSL parameters were being regenerated every 10 minutes, although not
with all systems.
- Fixed dovecot-auth crashing at startup. Happened only with some
specific compilers.
- base_dir was supposed to be set world-readable, not world-writable
v1.0.beta1 2006-01-16 Timo Sirainen <tss@iki.fi>
* Almost a complete rewrite since 0.99.x, but some of the major
changes are:
+ Index file code rewritten to do less disk I/O, wait locks less and in
generate be smarter. They also support being in clustered filesystems
and NFS support is mostly working also.
+ Mail caching is smarter. Only the data that client requests is
cached. Before Dovecot opened and cached all mails when mailbox was
opened the first time, which was slow.
+ Mbox handling code rewritten to be much faster, safer and correct
+ New authentication mechanisms: APOP, GSSAPI, LOGIN, NTLM and RPA.
+ LDAP supports authentication binds
+ Authentication server can cache password database lookups
+ Support for multiple authentication databases
+ Namespace configuration
+ Dovecot works with shared
- Add an option for sqlite support.
- Take over maintainership.
All suggested (and ok'ed) by xtraeme.
Diffstat (limited to 'mail/dovecot/distinfo')
-rw-r--r-- | mail/dovecot/distinfo | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index 91aa4d50f6f..1536a920c74 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.18 2005/02/24 09:59:21 agc Exp $ +$NetBSD: distinfo,v 1.19 2006/02/06 15:54:37 ghen Exp $ -SHA1 (dovecot-0.99.14.tar.gz) = b93569c3ca8849ced7ab0580e95d83771c4686fa -RMD160 (dovecot-0.99.14.tar.gz) = 5c6f370f2e81472c5d1d8a639b1edc63df362e6b -Size (dovecot-0.99.14.tar.gz) = 871285 bytes -SHA1 (patch-aa) = c1079f49bdaa2e6cf648afad2c7bda025e2c1ac8 -SHA1 (patch-ab) = 75c8560479dcec3cb7e5c08030303959fcee30ea +SHA1 (dovecot-1.0.beta2.tar.gz) = cf25468db5eb171cdf020c39296ae4a688417873 +RMD160 (dovecot-1.0.beta2.tar.gz) = 446072d3aef6288b18392b7002bbe3eaf124fa99 +Size (dovecot-1.0.beta2.tar.gz) = 1340629 bytes +SHA1 (patch-aa) = be37d7ed741930e683028e6ea626aa1d312a328e +SHA1 (patch-ab) = 0e1f60ac3bd3dfeb4439da7bba1f7c0a73643150 |