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

Builder curl-unthreaded-solaris11-sparc Build #5778

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 24 mins, 50 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-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 5778 Build
codebase Build
got_revision a946fbb5e60d6c4ca3fab5cd5cf041ea9ca23e10 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a946fbb5e60d6c4ca3fab5cd5cf041ea9ca23e10 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu May 7 08:03:07 2026
EndThu May 7 08:46:52 2026
Elapsed43 mins, 45 secs

All Changes:

:

  1. Change #266469

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 07 May 2026 07:57:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 67bf021e97bbebadade7e40217a4967042ac6a07

    Comments

    mbedtls: null terminate the private key blob
    Unfortunately, mbedtls_pk_parse_key() requires the data to be
    null-terminated if the data is PEM encoded (even when provided the exact
    length), so this function needs to make a copy that has one.
    
    Reported-by: Elise Vance
    Closes #21515

    Changed files

    • lib/vtls/mbedtls.c
  2. Change #266470

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 07 May 2026 07:58:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a946fbb5e60d6c4ca3fab5cd5cf041ea9ca23e10

    Comments

    setopt: gate a few proxy TLS options by checking backend support
    The same way the corresponding non-proxy options are checked.
    
    Closes #21514

    Changed files

    • lib/setopt.c