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

Builder curl-unthreaded-solaris11-sparc Build #5600

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 21 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 5600 Build
codebase Build
got_revision 741ee573757e77d489d5fe54a0617d7d907486c7 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 741ee573757e77d489d5fe54a0617d7d907486c7 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:

StartSat Apr 4 17:15:04 2026
EndSat Apr 4 17:41:16 2026
Elapsed26 mins, 11 secs

All Changes:

:

  1. Change #263487

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 04 Apr 2026 17:07:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6d6d81e393b790fda5792cbd6aa9c7af82669226

    Comments

    url: set default upload flags to CURLULFLAG_SEEN
    As documented. Not doing this was a regression.
    
    Follow-up to 6758aa722ddf5a6db819b753d96
    
    Reported by Codex Security
    
    Closes #21217

    Changed files

    • lib/url.c
  2. Change #263488

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 04 Apr 2026 17:09:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b669a58f2e046fdd0145eef117e5937cfd57cfa4

    Comments

    CURLOPT_UPLOAD_FLAGS.md: expand
    And list each supported flag in a nicer way
    
    Closes #21218

    Changed files

    • docs/libcurl/opts/CURLOPT_UPLOAD_FLAGS.md
  3. Change #263489

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 04 Apr 2026 17:10:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 741ee573757e77d489d5fe54a0617d7d907486c7

    Comments

    doh: remove superfluous doh_req check
    It has already been checked previously in the function.
    
    Spotted by CodeSonar
    
    Closes #21216

    Changed files

    • lib/doh.c