From cc37c37fa9fd0c7018d572ab0c344c4a00f5a1ab Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Thu, 31 Mar 2016 17:23:11 +0200 Subject: [PATCH] dovecot updated to 2.2.23, pigeonhole updated to 0.4.13 - Various fixes to doveadm. Especially running commands via doveadm-server was broken. - director: Fixed user weakness getting stuck in some situations - director: Fixed a situation where directors keep re-sending different states to each others and never becoming synced. - director: Fixed assert-crash related to a slow "user killed" reply - Fixed assert-crash related to istream-concat, which could have been triggered at least by a Sieve script. --- .gitignore | 2 ++ dovecot.spec | 15 +++++++++++++-- sources | 4 ++-- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8c6a054..430035c 100644 --- a/.gitignore +++ b/.gitignore @@ -98,3 +98,5 @@ pigeonhole-snap0592366457df.tar.bz2 /dovecot-2.2-pigeonhole-0.4.11.tar.gz /dovecot-2.2-pigeonhole-0.4.12.tar.gz /dovecot-2.2.22.tar.gz +/dovecot-2.2.23.tar.gz +/dovecot-2.2-pigeonhole-0.4.13.tar.gz diff --git a/dovecot.spec b/dovecot.spec index 3c3dc4d..1ac58fb 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -3,7 +3,7 @@ Summary: Secure imap and pop3 server Name: dovecot Epoch: 1 -Version: 2.2.22 +Version: 2.2.23 %global prever %{nil} Release: 1%{?dist} #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2 @@ -14,7 +14,7 @@ URL: http://www.dovecot.org/ Source: http://www.dovecot.org/releases/2.2/%{name}-%{version}%{?prever}.tar.gz Source1: dovecot.init Source2: dovecot.pam -%global pigeonholever 0.4.12 +%global pigeonholever 0.4.13 Source8: http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-%{pigeonholever}.tar.gz Source9: dovecot.sysconfig Source10: dovecot.tmpfilesd @@ -479,6 +479,17 @@ make check %{_libdir}/%{name}/dict/libdriver_pgsql.so %changelog +* Thu Mar 31 2016 Michal Hlavinka - 1:2.2.23-1 +- dovecot updated to 2.2.23, pigeonhole updated to 0.4.13 +- Various fixes to doveadm. Especially running commands via + doveadm-server was broken. +- director: Fixed user weakness getting stuck in some situations +- director: Fixed a situation where directors keep re-sending + different states to each others and never becoming synced. +- director: Fixed assert-crash related to a slow "user killed" reply +- Fixed assert-crash related to istream-concat, which could have + been triggered at least by a Sieve script. + * Wed Mar 16 2016 Michal Hlavinka - 1:2.2.22-1 - dovecot updated to 2.2.22 - auth: Auth caching was done too aggressively when %variables were diff --git a/sources b/sources index a131db6..4c46c98 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -bc8057bd5bdfa0f8e80e2fef1082a241 dovecot-2.2.22.tar.gz -eb96e65be62c71f987a3b5ad2d782b7b dovecot-2.2-pigeonhole-0.4.12.tar.gz +0d2855c19b0603b417cd70613b4a9f36 dovecot-2.2.23.tar.gz +5009b133096724aa2cb7fe1056d88125 dovecot-2.2-pigeonhole-0.4.13.tar.gz