[squid-dev] Build failed in Jenkins: trunk-full-matrix » gcc,j-fbsd-93 #4

2015-09-11 Thread noc
See -- [...truncated 1330 lines...] if test "off" != "" && test "off" != "no" && test "off" != "off" && test -f ../.././test-suite/../errors/en.po; then lang=`basename et

[squid-dev] Build failed in Jenkins: trunk-full-matrix » clang,j-fbsd-93 #4

2015-09-11 Thread noc
See -- [...truncated 1336 lines...] if test "off" != "" && test "off" != "no" && test "off" != "off" && test -f ../.././test-suite/../errors/en.po; then lang=`basename

Re: [squid-dev] Moving from Bump-Server-First to Bump/Peek/Splice

2015-09-11 Thread Alex Rousskov
On 09/11/2015 11:38 AM, Steve Hill wrote: > > I'm currently using Bump-Server-First, but I'm fiddling with > Bump/Peek/Splice and have uncovered some compatibility problems with the > way I'm currently doing things, so I'm hoping for some advice: > > > To enforce Google's Safe Search, Google rec

Re: [squid-dev] cope with OPENSSL_NO_SSL3 builds of (libre|open)ssl

2015-09-11 Thread Stuart Henderson
On 2015-09-10, Amos Jeffries wrote: > > Maybe - If I'm reading the OpenSSL docs right the SSLv3_method was > producing a fixed specific method to negotiate SSLv3-only protocol. The > TLS_method is negotiating any TLS version. Exactly. > No - TLS_method() is *not* equivalent to TLSv1_2_method().

Re: [squid-dev] cope with OPENSSL_NO_SSL3 builds of (libre|open)ssl

2015-09-11 Thread Stuart Henderson
On 2015-09-11, Tsantilas Christos wrote: > I hope we have some time before the SSLv23_method full removed from > openSSL and forked libraries. I wouldn't expect SSLv23_method to be removed anytime soon, that would involve massive churn in pretty much every consumer of the openssl API.

[squid-dev] Moving from Bump-Server-First to Bump/Peek/Splice

2015-09-11 Thread Steve Hill
I'm currently using Bump-Server-First, but I'm fiddling with Bump/Peek/Splice and have uncovered some compatibility problems with the way I'm currently doing things, so I'm hoping for some advice: To enforce Google's Safe Search, Google recommends setting up a CNAME in the local DNS server

Re: [squid-dev] cope with OPENSSL_NO_SSL3 builds of (libre|open)ssl

2015-09-11 Thread Tsantilas Christos
On 09/10/2015 11:09 PM, Amos Jeffries wrote: On 11/09/2015 4:50 a.m., Tsantilas Christos wrote: On 09/10/2015 04:07 PM, Stuart Henderson wrote: LibreSSL has removed SSLv3, and it can be disabled optionally in OpenSSL by building with no_ssl3. The patch below allows building against such a I s