Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder curl-ares-solaris11-sparc Build #6062

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision92db819714dc80944aa5302cbb94bd58d6983518
Got Revision92db819714dc80944aa5302cbb94bd58d6983518
Changes1 change

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 34 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 6062 Build
codebase Build
got_revision 92db819714dc80944aa5302cbb94bd58d6983518 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 92db819714dc80944aa5302cbb94bd58d6983518 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartTue Jun 16 23:19:46 2026
EndTue Jun 16 23:52:41 2026
Elapsed32 mins, 55 secs

All Changes:

:

  1. Change #271391

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 16 Jun 2026 23:15:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 92db819714dc80944aa5302cbb94bd58d6983518

    Comments

    cf-dns: pass peer for result lookups
    The DNS filter knows the peer it resolves and the code parts that want
    the results know the peer as well. Pass it to lookup methods to make
    sure results match.
    
    Background: when tunneling, the resolved peer is not always the one that
    other filters are looking for. Especially when HTTPS-RR results are
    accessed in TLS filters, those will differ.
    
    This prevents a HTTPS-RR for a proxy to be used for the origin when ECH
    is activated. To make ECH work through a tunnel, we need to start an
    additional resolve. Something to be fixed after 8.21.
    
    Closes #22042

    Changed files

    • docs/KNOWN_BUGS.md
    • lib/cf-dns.c
    • lib/cf-dns.h
    • lib/cf-https-connect.c
    • lib/cf-ip-happy.c
    • lib/socks.c
    • lib/vquic/cf-ngtcp2-cmn.c
    • lib/vquic/cf-quiche.c
    • lib/vtls/openssl.c
    • lib/vtls/rustls.c
    • lib/vtls/wolfssl.c