summaryrefslogtreecommitdiff
path: root/mail/dovecot
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2006-05-12 11:02:48 +0000
committergrant <grant@pkgsrc.org>2006-05-12 11:02:48 +0000
commit4a9601fb8edbadf680bfdb5b8d297d12caf92d76 (patch)
treed14dc64a4fa89c599a8a5b71e84c3f6f3f3a98d4 /mail/dovecot
parent97c3b535ae2dc0c12afc72da9a48baaff8fcb507 (diff)
downloadpkgsrc-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')
-rw-r--r--mail/dovecot/Makefile4
-rw-r--r--mail/dovecot/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
index e0de0d8f43f..8db2b4c98d9 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2006/04/23 00:12:38 jlam Exp $
+# $NetBSD: Makefile,v 1.51 2006/05/12 11:02:48 grant Exp $
-DISTNAME= dovecot-1.0.beta7
+DISTNAME= dovecot-1.0.beta8
PKGNAME= ${DISTNAME:S/.beta/beta/}
CATEGORIES= mail
MASTER_SITES= http://www.dovecot.org/releases/
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