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

Builder curl-ares-solaris11-sparc Build #5333

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 51 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 mins, 2 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 5333 Build
codebase Build
got_revision 0824bae8b05727038dff702e735752c7ae963fbf Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0824bae8b05727038dff702e735752c7ae963fbf 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. Daniel Stenberg

Timing:

StartSun Feb 22 17:23:53 2026
EndSun Feb 22 18:34:52 2026
Elapsed1 hrs, 10 mins, 58 secs

All Changes:

:

  1. Change #258552

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 22 Feb 2026 16:17:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 84112673a006017739148f36d05ff6b1229e5905

    Comments

    socks_sspi: split Curl_SOCKS5_gssapi_negotiate into sub functions
    Create and use socks5_sspi_setup(), socks5_sspi_loop() and
    socks5_sspi_encryption(). Reduces complexity.
    
    Closes #20581

    Changed files

    • lib/socks_sspi.c
  2. Change #258556

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 22 Feb 2026 16:28:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0824bae8b05727038dff702e735752c7ae963fbf

    Comments

    config2setopts: split into smaller functions
    Reduces complexity from 63 to 45
    
    Closes #20676

    Changed files

    • src/config2setopts.c