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

Builder curl-threaded-solaris11-sparc Build #5803

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisioncc6777d939976b2f322dcbe5ae76ef28c6b4632d
Got Revisioncc6777d939976b2f322dcbe5ae76ef28c6b4632d
Changes3 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 30 mins, 33 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-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 5803 Build
codebase Build
got_revision cc6777d939976b2f322dcbe5ae76ef28c6b4632d Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision cc6777d939976b2f322dcbe5ae76ef28c6b4632d 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. Song X. Gao

Timing:

StartTue May 12 10:32:58 2026
EndTue May 12 11:34:21 2026
Elapsed1 hrs, 1 mins, 23 secs

All Changes:

:

  1. Change #266826

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 12 May 2026 10:21:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7eb0b30934d1e54229646293b088e625a8b7b214

    Comments

    tool_urlglob: make globbing error reported for correct position
    Reported by Codex Security
    
    Closes #21561

    Changed files

    • src/tool_urlglob.c
  2. Change #266827

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 12 May 2026 10:26:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2256162fa748216f6ffec9a50ed5e199d47341a1

    Comments

    tftp: stricter option name checks
    Previously, the use of checkprefix() alone allowed the code to match not
    only on "blksize" but also (mistakenly) on "blksizeFOO" etc.
    
    Reported-by: Andrew Nesbit
    Closes #21560

    Changed files

    • lib/tftp.c
  3. Change #266828

    Category curl
    Changed by Song X. Gao <39278329+xsgao-githubohnoyoudont@users.noreply.github.com>
    Changed at Tue 12 May 2026 10:27:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cc6777d939976b2f322dcbe5ae76ef28c6b4632d

    Comments

    spnego_sspi: honor CURLOPT_GSSAPI_DELEGATION for Windows SSPI
    Make CURLOPT_GSSAPI_DELEGATION effective on Windows builds that use SSPI
    (instead of a native GSS-API implementation), so Kerberos delegation can
    be requested during SPNEGO/Negotiate authentication.
    
    Closes #21528

    Changed files

    • lib/setopt.c
    • lib/urldata.h
    • lib/vauth/spnego_sspi.c
    • tests/data/Makefile.am
    • tests/data/test3302
    • tests/unit/Makefile.inc
    • tests/unit/unit3302.c