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

Builder curl-ares-solaris11-sparc Build #5214

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

StartMon Jan 26 13:07:28 2026
EndMon Jan 26 14:15:43 2026
Elapsed1 hrs, 8 mins, 14 secs

All Changes:

:

  1. Change #256413

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 26 Jan 2026 12:28:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 04c060b0044779a5728033b0773026fa0c43fcfe

    Comments

    RELEASE-PROCEDURE.md: update future release dates

    Changed files

    • docs/RELEASE-PROCEDURE.md
  2. Change #256418

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 26 Jan 2026 12:47:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 146de2460a68d06c29d4f4723ca33f9079dcf43f

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  3. Change #256419

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 26 Jan 2026 12:53:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fa6a46473e6d4f97aff56a0bd823229052c8c2d2

    Comments

    tool_cb_hdr: with -J, use the redirect name as a backup
    The -J / --remote-header-name logic now records the file name part used
    in the redirects so that it can use the last one as a name if no
    Content-Disposition header arrives.
    
    Add tests to verify:
    
    1641: -J with a redirect and extract the CD contents in the second
    response
    
    1642: -J with a redirect but no Content-Disposition, use the name from
    the Location: header
    
    1643: -J with two redirects, using the last file name and also use
    queries and fragments to verify them stripped off
    
    Closes #20430

    Changed files

    • docs/TODO.md
    • docs/cmdline-opts/remote-header-name.md
    • src/tool_cb_hdr.c
    • src/tool_sdecls.h
    • tests/data/Makefile.am
    • tests/data/test1641
    • tests/data/test1642
    • tests/data/test1643