diff options
author | grant <grant@pkgsrc.org> | 2006-05-12 11:02:48 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2006-05-12 11:02:48 +0000 |
commit | 4a9601fb8edbadf680bfdb5b8d297d12caf92d76 (patch) | |
tree | d14dc64a4fa89c599a8a5b71e84c3f6f3f3a98d4 /mail/dovecot/distinfo | |
parent | 97c3b535ae2dc0c12afc72da9a48baaff8fcb507 (diff) | |
download | pkgsrc-4a9601fb8edbadf680bfdb5b8d297d12caf92d76.tar.gz |
update dovecot to 1.0beta8.
changes since 1.0beta7:
* Fixed a security hole with mbox: "1 LIST .. *" command could
list all directories and files under the mbox root directory, so
if your mails were stored in eg. /var/mail/%u/ directory, the
command would list everything under /var/mail.
+ Unless nfs_check=no or mmap_disable=yes, check for the first login
if the user's index directory exists in NFS mount. If so, refuse to
run. This is done only on first login to avoid constant extra
overhead.
+ If we have plugins set and imap_capability unset, figure out the
IMAP capabilities automatically by running imap binary at startup.
The generated capability list isn't updated until Dovecot is
restarted completely, so if you add or remove IMAP plugins you
should restart. If you have problems related to this, set
imap_capabilities setting manually to work around it.
+ Added auth_username_format setting
- pop3_lock_session setting wasn't really working
- Lots of fixes related to quota handling. It's still not working
perfectly though.
- Lots of index handling fixes, especially with mmap_disable=yes
- Maildir: saving mails could have sometimes caused "Append with UID
n, but next_uid = m" errors
- flock() locking never timeouted because ignoring SIGALRM caused the
system call just to be restarted when SIGALRM occurred (probably not
with all OSes though?)
- kqueue: Fixed "Unrecognized event". Patch by Vaclav Haisman
Diffstat (limited to 'mail/dovecot/distinfo')
-rw-r--r-- | mail/dovecot/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index 235e27e8461..0fb4ca53df4 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.28 2006/04/14 19:01:53 ghen Exp $ +$NetBSD: distinfo,v 1.29 2006/05/12 11:02:48 grant Exp $ -SHA1 (dovecot-1.0.beta7.tar.gz) = f70024426a8dd015f3ea6aeff8fd04dd6fadd88a -RMD160 (dovecot-1.0.beta7.tar.gz) = e137f15709c864d55517085db2d8b8ac7894b9aa -Size (dovecot-1.0.beta7.tar.gz) = 1406322 bytes +SHA1 (dovecot-1.0.beta8.tar.gz) = fedd38c29a2bc396df386636ed5d8b65ecab0ff6 +RMD160 (dovecot-1.0.beta8.tar.gz) = 101a7011467691ba5f4a6f48e21d6d1dc5626c16 +Size (dovecot-1.0.beta8.tar.gz) = 1392106 bytes SHA1 (patch-aa) = b2d48d991cb57f1ae99617d26a5d9f30fcdc4700 SHA1 (patch-ab) = a674cc1cb195e31f7c8cd1cd2735c69e3562fca7 |