[dovecot/f17] dovecot updated to 2.1.14

Michal Hlavinka mhlavink at fedoraproject.org
Thu Jan 31 16:29:58 UTC 2013


commit 39159ab8c4f396dae54ce2520528fd3c24b906cd
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Thu Jan 31 17:29:52 2013 +0100

    dovecot updated to 2.1.14
    
    - v2.1.11+ had a race condition where it sometimes overwrote data in
      dovecot.index.cache file. This could have caused Dovecot to return
      the same cached data to two different messages.
    - mdbox: Fixes to handling duplicate GUIDs during index rebuild

 .gitignore   |    1 +
 dovecot.spec |    9 ++++++++-
 sources      |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8fad7c4..ffc4c93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -56,3 +56,4 @@ pigeonhole-snap0592366457df.tar.bz2
 /dovecot-2.1-pigeonhole-0.3.3.tar.gz
 /dovecot-2.1.12.tar.gz
 /dovecot-2.1.13.tar.gz
+/dovecot-2.1.14.tar.gz
diff --git a/dovecot.spec b/dovecot.spec
index 54093c4..11ada16 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -1,7 +1,7 @@
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
-Version: 2.1.13
+Version: 2.1.14
 #global prever .rc6
 Release: 1%{?dist}
 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
@@ -446,6 +446,13 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Thu Jan 31 2013 Michal Hlavinka <mhlavink at redhat.com> - 1:2.1.14-1
+- dovecot updated to 2.1.14
+- v2.1.11+ had a race condition where it sometimes overwrote data in
+  dovecot.index.cache file. This could have caused Dovecot to return
+  the same cached data to two different messages.
+- mdbox: Fixes to handling duplicate GUIDs during index rebuild
+
 * Tue Jan 15 2013 Michal Hlavinka <mhlavink at redhat.com> - 1:2.1.13-1
 - dovecot updated to 2.1.13
 - Some fixes to cache file changes in v2.1.11.
diff --git a/sources b/sources
index 7e20c13..e3592c8 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-ff64b1d87ad4a8b912ae17b8f9bab3de  dovecot-2.1.13.tar.gz
+fad7544d7c6d09f9533106e53bfbd243  dovecot-2.1.14.tar.gz
 36a2a5dd68c18f28f653c44abb2e0e9b  dovecot-2.1-pigeonhole-0.3.3.tar.gz


More information about the scm-commits mailing list