[dovecot/f15] dovecot updated to 2.0.21

Michal Hlavinka mhlavink at fedoraproject.org
Thu Jun 14 09:08:39 UTC 2012


commit 41b7fdc0327e1db61ee5a5a6fcc505326bbe2826
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Thu Jun 14 11:08:35 2012 +0200

    dovecot updated to 2.0.21
    
    - imap-login: Memory leak fixed
    - imap: Non-UTF8 input on SEARCH command parameters could have crashed
    - auth: Fixed crash with DIGEST-MD5 when attempting to do master user
      login without master passdbs.
    - sdbox: Don't use more fds than necessary when copying mails.
    - mdbox kept the user's storage locked a bit longer than it needed to

 .gitignore   |    1 +
 dovecot.spec |   11 ++++++++++-
 sources      |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 140392a..711d43f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,4 @@ pigeonhole-snap0592366457df.tar.bz2
 /dovecot-2.0.19.tar.gz
 /dovecot-2.0-pigeonhole-0.2.6.tar.gz
 /dovecot-2.0.20.tar.gz
+/dovecot-2.0.21.tar.gz
diff --git a/dovecot.spec b/dovecot.spec
index cc8b8b3..4a23eb0 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -1,7 +1,7 @@
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
-Version: 2.0.20
+Version: 2.0.21
 Release: 1%{?dist}
 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
 License: MIT and LGPLv2
@@ -394,6 +394,15 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Thu Jun 14 2012 Michal Hlavinka <mhlavink at redhat.com> - 1:2.0.21-1
+- dovecot updated to 2.0.21
+- imap-login: Memory leak fixed
+- imap: Non-UTF8 input on SEARCH command parameters could have crashed
+- auth: Fixed crash with DIGEST-MD5 when attempting to do master user
+  login without master passdbs. 
+- sdbox: Don't use more fds than necessary when copying mails.
+- mdbox kept the user's storage locked a bit longer than it needed to
+
 * Tue Apr 10 2012 Michal Hlavinka <mhlavink at redhat.com> - 1:2.0.20-1
 - dovecot updated to 2.0.20
 - doveadm import didn't import messages' flags
diff --git a/sources b/sources
index b16f6af..f8797a1 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-e67c16c5b7ca68244ae88569ab57903f  dovecot-2.0.20.tar.gz
+b19d29dcd865c86de76b9ad3d7d3af03  dovecot-2.0.21.tar.gz
 be2aacc447b26e14eb90324116af70aa  dovecot-2.0-pigeonhole-0.2.6.tar.gz


More information about the scm-commits mailing list