[dovecot/f16] dovecot updated to 2.0.19, pigeonhole updated to 0.2.6

Michal Hlavinka mhlavink at fedoraproject.org
Sat Mar 17 15:43:07 UTC 2012


commit b481bf9222ad76c3da51a085e0f1c27450def297
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Sat Mar 17 16:43:00 2012 +0100

    dovecot updated to 2.0.19, pigeonhole updated to 0.2.6
    
    - IMAP: ENABLE CONDSTORE/QRESYNC + STATUS for a mailbox might not
      have seen latest external changes to it, like new mails.
    - imap_id_* settings were ignored before login.
    - doveadm altmove did too much work sometimes, retrying moves it had already done.
    - mbox: Fixed accessing Dovecot v1.x mbox index files without errors.

 .gitignore   |    2 ++
 dovecot.spec |   13 ++++++++++---
 sources      |    4 ++--
 3 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 248d2e6..b4c22f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,5 @@ pigeonhole-snap0592366457df.tar.bz2
 /dovecot-2.0.17.tar.gz
 /dovecot-2.0-pigeonhole-0.2.5.tar.gz
 /dovecot-2.0.18.tar.gz
+/dovecot-2.0.19.tar.gz
+/dovecot-2.0-pigeonhole-0.2.6.tar.gz
diff --git a/dovecot.spec b/dovecot.spec
index 228999d..dfbf230 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -1,7 +1,7 @@
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
-Version: 2.0.18
+Version: 2.0.19
 Release: 1%{?dist}
 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
 License: MIT and LGPLv2
@@ -13,7 +13,7 @@ URL: http://www.dovecot.org/
 Source: http://www.dovecot.org/releases/2.0/%{name}-%{version}.tar.gz
 Source1: dovecot.init
 Source2: dovecot.pam
-%global pigeonholever 0.2.5
+%global pigeonholever 0.2.6
 Source8: http://www.rename-it.nl/dovecot/2.0/dovecot-2.0-pigeonhole-%{pigeonholever}.tar.gz
 Source9: dovecot.sysconfig
 Source10: dovecot.tmpfilesd
@@ -107,7 +107,6 @@ This package provides the development files for dovecot.
 %patch1 -p1 -b .default-settings
 %patch2 -p1 -b .mkcert-permissions
 %patch3 -p1 -b .mkcert-paths
-sed -i 's/verbose_auth/auth_verbose/g' dovecot-2.0-pigeonhole-0.2.5/src/managesieve-login/managesieve-proxy.c
 
 %build
 #required for fdpass.c line 125,190: dereferencing type-punned pointer will break strict-aliasing rules
@@ -404,6 +403,14 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Fri Mar 16 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
+  have seen latest external changes to it, like new mails.
+- imap_id_* settings were ignored before login.
+- doveadm altmove did too much work sometimes, retrying moves it had already done.
+- mbox: Fixed accessing Dovecot v1.x mbox index files without errors.
+
 * Mon Feb 13 2012 Michal Hlavinka <mhlavink at redhat.com> - 1:2.0.18-1
 - dovecot updated to 2.0.18
 - LDA/LMTP: Sending a large mail via submission_host or via LMTP proxy
diff --git a/sources b/sources
index 3572e71..f4ad35a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-4fdee96b390a287d75b51ffcf6abe30f  dovecot-2.0.18.tar.gz
-f50151dd20eb5acbac2b546e586f2d43  dovecot-2.0-pigeonhole-0.2.5.tar.gz
+57b06c02bb7acd72bcc9d682fa2603ad  dovecot-2.0.19.tar.gz
+be2aacc447b26e14eb90324116af70aa  dovecot-2.0-pigeonhole-0.2.6.tar.gz


More information about the scm-commits mailing list