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

Builder curl-unthreaded-solaris11-sparc Build #5535

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

StartFri Mar 27 00:04:19 2026
EndFri Mar 27 00:54:53 2026
Elapsed50 mins, 34 secs

All Changes:

:

  1. Change #262457

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 26 Mar 2026 23:27:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e1fdbdd16f269da33938d39725a074b4684fd132

    Comments

    hsts: when a dupe host adds subdomains, use that
    Otherwise a weaker earlier entry is allowed to override a later more
    restrictive one.
    
    Add test 1638 to verify.
    
    Closes #21108

    Changed files

    • docs/tests/FILEFORMAT.md
    • lib/curlx/strparse.c
    • lib/curlx/strparse.h
    • lib/hsts.c
    • tests/data/Makefile.am
    • tests/data/test1638
  2. Change #262463

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 26 Mar 2026 23:39:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d63432d1f8e759f4c6c64a100fa307656883d0f3

    Comments

    tool_cb_hdr: only truncate etags output when regular file
    When sending the output to stdout it cannot truncate.
    
    Add test1619 to verify --etag-save to stdout
    
    Spotted by Codex Security
    
    Closes #21103

    Changed files

    • src/tool_cb_hdr.c
    • tests/data/Makefile.am
    • tests/data/test1619