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

Builder curl-unthreaded-solaris11-i386 Build #5244

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision7806fb36c530027d7367e22e9299d0dde6ae5bb0
Got Revision7806fb36c530027d7367e22e9299d0dde6ae5bb0
Changes2 changes

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 57 mins, 35 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-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 5244 Build
codebase Build
got_revision 7806fb36c530027d7367e22e9299d0dde6ae5bb0 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7806fb36c530027d7367e22e9299d0dde6ae5bb0 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartWed Jun 17 00:40:07 2026
EndWed Jun 17 02:29:15 2026
Elapsed1 hrs, 49 mins, 7 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
  2. Change #271394

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 16 Jun 2026 23:22:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7806fb36c530027d7367e22e9299d0dde6ae5bb0

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES