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

Builder curl-threaded-solaris11-sparc Build #6126

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision8aeef462e391639b621e6adbbd60de6bd77ee43b
Got Revision8aeef462e391639b621e6adbbd60de6bd77ee43b
Changes4 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 39 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-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 6126 Build
codebase Build
got_revision 8aeef462e391639b621e6adbbd60de6bd77ee43b Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8aeef462e391639b621e6adbbd60de6bd77ee43b Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. HwangRock

Timing:

StartMon Jun 29 20:43:59 2026
EndMon Jun 29 21:09:26 2026
Elapsed25 mins, 27 secs

All Changes:

:

  1. Change #273240

    Category curl
    Changed by HwangRock <peter9244ohnoyoudont@naver.com>
    Changed at Mon 29 Jun 2026 22:21:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision df350dd0d82cfcca52eef5aa615ad52a6d556c1c

    Comments

    content_encoding: give a clear error on multi-member gzip
    A gzip Content-Encoding response holding more than one gzip member made
    curl decode the first member and then fail the transfer with a bare
    CURLE_WRITE_ERROR and no hint about the cause. Detect the trailing
    member and fail with a message that explains what happened.
    
    Fixes #22156
    Closes #22172

    Changed files

    • lib/content_encoding.c
    • tests/data/Makefile.am
    • tests/data/test2305
  2. Change #273241

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 29 Jun 2026 22:22:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ea71c3b6b60e563651ea8596a975aef0c8199519

    Comments

    openldap: handle Curl_sasl_continue() returns better
    Similar to how it gets treated already in other protocol handlers.
    
    Follow-up to eeca818b1e8d1e61c2d4
    
    Reported-by: Eunsoo Kim
    Closes #22213

    Changed files

    • lib/openldap.c
  3. Change #273242

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 29 Jun 2026 22:23:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7791b1629b16cac4a49d677cbf7c778f4fbaaf0e

    Comments

    CURLSHOPT_(UN)SHARE.md: do not modify shares while in use
    Reported-by: smaeljaish on hackerone
    
    Closes #22217

    Changed files

    • docs/libcurl/opts/CURLSHOPT_SHARE.md
    • docs/libcurl/opts/CURLSHOPT_UNSHARE.md
  4. Change #273243

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 29 Jun 2026 22:24:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8aeef462e391639b621e6adbbd60de6bd77ee43b

    Comments

    config2setopt.c: refactor config2setopts
    Introduce sub functions
    
    Closes #22215

    Changed files

    • src/config2setopts.c
    • src/tool_setopt.c
    • src/tool_setopt.h
    • tests/data/data1402.c
    • tests/data/data1404.c
    • tests/data/data1405.c
    • tests/data/data1406.c
    • tests/data/data1407.c
    • tests/data/data1465.c