- dovecot updated
- vpopmail support is disabled for now, since it's broken. You can use it via checkpassword support or its sql/ldap database directly. - maildir: Fixed "duplicate uidlist entry" errors that happened at least with LMTP when mail was delivered to multiple recipients - Deleting ACLs didn't cause entries to be removed from acl_shared_dict - mail_max_lock_timeout setting wasn't working with all locks
This commit is contained in:
parent
ef76e88337
commit
3abc14bbe9
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,3 +8,5 @@ pigeonhole-snap0592366457df.tar.bz2
|
||||
/pigeonhole-snap1ae9569b0383.tar.bz2
|
||||
/dovecot-2.0.1.tar.gz
|
||||
/pigeonhole-snapd51650c8af85.tar.bz2
|
||||
/dovecot-2.0.2.tar.gz
|
||||
/pigeonhole-snapfbcb05e7eda1.tar.bz2
|
||||
|
13
dovecot.spec
13
dovecot.spec
@ -1,7 +1,7 @@
|
||||
Summary: Secure imap and pop3 server
|
||||
Name: dovecot
|
||||
Epoch: 1
|
||||
Version: 2.0.1
|
||||
Version: 2.0.2
|
||||
Release: 1%{?dist}
|
||||
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
|
||||
License: MIT and LGPLv2
|
||||
@ -15,7 +15,7 @@ Source1: dovecot.init
|
||||
Source2: dovecot.pam
|
||||
#Source8: http://hg.rename-it.nl/dovecot-2.0-pigeonhole/archive/tip.tar.bz2
|
||||
#we use this ^^^ repository snapshost just renamed to contain last commit in name
|
||||
%global phsnap d51650c8af85
|
||||
%global phsnap fbcb05e7eda1
|
||||
Source8: pigeonhole-snap%{phsnap}.tar.bz2
|
||||
Source9: dovecot.sysconfig
|
||||
|
||||
@ -361,6 +361,15 @@ make check
|
||||
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
||||
|
||||
%changelog
|
||||
* Thu Sep 16 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.2-1
|
||||
- dovecot updated
|
||||
- vpopmail support is disabled for now, since it's broken. You can use
|
||||
it via checkpassword support or its sql/ldap database directly.
|
||||
- maildir: Fixed "duplicate uidlist entry" errors that happened at
|
||||
least with LMTP when mail was delivered to multiple recipients
|
||||
- Deleting ACLs didn't cause entries to be removed from acl_shared_dict
|
||||
- mail_max_lock_timeout setting wasn't working with all locks
|
||||
|
||||
* Wed Aug 25 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.1-1
|
||||
- dovecot and pigeonhole updated
|
||||
- sieve: sieved renamed to sieve-dump
|
||||
|
Loading…
Reference in New Issue
Block a user