[dovecot/f17] dovecot updated to 2.1.8

Michal Hlavinka mhlavink at fedoraproject.org
Tue Jul 3 09:20:34 UTC 2012


commit e18b4733fcae607ea55a03ef75711f972c1bcf42
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Tue Jul 3 11:20:29 2012 +0200

    dovecot updated to 2.1.8
    
    - 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 |   18 ++++++++++++++++--
 sources      |    2 +-
 3 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 041f68a..cf27c59 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,3 +50,4 @@ pigeonhole-snap0592366457df.tar.bz2
 /dovecot-2.1.6.tar.gz
 /dovecot-2.1.7.tar.gz
 /dovecot-2.1-pigeonhole-0.3.1.tar.gz
+/dovecot-2.1.8.tar.gz
diff --git a/dovecot.spec b/dovecot.spec
index fef889b..145eb46 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: 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
@@ -433,6 +433,20 @@ 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
+- 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.
+
+
 * Tue Jul 03 2012 Michal Hlavinka <mhlavink at redhat.com> - 1:2.1.7-2
 - pigeonhole updated to 0.3.1
 - Fixed several small issues, including a few potential segfault bugs, based
diff --git a/sources b/sources
index 5cb5599..282b561 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-b52d0faf1b9ec21bc5552691fe0ff1d1  dovecot-2.1.7.tar.gz
+c6d962653b0a7f2ab8d892b53ddf0101  dovecot-2.1.8.tar.gz
 b834fc48b94a79178b707352bd16c881  dovecot-2.1-pigeonhole-0.3.1.tar.gz


More information about the scm-commits mailing list