[dovecot] dovecot updated to 2.1.8

Michal Hlavinka mhlavink at fedoraproject.org
Tue Jul 3 07:29:47 UTC 2012


commit 5a0b2d42368fca1aae714bfc84e52c535c576fe0
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Tue Jul 3 09:29:44 2012 +0200

    dovecot updated to 2.1.8
    
    - imap: Mailbox names were accidentally sent as UTF-8 instead of mUTF-7
      in previous v2.1.x releases for STATUS, MYRIGHTS and GETQUOTAROOT commands.
    - lmtp proxy: Don't timeout connections too early when mail has a lot of RCPT TOs.
    - director: Don't crash if the director is working alone.
    - shared mailboxes: Avoid doing "@domain" userdb lookups.
    - doveadm: Fixed crash with proxying some commands.
    - fts-squat: Fixed handling multiple SEARCH parameters.
    - imapc: Fixed a crash when message had more than 8 keywords.
    - imapc: Don't crash on APPEND/COPY if server doesn't support UIDPLUS.

 .gitignore   |    1 +
 dovecot.spec |   17 +++++++++++++++--
 sources      |    2 +-
 3 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7067fcc..9092cee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,3 +49,4 @@ pigeonhole-snap0592366457df.tar.bz2
 /dovecot-2.1.5.tar.gz
 /dovecot-2.1.6.tar.gz
 /dovecot-2.1.7.tar.gz
+/dovecot-2.1.8.tar.gz
diff --git a/dovecot.spec b/dovecot.spec
index e4e87b1..860a706 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -1,9 +1,9 @@
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
-Version: 2.1.7
+Version: 2.1.8
 #global prever .rc6
-Release: 5%{?dist}
+Release: 1%{?dist}
 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
 License: MIT and LGPLv2
 Group: System Environment/Daemons
@@ -458,6 +458,19 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Tue Jul 03 2012 Michal Hlavinka <mhlavink at redhat.com> - 1:2.1.8-1
+- dovecot updated to 2.1.8
+- imap: Mailbox names were accidentally sent as UTF-8 instead of mUTF-7
+  in previous v2.1.x releases for STATUS, MYRIGHTS and GETQUOTAROOT commands.
+- lmtp proxy: Don't timeout connections too early when mail has a lot of RCPT TOs.
+- director: Don't crash if the director is working alone.
+- shared mailboxes: Avoid doing "@domain" userdb lookups.
+- doveadm: Fixed crash with proxying some commands.
+- fts-squat: Fixed handling multiple SEARCH parameters.
+- imapc: Fixed a crash when message had more than 8 keywords.
+- imapc: Don't crash on APPEND/COPY if server doesn't support UIDPLUS.
+
+
 * Mon Jul 02 2012 Michal Hlavinka <mhlavink at redhat.com> - 1:2.1.7-5
 - make quota work with NFS mounted mailboxes
 
diff --git a/sources b/sources
index 14da3c3..76dc312 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-b52d0faf1b9ec21bc5552691fe0ff1d1  dovecot-2.1.7.tar.gz
+c6d962653b0a7f2ab8d892b53ddf0101  dovecot-2.1.8.tar.gz
 a3e19701b775bfe1d8059c1dffd43f80  dovecot-2.1-pigeonhole-0.3.0.tar.gz


More information about the scm-commits mailing list