diff --git a/dovecot-configfile.patch b/dovecot-configfile.patch index 5636b39..9d77ed4 100644 --- a/dovecot-configfile.patch +++ b/dovecot-configfile.patch @@ -1,5 +1,5 @@ --- dovecot-0.99.13/dovecot-example.conf 2004-12-29 13:00:24.000000000 -0500 -+++ dovecot-0.99.13/dovecot.conf 2005-01-13 14:24:24.000000000 -0500 ++++ dovecot-0.99.13/dovecot.conf 2005-01-17 11:49:56.000000000 -0500 @@ -1,30 +1,24 @@ ## Dovecot 1.0 configuration file @@ -56,6 +56,15 @@ # chroot login process to the login_dir. Only reason not to do this is if you # wish to run the whole Dovecot without roots. +@@ -308,7 +302,7 @@ + # with is important to avoid deadlocks if other MTAs/MUAs are using both fcntl + # and flock. Some operating systems don't allow using both of them + # simultaneously, eg. BSDs. If dotlock is used, it's always created first. +-#mbox_locks = dotlock fcntl ++mbox_locks = fcntl + + # Should we create dotlock file even when we want only a read-lock? Setting + # this to yes hurts the performance when the mailbox is accessed simultaneously diff -u -r dovecot-0.99.11.orig/doc/mkcert.sh dovecot-0.99.11/doc/mkcert.sh --- dovecot-0.99.11.orig/doc/mkcert.sh 2004-07-22 20:04:37.000000000 -0400 +++ dovecot-0.99.11/doc/mkcert.sh 2004-12-22 16:33:20.000000000 -0500 diff --git a/dovecot.spec b/dovecot.spec index 1b3e6f3..a9c012c 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -1,7 +1,7 @@ Summary: Dovecot Secure imap server Name: dovecot Version: 0.99.13 -Release: 2.devel +Release: 3.devel License: LGPL Group: System Environment/Daemons @@ -32,12 +32,10 @@ Prereq: openssl, /sbin/chkconfig, /usr/sbin/useradd %if %{build_postgres} BuildRequires: postgresql-devel -Prereq: postgresql %endif %if %{build_mysql} BuildRequires: mysql-devel -Prereq: mysql %endif %define docdir %{_docdir}/%{name}-%{version} @@ -161,6 +159,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jan 17 2005 John Dennis 0.99.13-3.devel +- fix bug #145214, force mbox_locks to fcntl only +- fix bug #145241, remove prereq on postgres and mysql, allow rpm auto + dependency generator to pick up client lib dependency if needed. + * Thu Jan 13 2005 John Dennis 0.99.13-2.devel - make postgres & mysql conditional build - remove execute bit on migration example scripts so rpm does not pull