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

Builder curl-unthreaded-solaris11-sparc Build #5213

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 19 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 5213 Build
codebase Build
got_revision 1b50dcc2abd40d60d16c7c9b2fcbfc093c0419d3 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1b50dcc2abd40d60d16c7c9b2fcbfc093c0419d3 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
  2. Stefan Eissing

Timing:

StartTue Jan 27 23:46:35 2026
EndWed Jan 28 00:53:50 2026
Elapsed1 hrs, 7 mins, 14 secs

All Changes:

:

  1. Change #256524

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 27 Jan 2026 23:36:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ae99d750dd3bf44de695669609428902e7b109d9

    Comments

    TODO: remove item about signals
    With SIGPIPE handling now automatic on most platforms, remove the
    TODO item again.
    
    Closes #20447

    Changed files

    • docs/TODO.md
  2. Change #256525

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 27 Jan 2026 23:42:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1b50dcc2abd40d60d16c7c9b2fcbfc093c0419d3

    Comments

    tls: remove checks for DEFAULT
    Since 9d8998c99408e1adf, the setopt code changes input DEFAULT to an
    actual more specific TLS version (1.2) for the backends to use and check
    for.
    
    This means that the default value (0L) cannot and should not actually be
    used when the TLS backends run. This change adds asserts to verify that
    and removes code that accepts the DEFAULT value as a valid version with
    the TLS version functions' logic.
    
    Applications can still set a specific lower version if they want (1, 1.0
    or 1.1).
    
    Closes #20453

    Changed files

    • lib/vtls/gtls.c
    • lib/vtls/mbedtls.c
    • lib/vtls/openssl.c
    • lib/vtls/rustls.c
    • lib/vtls/schannel.c
    • lib/vtls/wolfssl.c