[dovecot/f14/master] IMAP: Fixed hangs with COMPRESS extension IMAP: Fixed a hang when trying to COPY to a nonexistent ma

Michal Hlavinka mhlavink at fedoraproject.org
Mon Mar 7 14:00:47 UTC 2011


commit d061f9e6d012900964116f667052b056fb1c5ce1
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Mon Mar 7 15:00:08 2011 +0100

    IMAP: Fixed hangs with COMPRESS extension
    IMAP: Fixed a hang when trying to COPY to a nonexistent mailbox.
    IMAP: Fixed hang/crash with SEARCHRES + pipelining $.
    IMAP: Fixed assert-crash if IDLE+DONE is sent in same TCP packet.

 .gitignore   |    1 +
 dovecot.spec |   11 +++++++----
 sources      |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 16a3643..f92e071 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@ pigeonhole-snap0592366457df.tar.bz2
 /pigeonhole-snap67d2240966ec.tar.bz2
 /dovecot-2.0-pigeonhole-0.2.2.tar.gz
 /dovecot-2.0.9.tar.gz
+/dovecot-2.0.11.tar.gz
diff --git a/dovecot.spec b/dovecot.spec
index 20c9481..f6a2024 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -1,7 +1,7 @@
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
-Version: 2.0.9
+Version: 2.0.11
 Release: 1%{?dist}
 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
 License: MIT and LGPLv2
@@ -26,9 +26,6 @@ Patch1: dovecot-2.0-defaultconfig.patch
 Patch2: dovecot-1.0.beta2-mkcert-permissions.patch
 Patch3: dovecot-1.0.rc7-mkcert-paths.patch
 
-#for dovecot < 2.0.8
-Patch4: dovecot-2.0-bz654083.patch
-
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: openssl-devel, pam-devel, zlib-devel, bzip2-devel, libcap-devel
 BuildRequires: libtool, autoconf, automake, pkgconfig
@@ -397,6 +394,12 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Mon Mar 07 2011 Michal Hlavinka <mhlavink at redhat.com> - 1:2.0.11-1
+- IMAP: Fixed hangs with COMPRESS extension
+- IMAP: Fixed a hang when trying to COPY to a nonexistent mailbox.
+- IMAP: Fixed hang/crash with SEARCHRES + pipelining $.
+- IMAP: Fixed assert-crash if IDLE+DONE is sent in same TCP packet.
+
 * Thu Jan 13 2011 Michal Hlavinka <mhlavink at redhat.com> - 1:2.0.9-1
 - dovecot updated to 2.0.9
 - fixed a high system CPU usage / high context switch count performance problem
diff --git a/sources b/sources
index 64e3934..a22a44b 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-3a8692ba9e6f680436f6e44f6f6795f1  dovecot-2.0.9.tar.gz
+088a850d6583a7ec0a8074ce929b3496  dovecot-2.0.11.tar.gz
 23b9be534c62257a0d049b1370f11a99  dovecot-2.0-pigeonhole-0.2.2.tar.gz


More information about the scm-commits mailing list