On 27.10.2016 16:39, Arkadiusz Mi?kiewicz wrote:> On Thursday 27 of October 2016, Timo Sirainen wrote: >> http://dovecot.org/releases/2.2/dovecot-2.2.26.tar.gz >> http://dovecot.org/releases/2.2/dovecot-2.2.26.tar.gz.sig > Please merge to 2.2 branch this fix. I'm hitting that problem on 2.2.25: > > From 6c969ac21a43cc10ee1f1a91a4f39e4864c886cb Mon Sep 17 00:00:00 2001 > From: Aki Tuomi <aki.tuomi at dovecot.fi> > Date: Fri, 15 Jul 2016 11:31:25 +0300 > Subject: [PATCH] auth: Remove i_assert for credentials scheme > > --- > src/auth/auth-request.c | 2 -- > 1 file changed, 2 deletions(-) >That fix is included in 2.2.26. Aki
was the fix for kqueue() EINVAL's in 2.2.26 as well? On Thu, Oct 27, 2016 at 10:24 AM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:> > > On 27.10.2016 16:39, Arkadiusz Mi?kiewicz wrote: > >> On Thursday 27 of October 2016, Timo Sirainen wrote: >> >>> http://dovecot.org/releases/2.2/dovecot-2.2.26.tar.gz >>> http://dovecot.org/releases/2.2/dovecot-2.2.26.tar.gz.sig >>> >> Please merge to 2.2 branch this fix. I'm hitting that problem on 2.2.25: >> >> From 6c969ac21a43cc10ee1f1a91a4f39e4864c886cb Mon Sep 17 00:00:00 2001 >> From: Aki Tuomi <aki.tuomi at dovecot.fi> >> Date: Fri, 15 Jul 2016 11:31:25 +0300 >> Subject: [PATCH] auth: Remove i_assert for credentials scheme >> >> --- >> src/auth/auth-request.c | 2 -- >> 1 file changed, 2 deletions(-) >> >> > That fix is included in 2.2.26. > > Aki >-- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 (c) E-Mail: larryrtx at gmail.com US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281
Yes. Aki On 27.10.2016 18:38, Larry Rosenman wrote:> was the fix for kqueue() EINVAL's in 2.2.26 as well? > > > On Thu, Oct 27, 2016 at 10:24 AM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote: > >> >> On 27.10.2016 16:39, Arkadiusz Mi?kiewicz wrote: >> >>> On Thursday 27 of October 2016, Timo Sirainen wrote: >>> >>>> http://dovecot.org/releases/2.2/dovecot-2.2.26.tar.gz >>>> http://dovecot.org/releases/2.2/dovecot-2.2.26.tar.gz.sig >>>> >>> Please merge to 2.2 branch this fix. I'm hitting that problem on 2.2.25: >>> >>> From 6c969ac21a43cc10ee1f1a91a4f39e4864c886cb Mon Sep 17 00:00:00 2001 >>> From: Aki Tuomi <aki.tuomi at dovecot.fi> >>> Date: Fri, 15 Jul 2016 11:31:25 +0300 >>> Subject: [PATCH] auth: Remove i_assert for credentials scheme >>> >>> --- >>> src/auth/auth-request.c | 2 -- >>> 1 file changed, 2 deletions(-) >>> >>> >> That fix is included in 2.2.26. >> >> Aki >> > >
On Thursday 27 of October 2016, Aki Tuomi wrote:> On 27.10.2016 16:39, Arkadiusz Mi?kiewicz wrote: > > On Thursday 27 of October 2016, Timo Sirainen wrote: > >> http://dovecot.org/releases/2.2/dovecot-2.2.26.tar.gz > >> http://dovecot.org/releases/2.2/dovecot-2.2.26.tar.gz.sig > > > > Please merge to 2.2 branch this fix. I'm hitting that problem on 2.2.25: > > From 6c969ac21a43cc10ee1f1a91a4f39e4864c886cb Mon Sep 17 00:00:00 2001 > > > > From: Aki Tuomi <aki.tuomi at dovecot.fi> > > Date: Fri, 15 Jul 2016 11:31:25 +0300 > > Subject: [PATCH] auth: Remove i_assert for credentials scheme > > > > --- > > > > src/auth/auth-request.c | 2 -- > > 1 file changed, 2 deletions(-) > > That fix is included in 2.2.26.Are you sure? I don't see it there.> Aki-- Arkadiusz Mi?kiewicz, arekm / ( maven.pl | pld-linux.org )
On 27.10.2016 19:31, Arkadiusz Mi?kiewicz wrote:> On Thursday 27 of October 2016, Aki Tuomi wrote: >> On 27.10.2016 16:39, Arkadiusz Mi?kiewicz wrote: >>> On Thursday 27 of October 2016, Timo Sirainen wrote: >>>> http://dovecot.org/releases/2.2/dovecot-2.2.26.tar.gz >>>> http://dovecot.org/releases/2.2/dovecot-2.2.26.tar.gz.sig >>> Please merge to 2.2 branch this fix. I'm hitting that problem on 2.2.25: >>> From 6c969ac21a43cc10ee1f1a91a4f39e4864c886cb Mon Sep 17 00:00:00 2001 >>> >>> From: Aki Tuomi <aki.tuomi at dovecot.fi> >>> Date: Fri, 15 Jul 2016 11:31:25 +0300 >>> Subject: [PATCH] auth: Remove i_assert for credentials scheme >>> >>> --- >>> >>> src/auth/auth-request.c | 2 -- >>> 1 file changed, 2 deletions(-) >> That fix is included in 2.2.26. > Are you sure? I don't see it there. > >> AkiYou are right, it was supposed to be there. Unfortunately it isn't. We'll see what can be done. Aki