Re: v2.2.19 release candidate released

2015-09-27 Thread The Doctor
On Sun, Sep 27, 2015 at 12:40:40PM -0600, The Doctor wrote: > Timo, > > I have to test something on one of the BSD, namely related to src/lib/net.c . > FYI make sys/ucred.h reads #ifndef _SYS_UCRED_H_ #define _SYS_UCRED_H_ /* * Credentials. */ struct ucred { u_int cr_ref;

Re: v2.2.19 release candidate released

2015-09-27 Thread The Doctor
Timo, I have to test something on one of the BSD, namely related to src/lib/net.c . -- Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca God,Queen and country!Never Satan President Republic!Beware AntiChrist rising! http://www.fullyfollow.me/rootnl2k Look at

Re: v2.2.19 release candidate released

2015-09-27 Thread Timo Sirainen
On 26 Sep 2015, at 12:15, Greg Wildman wrote: > > Hello, > > I am trying out 2.2.19.rc1 on a lightly loaded server with no problems > so far. The reason I wanted to try 2.2.19.rc1 was to get access to the > %{listener} variable in the auth phase so I can modify the SQL >

Re: v2.2.19 release candidate released

2015-09-27 Thread The Doctor
On Sun, Sep 27, 2015 at 01:09:07PM -0600, The Doctor wrote: > On Sun, Sep 27, 2015 at 12:40:40PM -0600, The Doctor wrote: > > Timo, > > > > I have to test something on one of the BSD, namely related to src/lib/net.c > > . > > > > FYI make sys/ucred.h reads > > > #ifndef _SYS_UCRED_H_ >

v2.2.19 release candidate released

2015-09-26 Thread Greg Wildman
Hello, I am trying out 2.2.19.rc1 on a lightly loaded server with no problems so far. The reason I wanted to try 2.2.19.rc1 was to get access to the %{listener} variable in the auth phase so I can modify the SQL password_query according to which unix_listener is being queried. According to the

Re: v2.2.19 release candidate released

2015-09-25 Thread Jean-Baptiste Vignaud
On Thu, Sep 24, 2015 at 6:27 PM, Timo Sirainen wrote: > On 09/24/2015 07:08 PM, Timo Sirainen wrote: > > On 09/24/2015 09:23 AM, Jean-Baptiste Vignaud wrote: > >> Hello; > >> > >> Some issue with virtual storage and fts-lucene: > >> > >> Sep 24 08:12:16 imap(jbv00@x

Re: v2.2.19 release candidate released

2015-09-24 Thread Timo Sirainen
On 24 Sep 2015, at 13:43, Marcin Mirosław wrote: > > W dniu 23.09.2015 o 15:30, Timo Sirainen pisze: >> http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz >> http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz.sig >> >> A lot of changes since v2.2.18, so

Re: v2.2.19 release candidate released

2015-09-24 Thread Marcin Mirosław
W dniu 23.09.2015 o 15:30, Timo Sirainen pisze: > http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz > http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz.sig > > A lot of changes since v2.2.18, so here's a release candidate first. If no > bugs are reported, I'm planning on

Re: v2.2.19 release candidate released

2015-09-24 Thread A. Schulze
Am 23.09.2015 um 15:30 schrieb Timo Sirainen: http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz.sig A lot of changes since v2.2.18, so here's a release candidate first. If no bugs are reported, I'm planning on making the

Re: v2.2.19 release candidate released

2015-09-24 Thread Jean-Baptiste Vignaud
Hello; Some issue with virtual storage and fts-lucene: Sep 24 08:12:16 imap(jbv00@x xx): Panic: file virtual-storage.c: line 370 (virtual_backend_box_close): assertion failed: (mbox->backends_open_count > 0) Sep 24 08:12:16 imap(jbv00@x xx):

Re: v2.2.19 release candidate released

2015-09-24 Thread James
On 23/09/2015 14:30, Timo Sirainen wrote: http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz Comiling with cc on Solaris 10 complains "void function cannot return value", patch attached. Dovecot is offering the equivalent of: void bar() { } void foo() { return bar(); }

Re: v2.2.19 release candidate released

2015-09-24 Thread Marcin Mirosław
W dniu 24.09.2015 o 00:07, Timo Sirainen pisze: > >> On 23 Sep 2015, at 18:26, Marcin Mirosław wrote: >> >> W dniu 23.09.2015 o 15:30, Timo Sirainen pisze: >>> http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz >>>

Re: v2.2.19 release candidate released

2015-09-24 Thread Marcin Mirosław
W dniu 24.09.2015 o 14:01, Timo Sirainen pisze: > On 24 Sep 2015, at 13:43, Marcin Mirosław wrote: >> >> W dniu 23.09.2015 o 15:30, Timo Sirainen pisze: >>> http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz >>>

Re: v2.2.19 release candidate released

2015-09-24 Thread Timo Sirainen
On 24 Sep 2015, at 15:11, Marcin Mirosław wrote: > >> >> What happens if in src/lib/buffer.h line 23 you change the >> __builtin_object_size((d),3) to __builtin_object_size((d),1)? Does it work? > > Yes, it works. Now dovecot-2.2.19.rc1 compiles fine. OK, committed the

Re: v2.2.19 release candidate released

2015-09-24 Thread Timo Sirainen
On 09/24/2015 09:23 AM, Jean-Baptiste Vignaud wrote: > Hello; > > Some issue with virtual storage and fts-lucene: > > Sep 24 08:12:16 imap(jbv00@x xx): Panic: file > virtual-storage.c: line 370 (virtual_backend_box_close): assertion failed: > (mbox->backends_open_count

Re: v2.2.19 release candidate released

2015-09-24 Thread Timo Sirainen
On 09/24/2015 07:08 PM, Timo Sirainen wrote: > On 09/24/2015 09:23 AM, Jean-Baptiste Vignaud wrote: >> Hello; >> >> Some issue with virtual storage and fts-lucene: >> >> Sep 24 08:12:16 imap(jbv00@x xx): Panic: file >> virtual-storage.c: line 370

[Dovecot-news] v2.2.19 release candidate released

2015-09-23 Thread Timo Sirainen
http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz.sig A lot of changes since v2.2.18, so here's a release candidate first. If no bugs are reported, I'm planning on making the final release sometimes this week. The most

v2.2.19 release candidate released

2015-09-23 Thread Timo Sirainen
http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz.sig A lot of changes since v2.2.18, so here's a release candidate first. If no bugs are reported, I'm planning on making the final release sometimes this week. The most

Re: v2.2.19 release candidate released

2015-09-23 Thread Marcin Mirosław
W dniu 23.09.2015 o 15:30, Timo Sirainen pisze: > http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz > http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz.sig > > A lot of changes since v2.2.18, so here's a release candidate first. If no > bugs are reported, I'm planning on

Re: v2.2.19 release candidate released

2015-09-23 Thread Timo Sirainen
> On 23 Sep 2015, at 18:26, Marcin Mirosław wrote: > > W dniu 23.09.2015 o 15:30, Timo Sirainen pisze: >> http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz >> http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz.sig >> >> A lot of changes since v2.2.18, so