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:
Michal Hlavinka 2013-10-01 18:55:23 +02:00
parent 94cb062d1e
commit ddae93e1d0
3 changed files with 16 additions and 5 deletions

2
.gitignore vendored
View File

@ -71,3 +71,5 @@ pigeonhole-snap0592366457df.tar.bz2
/dovecot-2.2.4.tar.gz /dovecot-2.2.4.tar.gz
/dovecot-2.2-pigeonhole-0.4.1.tar.gz /dovecot-2.2-pigeonhole-0.4.1.tar.gz
/dovecot-2.2.5.tar.gz /dovecot-2.2.5.tar.gz
/dovecot-2.2.6.tar.gz
/dovecot-2.2-pigeonhole-0.4.2.tar.gz

View File

@ -3,9 +3,9 @@
Summary: Secure imap and pop3 server Summary: Secure imap and pop3 server
Name: dovecot Name: dovecot
Epoch: 1 Epoch: 1
Version: 2.2.5 Version: 2.2.6
%global prever %{nil} %global prever %{nil}
Release: 2%{?dist} Release: 1%{?dist}
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
License: MIT and LGPLv2 License: MIT and LGPLv2
Group: System Environment/Daemons 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 Source: http://www.dovecot.org/releases/2.2/%{name}-%{version}%{?prever}.tar.gz
Source1: dovecot.init Source1: dovecot.init
Source2: dovecot.pam 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 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 #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 #Source8: dovecot-2.1-pigeonhole-%{pigeonholever}.tar.bz2
@ -484,6 +484,15 @@ make check
%{_libdir}/%{name}/dict/libdriver_pgsql.so %{_libdir}/%{name}/dict/libdriver_pgsql.so
%changelog %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 * Thu Aug 08 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.5-2
- use unversioned doc dir (#993731) - use unversioned doc dir (#993731)

View File

@ -1,2 +1,2 @@
0096442e2a1739b1b7997a833248a263 dovecot-2.2.5.tar.gz db65988ef2e6889dd8b49c132b21fc8f dovecot-2.2.6.tar.gz
a65196ff02c314eaf53373e281426bcd dovecot-2.2-pigeonhole-0.4.1.tar.gz e8cb4976db9811d37e9d870f2f75ffef dovecot-2.2-pigeonhole-0.4.2.tar.gz