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

Builder curl-ares-solaris11-sparc Build #6027

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision7d8c68adbe06e8c801e4cdddf7488e226addb486
Got Revision7d8c68adbe06e8c801e4cdddf7488e226addb486
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 ...' ( 2 mins, 41 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 6027 Build
codebase Build
got_revision 7d8c68adbe06e8c801e4cdddf7488e226addb486 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7d8c68adbe06e8c801e4cdddf7488e226addb486 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:

StartFri Jun 12 20:29:36 2026
EndFri Jun 12 20:56:13 2026
Elapsed26 mins, 37 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