[dovecot/f14/master] - dovecot updated to 2.0.5 - acl: Fixed the logic of merging multiple ACL entries - sdbox: Fixed mem

Michal Hlavinka mhlavink at fedoraproject.org
Mon Oct 4 08:52:44 UTC 2010


commit e6ffe7ab34ced7ef79a966815929149e7e87f286
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Mon Oct 4 10:52:48 2010 +0200

    - dovecot updated to 2.0.5
    - acl: Fixed the logic of merging multiple ACL entries
    - sdbox: Fixed memory leak when copying messages with hard links.
    - zlib: Fixed several crashes, which mainly showed up with mbox.
    - quota: Don't crash if user has quota disabled, but plugin loaded.
    - acl: Fixed crashing when sometimes listing shared mailboxes via dict proxy.

 .gitignore   |    4 ++++
 dovecot.spec |   20 ++++++++++++++++++--
 sources      |    4 ++--
 3 files changed, 24 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 500c7c9..04b60a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,7 @@ pigeonhole-snap0592366457df.tar.bz2
 /pigeonhole-snapfbcb05e7eda1.tar.bz2
 /dovecot-2.0.3.tar.gz
 /pigeonhole-snapcb4c1ebecff3.tar.bz2
+/dovecot-2.0.4.tar.gz
+/pigeonhole-snap824454514f08.tar.bz2
+/dovecot-2.0.5.tar.gz
+/pigeonhole-snapa50464354f5a.tar.bz2
diff --git a/dovecot.spec b/dovecot.spec
index 955749e..8dae169 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -1,7 +1,7 @@
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
-Version: 2.0.3
+Version: 2.0.5
 Release: 1%{?dist}
 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
 License: MIT and LGPLv2
@@ -15,7 +15,7 @@ Source1: dovecot.init
 Source2: dovecot.pam
 #Source8: http://hg.rename-it.nl/dovecot-2.0-pigeonhole/archive/tip.tar.bz2
 #we use this ^^^ repository snapshost just renamed to contain last commit in name
-%global phsnap cb4c1ebecff3
+%global phsnap a50464354f5a
 Source8: pigeonhole-snap%{phsnap}.tar.bz2
 Source9: dovecot.sysconfig
 
@@ -361,6 +361,21 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Mon Oct 04 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:2.0.5-1
+- dovecot updated to 2.0.5
+- acl: Fixed the logic of merging multiple ACL entries
+- sdbox: Fixed memory leak when copying messages with hard links. 
+- zlib: Fixed several crashes, which mainly showed up with mbox.
+- quota: Don't crash if user has quota disabled, but plugin loaded.
+- acl: Fixed crashing when sometimes listing shared mailboxes via dict proxy.
+
+* Tue Sep 28 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:2.0.4-1
+- dovecot updated to 2.0.4
+- multi-dbox: If :INDEX=path is specified, keep storage/dovecot.map.index* 
+  files also in the index path rather than in the main storage directory.
+- dsync: POP3 UIDLs weren't copied with Maildir
+- dict file: Fixed fd leak (showed up easily with LMTP + quota)
+
 * Mon Sep 20 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:2.0.3-1
 - dovecot updated to 2.0.3
 - dovecot-lda: Removed use of non-standard Envelope-To: header as 
@@ -377,6 +392,7 @@ make check
   least with LMTP when mail was delivered to multiple recipients
 - Deleting ACLs didn't cause entries to be removed from acl_shared_dict
 - mail_max_lock_timeout setting wasn't working with all locks
+
 * Wed Aug 25 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:2.0.1-1
 - dovecot and pigeonhole updated
 - sieve: sieved renamed to sieve-dump
diff --git a/sources b/sources
index ec3ce7b..cae34bb 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-c0c72dd57071593ff3a6a452fcee6a03  dovecot-2.0.3.tar.gz
-602bd1c040634e21481bdf71ff1c0d4f  pigeonhole-snapcb4c1ebecff3.tar.bz2
+7168c5bf40fdd38cceb99114547699b8  dovecot-2.0.5.tar.gz
+be53da13e7346d6791f419214e1acd5a  pigeonhole-snapa50464354f5a.tar.bz2


More information about the scm-commits mailing list