[squid-dev] Build failed in Jenkins: template-full-matrix » gcc,d-debian-unstable #314

2017-03-31 Thread noc
See -- [...truncated 8.70 MB...] depbase=`echo HttpReply.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_

[squid-dev] Build failed in Jenkins: template-full-matrix » clang,d-centos-7 #314

2017-03-31 Thread noc
See -- [...truncated 9.39 MB...] make[4]: Leaving directory `

[squid-dev] Build failed in Jenkins: 5-matrix » clang,rs-fbsd-10 #142

2017-03-31 Thread noc
See -- [...truncated 342.77 KB...] /bin/sh ../../libtool --tag=CXX --mode=compile ccache clang++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../..

[squid-dev] Build failed in Jenkins: template-full-matrix » clang,rs-fbsd-10 #314

2017-03-31 Thread noc
See -- [...truncated 346.53 KB...] libtool: compile: ccache clang++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -

[squid-dev] [PATCH] Second adaptation missing for CONNECTs

2017-03-31 Thread Christos Tsantilas
Hi all, Squid does not send CONNECT request to adaptation services if the "ssl_bump splice" rule matched at step 2. This adaptation is important because the CONNECT request gains SNI information during the second SslBump step. This is a regression bug, possibly caused by the Squid bug 4529 fi