Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: dovecot2 broken on 6.99.40



On Apr 16, 2014, at 02:55 , Christos Zoulas <christos%astron.com@localhost> 
wrote:
> In article <904E4050-CC44-494D-9B9D-C13004A12090%baaz.fr@localhost>,
> Jean-Yves Moulin  <jym%baaz.fr@localhost> wrote:
>> Hi,
>> 
>> Sorry if this is not the right list. I prefer to post here before
>> posting to dovecot mailing list. 
>> 
>> So, on a 6.99.40 from yesterday (and also with a 6.99.35), dovecot2 fails 
>> with:
>> 
>> Apr 15 14:42:16 mailsrv dovecot: auth: Error: BUG: Authentication client
>> sent unknown handshake command:
>> REQUEST?3350593537?422?1?2534ef156b4cf36aa05842b5595add1d?session_pid=392?req...
>> 
>> The same dovecot binary was running fine on 6.99.32 (I only change the 
>> kernel).
>> 
>> Any idea ?
> 
> Perhaps it is the openssl update? Try backing that out.

Are you referring to 1.0.1g or the patched version of s3_pkt.c ?

I've updated s3_pkt.c to the version from current and added one the of build 
options OpenBSD recently added to my NetBSD-6_STABLE server(s). So far I've not 
notice any problems (though I currently use courier-imap(s)).

RCS file: /cvsroot/src/crypto/external/bsd/openssl/lib/libssl/Makefile,v
retrieving revision 1.3.6.2
diff -u -u -r1.3.6.2 Makefile
--- src/crypto/external/bsd/openssl/lib/libssl/Makefile 8 Apr 2014 11:31:21 
-0000       1.3.6.2
+++ src/crypto/external/bsd/openssl/lib/libssl/Makefile 16 Apr 2014 06:15:00 
-0000
@@ -25,7 +25,7 @@
 CWARNFLAGS.clang+=     -Wno-unused-value

 LIB=   ssl
-CPPFLAGS+= -Dlib${LIB} -I${OPENSSLSRC} -I${OPENSSLSRC}/crypto
+CPPFLAGS+= -DOPENSSL_NO_BUF_FREELISTS -Dlib${LIB} -I${OPENSSLSRC} 
-I${OPENSSLSRC}/crypto

 CRYPTODIST=    ${NETBSDSRCDIR}/crypto



Home | Main Index | Thread Index | Old Index