[dovecot] dovecot updated to 2.2.2

Michal Hlavinka mhlavink at fedoraproject.org
Mon May 20 13:50:42 UTC 2013


commit 8afd89fbd1fa9e4b08c7396b71a20e662ee72c8c
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Mon May 20 15:50:35 2013 +0200

    dovecot updated to 2.2.2
    
    - IMAP: Various URLAUTH fixes.
    - IMAP: Fixed a hang with invalid APPEND parameters.
    - IMAP LIST-EXTENDED: INBOX was never listed with \Subscribed flag.
    - mailbox_list_index=yes still caused crashes.
    - maildir: Fixed a crash after dovecot-keywords file was re-read.
    - maildir: If files had reappeared unexpectedly to a Maildir, they
      were ignored until index files were deleted.
    - Maildir: Fixed handling over 26 keywords in a mailbox.
    - imap/pop3-login proxying: Fixed a crash if TCP connection succeeded,
      but the remote login timed out.

 .gitignore   |    1 +
 dovecot.spec |   18 ++++++++++++++++--
 sources      |    2 +-
 3 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 44bccfa..c1fae68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -66,3 +66,4 @@ pigeonhole-snap0592366457df.tar.bz2
 /dovecot-2.2.1.tar.gz
 /pigeonhole-snape42a38f02d28.tar.bz2
 /dovecot-2.2-pigeonhole-0.4.0.tar.gz
+/dovecot-2.2.2.tar.gz
diff --git a/dovecot.spec b/dovecot.spec
index d3e58f1..764b619 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -3,9 +3,9 @@
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
-Version: 2.2.1
+Version: 2.2.2
 %global prever %{nil}
-Release: 4%{?dist}
+Release: 1%{?dist}
 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
 License: MIT and LGPLv2
 Group: System Environment/Daemons
@@ -389,6 +389,7 @@ make check
 %config(noreplace) %{_sysconfdir}/dovecot/conf.d/90-plugin.conf
 %config(noreplace) %{_sysconfdir}/dovecot/conf.d/auth-checkpassword.conf.ext
 %config(noreplace) %{_sysconfdir}/dovecot/conf.d/auth-deny.conf.ext
+%config(noreplace) %{_sysconfdir}/dovecot/conf.d/auth-dict.conf.ext
 %config(noreplace) %{_sysconfdir}/dovecot/conf.d/auth-ldap.conf.ext
 %config(noreplace) %{_sysconfdir}/dovecot/conf.d/auth-master.conf.ext
 %config(noreplace) %{_sysconfdir}/dovecot/conf.d/auth-passwdfile.conf.ext
@@ -483,6 +484,19 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Mon May 20 2013 Michal Hlavinka <mhlavink at redhat.com> - 1:2.2.2-1
+- dovecot updated to 2.2.2
+- IMAP: Various URLAUTH fixes.
+- IMAP: Fixed a hang with invalid APPEND parameters.
+- IMAP LIST-EXTENDED: INBOX was never listed with \Subscribed flag.
+- mailbox_list_index=yes still caused crashes.
+- maildir: Fixed a crash after dovecot-keywords file was re-read.
+- maildir: If files had reappeared unexpectedly to a Maildir, they
+  were ignored until index files were deleted.
+- Maildir: Fixed handling over 26 keywords in a mailbox. 
+- imap/pop3-login proxying: Fixed a crash if TCP connection succeeded,
+  but the remote login timed out.
+
 * Thu May 16 2013 Michal Hlavinka <mhlavink at redhat.com> - 1:2.2.1-4
 - update pigeonhole to 0.4.0
 
diff --git a/sources b/sources
index d110b40..7474213 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-6628f513ca841846176e81db870052f8  dovecot-2.2.1.tar.gz
+e6c011b4bbddf19e79205d012723449a  dovecot-2.2.2.tar.gz
 2e20bee26e259d1f6d3ac869b3202e44  dovecot-2.2-pigeonhole-0.4.0.tar.gz


More information about the scm-commits mailing list