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

Builder curl-ares-solaris11-sparc Build #5510

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

StartSat Mar 21 23:28:38 2026
EndSun Mar 22 00:46:35 2026
Elapsed1 hrs, 17 mins, 57 secs

All Changes:

:

  1. Change #261941

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 21 Mar 2026 23:10:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6026d76fdf4922cf62e3c29e547c53c6043e416f

    Comments

    test1668: unit test the FTP 213 time response parser
    Should make it harder to introduce regressions.
    
    Closes #21051

    Changed files

    • lib/ftp.c
    • tests/data/Makefile.am
    • tests/data/test1668
    • tests/unit/Makefile.inc
    • tests/unit/unit1668.c
  2. Change #261949

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 21 Mar 2026 23:20:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fa13f373b2b1e6c3f02e22e9cebd6c9b7605f72c

    Comments

    netrc: skip malformed macdef lines
    When skipping macdef lines inside netrc files, ignore it completely and
    do not tokenize or bail out on bad quotes.
    
    Verify in test 1672
    
    Follow-up to 3b43a05e000aa8f65bda51
    
    Spotted by Codex Security
    Closes #21049

    Changed files

    • lib/netrc.c
    • tests/data/Makefile.am
    • tests/data/test1672
  3. Change #261950

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 21 Mar 2026 23:21:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 77ed315096598b59dd81c3d8c2ca02e799be6512

    Comments

    progress: count amount of data "delivered" to application
    ... and apply the CURLOPT_MAXFILESIZE limit (if set) on that as well.
    This effectively protects the user against "zip bombs".
    
    Test case 1618 verifies using a 14 byte brotli payload that otherwise
    explodes to 102400 zero bytes.
    
    Closes #20787

    Changed files

    • docs/KNOWN_RISKS.md
    • docs/cmdline-opts/max-filesize.md
    • docs/cmdline-opts/write-out.md
    • docs/libcurl/curl_easy_getinfo.md
    • docs/libcurl/opts/CURLINFO_SIZE_DELIVERED.md
    • docs/libcurl/opts/CURLOPT_MAXFILESIZE.md
    • docs/libcurl/opts/CURLOPT_MAXFILESIZE_LARGE.md
    • docs/libcurl/opts/Makefile.inc
    • docs/libcurl/symbols-in-versions
    • include/curl/curl.h
    • lib/cw-out.c
    • lib/getinfo.c
    • lib/progress.c
    • lib/progress.h
    • lib/urldata.h
    • src/tool_writeout.c
    • src/tool_writeout.h
    • tests/data/Makefile.am
    • tests/data/test1618
    • tests/data/test220
    • tests/data/test970
    • tests/data/test972