[dovecot] improved cache file handling exposed several old bugs related to fetching

Michal Hlavinka mhlavink at fedoraproject.org
Mon Nov 25 09:58:44 UTC 2013


commit 0c5c743ea06f546cfd1f08ea39039408338ddc61
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Mon Nov 25 10:58:30 2013 +0100

    improved cache file handling exposed several old bugs related to fetching
    
      mail headers.
    - iostream handling changes were causing some connections to be disconnected
      before flushing their output

 .gitignore                       |    1 +
 dovecot-2.2.8-47923cfd4b56.patch |   35 -----------------------------------
 dovecot-2.2.8-4ef184875799.patch |   24 ------------------------
 dovecot-2.2.8-a91437fe94b6.patch |   32 --------------------------------
 dovecot-2.2.8-f4eb4b5884b2.patch |   23 -----------------------
 dovecot.spec                     |   16 +++++++---------
 sources                          |    2 +-
 7 files changed, 9 insertions(+), 124 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6096b02..a0d4c4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -75,3 +75,4 @@ pigeonhole-snap0592366457df.tar.bz2
 /dovecot-2.2-pigeonhole-0.4.2.tar.gz
 /dovecot-2.2.7.tar.gz
 /dovecot-2.2.8.tar.gz
+/dovecot-2.2.9.tar.gz
diff --git a/dovecot.spec b/dovecot.spec
index 5283172..f88147c 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -3,7 +3,7 @@
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
-Version: 2.2.8
+Version: 2.2.9
 %global prever %{nil}
 Release: 1%{?dist}
 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
@@ -36,10 +36,6 @@ Patch5: dovecot-2.1-privatetmp.patch
 #wait for network
 Patch6: dovecot-2.1.10-waitonline.patch
 
-Patch7: dovecot-2.2.8-f4eb4b5884b2.patch
-Patch8: dovecot-2.2.8-a91437fe94b6.patch
-Patch9: dovecot-2.2.8-4ef184875799.patch
-Patch10: dovecot-2.2.8-47923cfd4b56.patch
 Source15: prestartscript
 
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -136,10 +132,6 @@ This package provides the development files for dovecot.
 %patch4 -p1 -b .reload
 %patch5 -p1 -b .privatetmp
 %patch6 -p1 -b .waitonline
-%patch7 -p1 -b .f4eb4b5884b2
-%patch8 -p1 -b .a91437fe94b6
-%patch9 -p1 -b .4ef184875799
-%patch10 -p1 -b .47923cfd4b56
 sed -i '/DEFAULT_INCLUDES *=/s|$| '"$(pkg-config --cflags libclucene-core)|" src/plugins/fts-lucene/Makefile.in
 
 %build
@@ -493,6 +485,12 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Mon Nov 25 2013 Michal Hlavinka <mhlavink at redhat.com> - 1:2.2.9-1
+- improved cache file handling exposed several old bugs related to fetching 
+  mail headers.
+- iostream handling changes were causing some connections to be disconnected
+  before flushing their output
+
 * Wed Nov 20 2013 Michal Hlavinka <mhlavink at redhat.com> - 1:2.2.8-1
 - Fixed infinite loop in message parsing if message ends with
   "--boundary" and CR (without LF). Messages saved via SMTP/LMTP can't
diff --git a/sources b/sources
index dea4d38..25f5ae0 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-c1594f7ffa470b6134a94c59fd85bbe8  dovecot-2.2.8.tar.gz
+6e620a4020b7cc9855cbb304a63efc87  dovecot-2.2.9.tar.gz
 e8cb4976db9811d37e9d870f2f75ffef  dovecot-2.2-pigeonhole-0.4.2.tar.gz


More information about the scm-commits mailing list