[dovecot/f17] v2.1.5: Using "~/" as mail_location or elsewhere failed to actually

Michal Hlavinka mhlavink at fedoraproject.org
Wed May 9 09:12:25 UTC 2012


commit 2b71c3121ae0a1ef2317e1dedb504e514c32eaf3
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Wed May 9 11:12:18 2012 +0200

    v2.1.5: Using "~/" as mail_location or elsewhere failed to actually
    
      expand it to home directory.
    - dbox: Fixed potential assert-crash when reading dbox files.
    - trash plugin: Fixed behavior when quota is already over limit.
    - Proxying to backend server with SSL: Verifying server certificate
      name always failed, because it was compared to an IP address.

 .gitignore                      |    1 +
 dovecot-2.0.19-systemdfix.patch |  102 ---------------------------------------
 dovecot.spec                    |   12 ++++-
 sources                         |    2 +-
 4 files changed, 11 insertions(+), 106 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cc6fd84..8b13dbe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,3 +47,4 @@ pigeonhole-snap0592366457df.tar.bz2
 /dovecot-2.1.3.tar.gz
 /dovecot-2.1.4.tar.gz
 /dovecot-2.1.5.tar.gz
+/dovecot-2.1.6.tar.gz
diff --git a/dovecot.spec b/dovecot.spec
index 5a31fd5..5bd99d2 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -1,7 +1,7 @@
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
-Version: 2.1.5
+Version: 2.1.6
 #global prever .rc6
 Release: 1%{?dist}
 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
@@ -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
-Patch6: dovecot-2.0.19-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
-%patch6 -p1 -b .systemdfix
 sed -i '/DEFAULT_INCLUDES *=/s|$| '"$(pkg-config --cflags libclucene-core)|" src/plugins/fts-lucene/Makefile.in
 
 %build
@@ -429,6 +427,14 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Wed May 09 2012 Michal Hlavinka <mhlavink at redhat.com> - 1:2.1.6-1
+- v2.1.5: Using "~/" as mail_location or elsewhere failed to actually
+  expand it to home directory.
+- dbox: Fixed potential assert-crash when reading dbox files.
+- trash plugin: Fixed behavior when quota is already over limit.
+- Proxying to backend server with SSL: Verifying server certificate
+  name always failed, because it was compared to an IP address.
+
 * Tue Apr 24 2012 Michal Hlavinka <mhlavink at redhat.com> - 1:2.1.5-1
 - IMAP: Several fixes related to mailbox listing in some configs
 - director: A lot of fixes and performance improvements
diff --git a/sources b/sources
index 46daa03..8c66ba9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-c857e3442f2f14b3e46f1154b13b0b4b  dovecot-2.1.5.tar.gz
+56d2a8d5273d39caa41d6a8dd9f4442c  dovecot-2.1.6.tar.gz
 a3e19701b775bfe1d8059c1dffd43f80  dovecot-2.1-pigeonhole-0.3.0.tar.gz


More information about the scm-commits mailing list