dovecot updated to 2.2.6, pigeonhole updated to 0.4.2
- director: v2.2.5 changes caused "SYNC lost" errors - dsync: Many fixes and error handling improvements - doveadm -A: Don't waste CPU by doing a separate config lookup for each user - Long-running ssl-params process no longer prevents Dovecot restart - mbox: Fixed mailbox_list_index=yes to work correctly
This commit is contained in:
parent
94cb062d1e
commit
ddae93e1d0
2
.gitignore
vendored
2
.gitignore
vendored
@ -71,3 +71,5 @@ pigeonhole-snap0592366457df.tar.bz2
|
||||
/dovecot-2.2.4.tar.gz
|
||||
/dovecot-2.2-pigeonhole-0.4.1.tar.gz
|
||||
/dovecot-2.2.5.tar.gz
|
||||
/dovecot-2.2.6.tar.gz
|
||||
/dovecot-2.2-pigeonhole-0.4.2.tar.gz
|
||||
|
15
dovecot.spec
15
dovecot.spec
@ -3,9 +3,9 @@
|
||||
Summary: Secure imap and pop3 server
|
||||
Name: dovecot
|
||||
Epoch: 1
|
||||
Version: 2.2.5
|
||||
Version: 2.2.6
|
||||
%global prever %{nil}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
|
||||
License: MIT and LGPLv2
|
||||
Group: System Environment/Daemons
|
||||
@ -14,7 +14,7 @@ URL: http://www.dovecot.org/
|
||||
Source: http://www.dovecot.org/releases/2.2/%{name}-%{version}%{?prever}.tar.gz
|
||||
Source1: dovecot.init
|
||||
Source2: dovecot.pam
|
||||
%global pigeonholever 0.4.1
|
||||
%global pigeonholever 0.4.2
|
||||
Source8: http://www.rename-it.nl/dovecot/2.2/dovecot-2.2-pigeonhole-%{pigeonholever}.tar.gz
|
||||
#wget http://hg.rename-it.nl/dovecot-2.1-pigeonhole/archive/%{pigeonholever}.tar.bz2 -O dovecot-2.1-pigeonhole-%{pigeonholever}.tar.bz2
|
||||
#Source8: dovecot-2.1-pigeonhole-%{pigeonholever}.tar.bz2
|
||||
@ -484,6 +484,15 @@ make check
|
||||
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
||||
|
||||
%changelog
|
||||
* Tue Oct 01 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.6-1
|
||||
- dovecot updated to 2.2.6, pigeonhole updated to 0.4.2
|
||||
- director: v2.2.5 changes caused "SYNC lost" errors
|
||||
- dsync: Many fixes and error handling improvements
|
||||
- doveadm -A: Don't waste CPU by doing a separate config lookup
|
||||
for each user
|
||||
- Long-running ssl-params process no longer prevents Dovecot restart
|
||||
- mbox: Fixed mailbox_list_index=yes to work correctly
|
||||
|
||||
* Thu Aug 08 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.5-2
|
||||
- use unversioned doc dir (#993731)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user