[dovecot] dovecot updated to 2.1.10, pigeonhole updated to 0.3.3

Michal Hlavinka mhlavink at fedoraproject.org
Wed Sep 19 10:08:20 UTC 2012


commit 03b4bb71343cb66209cbfb968038f4ea465a5429
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Wed Sep 19 12:08:01 2012 +0200

    dovecot updated to 2.1.10, pigeonhole updated to 0.3.3
    
    - director: In some conditions director may have disconnected from
      another director (without logging about it), thinking it was sending
      invalid data.
    - imap: Various fixes to listing mailboxes.
    - login processes crashed if there were a lot of local {} or remote {}
      settings blocks.

 .gitignore   |    2 ++
 dovecot.spec |   15 ++++++++++++---
 sources      |    4 ++--
 3 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f47f3be..335e43a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,3 +52,5 @@ pigeonhole-snap0592366457df.tar.bz2
 /dovecot-2.1.8.tar.gz
 /dovecot-2.1-pigeonhole-0.3.1.tar.gz
 /dovecot-2.1.9.tar.gz
+/dovecot-2.1.10.tar.gz
+/dovecot-2.1-pigeonhole-0.3.3.tar.gz
diff --git a/dovecot.spec b/dovecot.spec
index cbe4d2d..26ed64e 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -1,9 +1,9 @@
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
-Version: 2.1.9
+Version: 2.1.10
 #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
@@ -12,7 +12,7 @@ URL: http://www.dovecot.org/
 Source: http://www.dovecot.org/releases/2.1/%{name}-%{version}%{?prever}.tar.gz
 Source1: dovecot.init
 Source2: dovecot.pam
-%global pigeonholever 0.3.1
+%global pigeonholever 0.3.3
 Source8: http://www.rename-it.nl/dovecot/2.1/dovecot-2.1-pigeonhole-%{pigeonholever}.tar.gz
 #wget http://hg.rename-it.nl/dovecot-2.1-pigeonhole/archive/%{pigeonholever}.tar.bz2 -O dovecot-2.1-pigeonhole-%{pigeonholever}.tar.bz2
 #Source8: dovecot-2.1-pigeonhole-%{pigeonholever}.tar.bz2
@@ -460,6 +460,15 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Wed Sep 19 2012 Michal Hlavinka <mhlavink at redhat.com> - 1:2.1.10-1
+- dovecot updated to 2.1.10, pigeonhole updated to 0.3.3
+- director: In some conditions director may have disconnected from
+  another director (without logging about it), thinking it was sending
+  invalid data.
+- imap: Various fixes to listing mailboxes.
+- login processes crashed if there were a lot of local {} or remote {}
+  settings blocks.
+
 * Fri Aug 24 2012 Michal Hlavinka <mhlavink at redhat.com> - 1:2.1.9-2
 - use new systemd rpm macros (#851238)
 
diff --git a/sources b/sources
index bab3a16..05c8425 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-3cb45a55c011a2f8599ad70ccfaaf8f5  dovecot-2.1.9.tar.gz
-b834fc48b94a79178b707352bd16c881  dovecot-2.1-pigeonhole-0.3.1.tar.gz
+a5a4b3c444cf37e2c6bb6df3af87e18e  dovecot-2.1.10.tar.gz
+36a2a5dd68c18f28f653c44abb2e0e9b  dovecot-2.1-pigeonhole-0.3.3.tar.gz


More information about the scm-commits mailing list