auto-import changelog data from dovecot-0.99.10.5-1.src.rpm
Thu May 27 2004 David Woodhouse <dwmw2@redhat.com> 0.99.10.5-1 - Update to 0.99.10.5 to fix maildir segfaults (#123022)
This commit is contained in:
parent
1d7855bdef
commit
d738498f51
@ -1 +1 @@
|
||||
dovecot-0.99.10.4.tar.gz
|
||||
dovecot-0.99.10.5.tar.gz
|
||||
|
@ -39,13 +39,11 @@ 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,8 +380,8 @@
|
||||
@@ -380,7 +380,8 @@
|
||||
# vpopmail: vpopmail library
|
||||
# ldap <config path>: LDAP, see doc/dovecot-ldap.conf
|
||||
# pgsql <config path>: a PostgreSQL database, see doc/dovecot-pgsql.conf
|
||||
-#auth_userdb = passwd
|
||||
-auth_userdb = pgsql /usr/local/etc/dovecot-pgsql.conf
|
||||
+auth_userdb = passwd
|
||||
auth_userdb = passwd
|
||||
+# auth_userdb = pgsql /usr/local/etc/dovecot-pgsql.conf
|
||||
|
||||
# Where password database is kept:
|
||||
|
14
dovecot.spec
14
dovecot.spec
@ -1,7 +1,7 @@
|
||||
Summary: Dovecot Secure imap server
|
||||
Name: dovecot
|
||||
Version: 0.99.10.4
|
||||
Release: 4
|
||||
Version: 0.99.10.5
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
@ -10,9 +10,6 @@ Source2: dovecot.pam
|
||||
Patch100: dovecot-0.99.10.4-conf.patch
|
||||
|
||||
# Patches 500+ from upstream fixes
|
||||
Patch500: dovecot-0.99.10.4-maildir.patch
|
||||
Patch501: dovecot-0.99.10.4-customflags-fix.patch
|
||||
Patch502: dovecot-0.99.10.4-imap-fetch-body-section.patch
|
||||
URL: http://dovecot.procontrol.fi/
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
BuildRequires: openssl-devel
|
||||
@ -33,10 +30,6 @@ in either of maildir or mbox formats.
|
||||
|
||||
%patch100 -p1 -b .config
|
||||
|
||||
%patch500 -p0 -b .maildir
|
||||
%patch501 -p0 -b .customflags-fix
|
||||
%patch502 -p1 -b .imap-fetch-body-section
|
||||
|
||||
%build
|
||||
%configure --with-ssl=openssl --with-ssldir=/usr/share/ssl --with-ldap
|
||||
|
||||
@ -118,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu May 27 2004 David Woodhouse <dwmw2@redhat.com> 0.99.10.5-1
|
||||
- Update to 0.99.10.5 to fix maildir segfaults (#123022)
|
||||
|
||||
* Fri May 07 2004 Warren Togami <wtogami@redhat.com> 0.99.10.4-4
|
||||
- default auth config that is actually usable
|
||||
- Timo Sirainen (author) suggested functionality fixes
|
||||
|
Loading…
Reference in New Issue
Block a user