Re: v2.2.27 released --- libressl

2016-12-06 Thread Michael A. Peters
On 12/06/2016 11:35 AM, Ruga wrote: Results from the application of the following patch from Aki. perl -i -ple 's|^(\s*#include \s*)$|$1\n\t#if OPENSSL_VERSION_NUMBER == 0x2000L\n\t#define OPENSSL_VERSION_NUMBER 0x10001000L\n\t#endif|' configure.ac; I use a different method of patching

Re: v2.2.27 released --- libressl

2016-12-06 Thread Ruga
Results from the application of the following patch from Aki. perl -i -ple 's|^(\s*#include \s*)$|$1\n\t#if OPENSSL_VERSION_NUMBER == 0x2000L\n\t#define OPENSSL_VERSION_NUMBER 0x10001000L\n\t#endif|' configure.ac; compiler-stderr.log Description: Binary data

Re: v2.2.27 released

2016-12-05 Thread Joseph Tam
On Mon, 5 Dec 2016, Aki Tuomi wrote: wget complained about ERROR: certificate common name `wiki.dovecot.org' doesn't match requested host name `dovecot.org'. Despite what wget says the cert does have subject alternate name correctly specified. Ah, you're right, "wget" lied to me

Re: v2.2.27 released

2016-12-05 Thread Aki Tuomi
> On December 5, 2016 at 9:55 PM Joseph Tam wrote: > > > > Timo announced: > > > https://dovecot.org/releases/2.2/dovecot-2.2.27.tar.gz > > https://dovecot.org/releases/2.2/dovecot-2.2.27.tar.gz.sig > > > > Note that the download URLs are now https with a certificate from Let's > > Encrypt.

Re: v2.2.27 released

2016-12-05 Thread Joseph Tam
Timo announced: https://dovecot.org/releases/2.2/dovecot-2.2.27.tar.gz https://dovecot.org/releases/2.2/dovecot-2.2.27.tar.gz.sig Note that the download URLs are now https with a certificate from Let's Encrypt. wget complained about ERROR: certificate common name `wiki.dovecot.org'

Re: v2.2.27 released

2016-12-05 Thread Alexey Asemov (Alex/AT)
Hello Stephan, I have double-checked, and indeed I don't see any problems with 2.2.27 even without patches I applied to 2.2.27.rc1. So seems to have been 2.2.27.rc1 related only. Sorry for bothering.

Re: v2.2.27 released

2016-12-05 Thread MRob
On 2016-12-04 12:06, Stephan Bosch wrote: Op 12/4/2016 om 11:42 AM schreef Alexey Asemov (Alex/AT): Thanks a lot for indexing fixes, Dovecot team. Any news for Pigeonhole? Currently had to rollup some commits from GIT to make it pass vacation test set with 2.2.27. What problem are you seeing

Re: v2.2.27 released

2016-12-04 Thread Stephan Bosch
Op 12/4/2016 om 11:42 AM schreef Alexey Asemov (Alex/AT): > Thanks a lot for indexing fixes, Dovecot team. > > Any news for Pigeonhole? Currently had to rollup some commits from GIT > to make it pass vacation test set with 2.2.27. > What problem are you seeing? No Pigeonhole release is currently p

Re: v2.2.27 released --- libressl

2016-12-04 Thread Ruga
>openssl version Libressl 2.4.4 Patch for dovecot: perl -i -ple 's/^(#if OPENSSL_VERSION_NUMBER < 0x1010L\s*)$/$1 || defined (LIBRESSL_VERSION_NUMBER)/' ./src/lib-dcrypt/dcrypt-openssl.c; perl -i -ple 's/^(#if OPENSSL_VERSION_NUMBER < 0x1010L\s*)$/$1 || defined (LIBRESSL_VERSION_NUMBER)

Re: v2.2.27 released

2016-12-04 Thread Ruga
var-expand.c:686:17: warning: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs] va_start(args, key2); ^ var-expand.c:673:58: note: parameter of type 'char' is declared here var_expand_table_build(char key, const char *value, char k

Re: v2.2.27 released

2016-12-04 Thread Alexey Asemov (Alex/AT)
Thanks a lot for indexing fixes, Dovecot team. Any news for Pigeonhole? Currently had to rollup some commits from GIT to make it pass vacation test set with 2.2.27. --- On 03.12.2016 20:48, Timo Sirainen wrote: https://dovecot.org/releases/2.2/dovecot-2.2.27.tar.gz https://dovecot.org/releas