dovecot updated to 2.2.14, pigeonhole updated to 0.4.3

- fixed several race conditions with dovecot.index.cache handling that
  may have caused unnecessary "cache is corrupted" errors.
- auth: If auth client listed userdb and disconnected before finishing,
  the auth worker process got stuck
- imap-login, pop3-login: Fixed potential crashes when client
  disconnected unexpectedly.
- imap proxy: The connection was hanging in some usage patterns.
This commit is contained in:
Michal Hlavinka 2014-10-17 15:36:50 +02:00
parent fe8db23995
commit 4beaca435e
3 changed files with 17 additions and 5 deletions

2
.gitignore vendored
View File

@ -80,3 +80,5 @@ pigeonhole-snap0592366457df.tar.bz2
/dovecot-2.2.11.tar.gz
/dovecot-2.2.12.tar.gz
/dovecot-2.2.13.tar.gz
/dovecot-2.2.14.tar.gz
/dovecot-2.2-pigeonhole-0.4.3.tar.gz

View File

@ -3,9 +3,9 @@
Summary: Secure imap and pop3 server
Name: dovecot
Epoch: 1
Version: 2.2.13
Version: 2.2.14
%global prever %{nil}
Release: 4%{?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.2
%global pigeonholever 0.4.3
Source8: http://www.rename-it.nl/dovecot/2.2/dovecot-2.2-pigeonhole-%{pigeonholever}.tar.gz
#wget http://hg.rename-it.nl/dovecot-2.2-pigeonhole/archive/%{pigeonholever}.tar.bz2 -O dovecot-2.2-pigeonhole-%{pigeonholever}.tar.bz2
#Source8: dovecot-2.2-pigeonhole-%{pigeonholever}.tar.bz2
@ -487,6 +487,16 @@ make check
%{_libdir}/%{name}/dict/libdriver_pgsql.so
%changelog
* Fri Oct 17 2014 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.14-1
- dovecot updated to 2.2.14, pigeonhole updated to 0.4.3
- fixed several race conditions with dovecot.index.cache handling that
may have caused unnecessary "cache is corrupted" errors.
- auth: If auth client listed userdb and disconnected before finishing,
the auth worker process got stuck
- imap-login, pop3-login: Fixed potential crashes when client
disconnected unexpectedly.
- imap proxy: The connection was hanging in some usage patterns.
* Thu Aug 21 2014 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.13-4
- use network-online target instead of just network (#1119814)

View File

@ -1,2 +1,2 @@
a3eb1c0b1822c4f2b0fe9247776baa71 dovecot-2.2.13.tar.gz
e8cb4976db9811d37e9d870f2f75ffef dovecot-2.2-pigeonhole-0.4.2.tar.gz
03315255920ee1c4b11039945246a8af dovecot-2.2.14.tar.gz
b52858c0016b9ad7dabccf01f0098dbd dovecot-2.2-pigeonhole-0.4.3.tar.gz