From 6467c3170828e02ff2ea81f17b91e43c97fce693 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:23:42 +0000 Subject: [PATCH] auto-import changelog data from dovecot-0.99.10.6-1,FC3,1.src.rpm Wed Jun 30 2004 John Dennis - bump rev for build - change rev for FC3 build Fri Jun 25 2004 John Dennis - 0.99.10.6-1 - bring up to date with upstream, recent change log comments from Timo Sirainen were: SHA1 password support using OpenSSL crypto library mail_extra_groups setting maildir_stat_dirs setting Added NAMESPACE capability and command Autocreate missing maildirs (instead of crashing) Fixed occational crash in maildir synchronization Fixed occational assertion crash in ioloop.c Fixed FreeBSD compiling issue Fixed issues with 64bit Solaris binary --- .cvsignore | 2 +- dovecot-0.99.10.4-conf.patch | 26 ++++++++------------------ dovecot.spec | 21 +++++++++++++++++++-- sources | 2 +- 4 files changed, 29 insertions(+), 22 deletions(-) diff --git a/.cvsignore b/.cvsignore index 6f0c864..bafd30b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -dovecot-0.99.10.5.tar.gz +dovecot-0.99.10.6.tar.gz diff --git a/dovecot-0.99.10.4-conf.patch b/dovecot-0.99.10.4-conf.patch index b6934b8..1eb8e39 100644 --- a/dovecot-0.99.10.4-conf.patch +++ b/dovecot-0.99.10.4-conf.patch @@ -1,6 +1,5 @@ -diff -urN dovecot-0.99.10.4.orig/dovecot-example.conf dovecot-0.99.10.4/dovecot-example.conf ---- dovecot-0.99.10.4.orig/dovecot-example.conf 2003-11-08 05:21:22.000000000 -1000 -+++ dovecot-0.99.10.4/dovecot-example.conf 2004-05-07 03:49:31.604463526 -1000 +--- dovecot-0.99.10.6.orig/dovecot-example.conf 2004-06-18 15:25:31.000000000 -0400 ++++ dovecot-0.99.10.6/dovecot-example.conf 2004-06-25 16:54:22.000000000 -0400 @@ -4,7 +4,7 @@ # any of the lines. Exception to this are paths, they're just examples # with real defaults being based on configure options. The paths listed here @@ -21,16 +20,16 @@ diff -urN dovecot-0.99.10.4.orig/dovecot-example.conf dovecot-0.99.10.4/dovecot- # SSL parameter file. Master process generates this file for login processes. # It contains Diffie Hellman and RSA parameters. -@@ -67,7 +67,7 @@ - # Directory where authentication process places authentication UNIX sockets +@@ -68,7 +68,7 @@ # which login needs to be able to connect to. The sockets are created when - # running as root, so you don't have to worry about permissions. + # running as root, so you don't have to worry about permissions. Note that + # everything in this directory is deleted when Dovecot is started. -#login_dir = /var/run/dovecot/login +login_dir = /var/run/dovecot-login # chroot login process to the login_dir. Only reason not to do this is if you # wish to run the whole Dovecot without roots. -@@ -288,7 +288,7 @@ +@@ -300,7 +300,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. @@ -39,21 +38,12 @@ diff -urN dovecot-0.99.10.4.orig/dovecot-example.conf dovecot-0.99.10.4/dovecot- # 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 -@@ -380,7 +380,8 @@ - # vpopmail: vpopmail library - # ldap : LDAP, see doc/dovecot-ldap.conf - # pgsql : a PostgreSQL database, see doc/dovecot-pgsql.conf - auth_userdb = passwd -+# auth_userdb = pgsql /usr/local/etc/dovecot-pgsql.conf - - # Where password database is kept: - # passwd: /etc/passwd or similiar, using getpwnam() -@@ -391,7 +391,8 @@ +@@ -403,7 +403,8 @@ # vpopmail: vpopmail authentication # ldap : LDAP, see doc/dovecot-ldap.conf # pgsql : a PostgreSQL database, see doc/dovecot-pgsql.conf -auth_passdb = pgsql /usr/local/etc/dovecot-pgsql.conf -+# auth_passdb = pgsql /usr/local/etc/dovecot-pgsql.conf ++#auth_passdb = pgsql /usr/local/etc/dovecot-pgsql.conf +auth_passdb = pam #auth_executable = /usr/libexec/dovecot/dovecot-auth diff --git a/dovecot.spec b/dovecot.spec index a0debde..ea12478 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -1,7 +1,7 @@ Summary: Dovecot Secure imap server Name: dovecot -Version: 0.99.10.5 -Release: 2 +Version: 0.99.10.6 +Release: 1,FC3,1 License: GPL Group: System Environment/Daemons Source: %{name}-%{version}.tar.gz @@ -111,6 +111,23 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jun 30 2004 John Dennis +- bump rev for build +- change rev for FC3 build + +* Fri Jun 25 2004 John Dennis - 0.99.10.6-1 +- bring up to date with upstream, + recent change log comments from Timo Sirainen were: + SHA1 password support using OpenSSL crypto library + mail_extra_groups setting + maildir_stat_dirs setting + Added NAMESPACE capability and command + Autocreate missing maildirs (instead of crashing) + Fixed occational crash in maildir synchronization + Fixed occational assertion crash in ioloop.c + Fixed FreeBSD compiling issue + Fixed issues with 64bit Solaris binary + * Tue Jun 15 2004 Elliot Lee - rebuilt diff --git a/sources b/sources index 51e6fbf..61829c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -acda02c8bdcff5e194a8b9227ccb74b5 dovecot-0.99.10.5.tar.gz +4f4f61147dc202a05c673a77535e5a46 dovecot-0.99.10.6.tar.gz