[dovecot/f20] dovecot updated to 2.2.14, pigeonhole updated to 0.4.3

Michal Hlavinka mhlavink at fedoraproject.org
Fri Oct 17 14:51:39 UTC 2014


commit c4713394dc6057c934ec193b6fe0c199ba3b2f86
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Fri Oct 17 16:51:33 2014 +0200

    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.

 .gitignore   |    2 ++
 dovecot.spec |   16 +++++++++++++---
 sources      |    4 ++--
 3 files changed, 17 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f1a217..5c36d16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/dovecot.spec b/dovecot.spec
index 7f4139c..6347270 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -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: 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.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 at 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 at redhat.com> - 1:2.2.13-2
 - use network-online target instead of just network (#1119814)
 
diff --git a/sources b/sources
index 769d9a4..11bc194 100644
--- a/sources
+++ b/sources
@@ -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


More information about the scm-commits mailing list