[dovecot/f17] updated to 2.1.7

Michal Hlavinka mhlavink at fedoraproject.org
Wed May 30 09:21:57 UTC 2012


commit 488d71e66e179067a0dacdc8aebdd94367d77cca
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Wed May 30 11:21:50 2012 +0200

    updated to 2.1.7
    
    - director: Don't crash with quickly disconnecting incoming director
      connections.
    - mdbox: If mail was originally saved to non-INBOX, and namespace
      prefix is non-empty, don't assert-crash when rebuilding indexes.
    - sdbox: Don't use more fds than necessary when copying mails.
    - auth: Fixed crash with DIGEST-MD5 when attempting to do master user
      login without master passdbs.
    - Several fixes to mail_shared_explicit_inbox=no
    - imapc: Use imapc_list_prefix also for listing subscriptions.

 .gitignore                     |    1 +
 dovecot-2.1.6-systemdfix.patch |   12 ------------
 dovecot.spec                   |   18 ++++++++++++++----
 sources                        |    2 +-
 4 files changed, 16 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8b13dbe..7067fcc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,4 @@ pigeonhole-snap0592366457df.tar.bz2
 /dovecot-2.1.4.tar.gz
 /dovecot-2.1.5.tar.gz
 /dovecot-2.1.6.tar.gz
+/dovecot-2.1.7.tar.gz
diff --git a/dovecot.spec b/dovecot.spec
index e233f8c..a9ee7cd 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -1,9 +1,9 @@
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
-Version: 2.1.6
+Version: 2.1.7
 #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
@@ -27,7 +27,6 @@ Patch1: dovecot-2.0-defaultconfig.patch
 Patch2: dovecot-1.0.beta2-mkcert-permissions.patch
 Patch3: dovecot-1.0.rc7-mkcert-paths.patch
 Patch4: dovecot-2.1-privatetmp.patch
-Patch5: dovecot-2.1.6-systemdfix.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: openssl-devel, pam-devel, zlib-devel, bzip2-devel, libcap-devel
@@ -112,7 +111,6 @@ This package provides the development files for dovecot.
 %patch2 -p1 -b .mkcert-permissions
 %patch3 -p1 -b .mkcert-paths
 %patch4 -p1 -b .privatetmp
-%patch5 -p1 -b .systemdfix
 sed -i '/DEFAULT_INCLUDES *=/s|$| '"$(pkg-config --cflags libclucene-core)|" src/plugins/fts-lucene/Makefile.in
 
 %build
@@ -429,6 +427,18 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Wed May 30 2012 Michal Hlavinka <mhlavink at redhat.com> - 1:2.1.7-1
+- updated to 2.1.7
+- director: Don't crash with quickly disconnecting incoming director
+  connections.
+- mdbox: If mail was originally saved to non-INBOX, and namespace
+  prefix is non-empty, don't assert-crash when rebuilding indexes.
+- sdbox: Don't use more fds than necessary when copying mails.
+- auth: Fixed crash with DIGEST-MD5 when attempting to do master user
+  login without master passdbs. 
+- Several fixes to mail_shared_explicit_inbox=no
+- imapc: Use imapc_list_prefix also for listing subscriptions.
+
 * Wed May 09 2012 Michal Hlavinka <mhlavink at redhat.com> - 1:2.1.6-2
 - fix socket activation again, fix in 2.1.6 is incomplete
 
diff --git a/sources b/sources
index 8c66ba9..14da3c3 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-56d2a8d5273d39caa41d6a8dd9f4442c  dovecot-2.1.6.tar.gz
+b52d0faf1b9ec21bc5552691fe0ff1d1  dovecot-2.1.7.tar.gz
 a3e19701b775bfe1d8059c1dffd43f80  dovecot-2.1-pigeonhole-0.3.0.tar.gz


More information about the scm-commits mailing list