summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-05-28 22:20:42 +0000
committerxtraeme <xtraeme>2004-05-28 22:20:42 +0000
commit4ed72a5a8cec3a7acec03ec8d925323ee1eed83b (patch)
tree51616d62f01b5aa7e0bbd9cb4e6fc44cdda8857b /mk
parentb223a8cc5e1427fa25a3f97c2d6f0b0eea7fe1bf (diff)
downloadpkgsrc-4ed72a5a8cec3a7acec03ec8d925323ee1eed83b.tar.gz
Update mail/dovecot to 0.99.10.5.
v0.99.10.5 2003-12-27 Timo Sirainen <tss@iki.fi> + MySQL authentication, patch by Matthew Reimer + --with-moduledir configure option - mbox: APPEND reversed given \Draft and \Deleted flags - mbox: "LF not found" errors happened sometimes when X-IMAPbase header was updated. Possibly corrupted mbox sometimes. Thanks to Fabrice Bellet for finding this bug. - Custom flags couldn't be unset - Maildir: make sure ":2," is appended to filename when moving mails from new/ to cur/. - Maildir: synchronization might have sometimes set wrong flags to messages, or crash completely - Maildir: RENAME xx inbox.xx didn't result as uppercased ".INBOX.xx" directory which then couldn't be accessed - Don't crash with RAND_bytes() error messages anymore. This mostly happened with Fedora/RedHat. pkgsrc changes: o Disable crammd5 patch, doesn't apply cleanly anymore. o Add a new option "DOVECOT_USE_MYSQL" to authenticate users against a mysql database.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.defaults.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk
index 9123e647359..d352341ede5 100644
--- a/mk/bsd.pkg.defaults.mk
+++ b/mk/bsd.pkg.defaults.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.244 2004/05/27 09:28:15 recht Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.245 2004/05/28 22:20:42 xtraeme Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -808,6 +808,11 @@ DOVECOT_USE_GNUTLS?= NO
# Possible: YES, NO
# Default: NO
+DOVECOT_USE_MYSQL?= NO
+# Used by dovecot package to determive whether to enable MySQL support.
+# Possible: YES, NO
+# Default: NO
+
DOVECOT_USE_PGSQL?= NO
# Used by dovecot package to determine whether to enable PostgreSQL support.
# Possible: YES, NO