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

Builder curl-ares-solaris11-i386 Build #5060

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 58 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 13 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 5060 Build
codebase Build
got_revision cc6777d939976b2f322dcbe5ae76ef28c6b4632d Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision cc6777d939976b2f322dcbe5ae76ef28c6b4632d Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Song X. Gao

Timing:

StartTue May 12 11:22:53 2026
EndTue May 12 13:42:39 2026
Elapsed2 hrs, 19 mins, 46 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