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

Builder curl-threaded-solaris11-sparc Build #5924

Results:

Exception git

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git git exception ( 0 secs )
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 5924 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 872c313d7647ac437c83128e6bea7a8ed16cd2ef Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartMon Jun 1 09:56:17 2026
EndMon Jun 1 10:22:07 2026
Elapsed25 mins, 49 secs

All Changes:

:

  1. Change #268978

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 01 Jun 2026 09:39:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d3391229b0a0eb04f1ffe85f1483a890c5e00009

    Comments

    vtls_config: adjust to origin
    When a transfer goes against another origin than the initial one, do not
    add the following to the ssl configuration: client cert, client key, srp
    user/pass, pinned key.
    
    Closes #21695

    Changed files

    • lib/Makefile.inc
    • lib/url.c
    • lib/urldata.h
    • lib/vtls/vtls.c
    • lib/vtls/vtls.h
    • lib/vtls/vtls_config.c
    • lib/vtls/vtls_config.h
    • tests/unit/unit3303.c
  2. Change #268982

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 01 Jun 2026 09:50:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 872c313d7647ac437c83128e6bea7a8ed16cd2ef

    Comments

    lib1560: drop unused variable 'url'
    Spotted by Copilot
    
    Closes #21821

    Changed files

    • tests/libtest/lib1560.c