[dovecot] IMAP: Several fixes related to mailbox listing in some configs

Michal Hlavinka mhlavink at fedoraproject.org
Tue Apr 24 11:15:04 UTC 2012


commit c9cc1779902e3acb18e824ac8fe30e30dfb8fbbb
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Tue Apr 24 13:14:53 2012 +0200

    IMAP: Several fixes related to mailbox listing in some configs
    
    - director: A lot of fixes and performance improvements
    - mbox: Deleting a mailbox didn't delete its index files.
    - pop3c: TOP command was sent incorrectly
    - trash plugin didn't work properly
    - LMTP: Don't add a duplicate Return-Path: header when proxying.
    - listescape: Don't unescape namespace prefixes.

 .gitignore   |    1 +
 dovecot.spec |   15 +++++++++++----
 sources      |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ee94957..cc6fd84 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,3 +46,4 @@ pigeonhole-snap0592366457df.tar.bz2
 /pigeonhole-snap08a2d2718a65.tar.bz2
 /dovecot-2.1.3.tar.gz
 /dovecot-2.1.4.tar.gz
+/dovecot-2.1.5.tar.gz
diff --git a/dovecot.spec b/dovecot.spec
index 3f3a803..5a31fd5 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -1,9 +1,9 @@
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
-Version: 2.1.4
+Version: 2.1.5
 #global prever .rc6
-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
@@ -27,7 +27,6 @@ Patch1: dovecot-2.0-defaultconfig.patch
 Patch2: dovecot-1.0.beta2-mkcert-permissions.patch
 Patch3: dovecot-1.0.rc7-mkcert-paths.patch
 Patch4: dovecot-2.1-privatetmp.patch
-Patch5: dovecot-2.1.4-postreleasefix.patch
 Patch6: dovecot-2.0.19-systemdfix.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -113,7 +112,6 @@ This package provides the development files for dovecot.
 %patch2 -p1 -b .mkcert-permissions
 %patch3 -p1 -b .mkcert-paths
 %patch4 -p1 -b .privatetmp
-%patch5 -p1 -b .postreleasefix
 %patch6 -p1 -b .systemdfix
 sed -i '/DEFAULT_INCLUDES *=/s|$| '"$(pkg-config --cflags libclucene-core)|" src/plugins/fts-lucene/Makefile.in
 
@@ -431,6 +429,15 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Tue Apr 24 2012 Michal Hlavinka <mhlavink at redhat.com> - 1:2.1.5-1
+- IMAP: Several fixes related to mailbox listing in some configs
+- director: A lot of fixes and performance improvements
+- mbox: Deleting a mailbox didn't delete its index files.
+- pop3c: TOP command was sent incorrectly
+- trash plugin didn't work properly
+- LMTP: Don't add a duplicate Return-Path: header when proxying.
+- listescape: Don't unescape namespace prefixes.
+
 * Tue Apr 24 2012 Michal Hlavinka <mhlavink at redhat.com> - 1:2.1.4-2
 - close systemd extra sockets that are not configured
 
diff --git a/sources b/sources
index b8f7233..46daa03 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-9a360fc39462da71e2bfd1d6928f3902  dovecot-2.1.4.tar.gz
+c857e3442f2f14b3e46f1154b13b0b4b  dovecot-2.1.5.tar.gz
 a3e19701b775bfe1d8059c1dffd43f80  dovecot-2.1-pigeonhole-0.3.0.tar.gz


More information about the scm-commits mailing list