dovecot-2.0-sslstream: Disabled Berkeley DB support until someon...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:57:43 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/6ecb1b7528c9
changeset: 10582:6ecb1b7528c9
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jan 25 01:08:12 2010 +0200
description:
Disabled Berkeley DB support until someone fixes it.

diffstat:

2 files changed, 7 insertions(+), 4 deletions(-)
configure.in           |    9 +++++----
src/lib-dict/dict-db.c |    2 ++

diffs (29 lines):

diff -r 2af2a6afb3e5 -r 6ecb1b7528c9 configure.in
--- a/configure.in	Mon Jan 25 01:03:42 2010 +0200
+++ b/configure.in	Mon Jan 25 01:08:12 2010 +0200
@@ -114,10 +114,11 @@ AC_ARG_WITH(vpopmail,
 		vpopmail_home="`echo ~vpopmail`"
 	])
 
-AC_ARG_WITH(db,
-[  --with-db               Build with Berkeley DB support],
-  TEST_WITH(db, $withval),
-  want_db=no)
+# Berkeley DB support is more or less broken. Disabled for now.
+#AC_ARG_WITH(db,
+#[  --with-db               Build with Berkeley DB support],
+#  TEST_WITH(db, $withval),
+#  want_db=no)
 
 dnl The --with-sql is useful only if Dovecot is being built with all the SQL
 dnl drivers as modules. If any SQL driver is built-in, this option is ignored.
diff -r 2af2a6afb3e5 -r 6ecb1b7528c9 src/lib-dict/dict-db.c
--- a/src/lib-dict/dict-db.c	Mon Jan 25 01:03:42 2010 +0200
+++ b/src/lib-dict/dict-db.c	Mon Jan 25 01:08:12 2010 +0200
@@ -1,4 +1,6 @@
 /* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */
+
+/* FIXME: BDB isn't being used correctly/safely. */
 
 #include "lib.h"
 #include "dict-private.h"


More information about the dovecot-cvs mailing list