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

Builder curl-unthreaded-solaris11-i386 Build #5214

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 52 mins, 38 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 5214 Build
codebase Build
got_revision 7d8c68adbe06e8c801e4cdddf7488e226addb486 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7d8c68adbe06e8c801e4cdddf7488e226addb486 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. Stefan Eissing

Timing:

StartFri Jun 12 20:29:38 2026
EndFri Jun 12 21:26:25 2026
Elapsed56 mins, 47 secs

All Changes:

:

  1. Change #270706

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 12 Jun 2026 20:21:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7d8c68adbe06e8c801e4cdddf7488e226addb486

    Comments

    schannel: fix https proxy for client cert and certinfo
    When schannel operates in front of a proxy, it needs to use the proxy
    ssl configs, not the transfers ones. Choose the configs as it is done in
    other TLS backends.
    
    Prior to this change the client cert for the destination was mistakenly
    also used as the client cert for the proxy.
    
    Prior to this change the proxy server certificate info was mistakenly
    saved as the destination cert info. However, if the destination was a
    TLS connection, the real destination cert info would overwrite the
    proxy cert info. libcurl currently does not support proxy server cert
    info AFAICT (see discussion in #21986).
    
    Closes https://github.com/curl/curl/pull/21986

    Changed files

    • lib/vtls/schannel.c