[dovecot/f15] dovecot updated to 2.0.20

Michal Hlavinka mhlavink at fedoraproject.org
Tue Apr 10 11:45:44 UTC 2012


commit e742edf105678cc6d67c7a00a25ca486859663c0
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Tue Apr 10 13:45:38 2012 +0200

    dovecot updated to 2.0.20
    
    - doveadm import didn't import messages' flags
    - Make sure IMAP clients can't create directories when accessing
      nonexistent users' mailboxes via shared namespace.
    - Dovecot auth clients authenticating via TCP socket could have failed
      with bogus "PID already in use" errors.

 .gitignore   |    1 +
 dovecot.spec |   10 +++++++++-
 sources      |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b4c22f8..140392a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@ pigeonhole-snap0592366457df.tar.bz2
 /dovecot-2.0.18.tar.gz
 /dovecot-2.0.19.tar.gz
 /dovecot-2.0-pigeonhole-0.2.6.tar.gz
+/dovecot-2.0.20.tar.gz
diff --git a/dovecot.spec b/dovecot.spec
index ce4db4b..cc8b8b3 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -1,7 +1,7 @@
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
-Version: 2.0.19
+Version: 2.0.20
 Release: 1%{?dist}
 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
 License: MIT and LGPLv2
@@ -394,6 +394,14 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* 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
+- Make sure IMAP clients can't create directories when accessing
+  nonexistent users' mailboxes via shared namespace.
+- Dovecot auth clients authenticating via TCP socket could have failed
+  with bogus "PID already in use" errors.
+
 * Thu Mar 22 2012 Michal Hlavinka <mhlavink at redhat.com> - 1:2.0.19-1
 - dovecot updated to 2.0.19, pigeonhole updated to 0.2.6
 - IMAP: ENABLE CONDSTORE/QRESYNC + STATUS for a mailbox might not
diff --git a/sources b/sources
index f4ad35a..b16f6af 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-57b06c02bb7acd72bcc9d682fa2603ad  dovecot-2.0.19.tar.gz
+e67c16c5b7ca68244ae88569ab57903f  dovecot-2.0.20.tar.gz
 be2aacc447b26e14eb90324116af70aa  dovecot-2.0-pigeonhole-0.2.6.tar.gz


More information about the scm-commits mailing list