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

Builder curl-ares-solaris11-sparc Build #5115

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 24 mins, 45 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 5115 Build
codebase Build
got_revision 8582ecf5bb3b507fe0a9714cf3ea14733ccde02a Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8582ecf5bb3b507fe0a9714cf3ea14733ccde02a 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:

StartTue Jan 13 09:59:49 2026
EndTue Jan 13 11:14:12 2026
Elapsed1 hrs, 14 mins, 23 secs

All Changes:

:

  1. Change #255090

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 13 Jan 2026 09:46:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision dac98ccfa27a392edd946227483bfac8f466219a

    Comments

    mqtt: better too-big-message-check
    Reported-by: gudyuu on hackerone
    Reviewed-by: Daniel Gustafsson
    Bug: https://hackerone.com/reports/3508500
    Closes #20281

    Changed files

    • lib/mqtt.c
  2. Change #255091

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 13 Jan 2026 09:52:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f057ed05beb2f03eb77dab446d8ff9c3f62cac42

    Comments

    checksrc: warn for leading spaces before the preprocessor hash
    Fix the 40+ fallouts
    
    Closes #20282

    Changed files

    • lib/curl_ntlm_core.c
    • lib/file.c
    • lib/http_negotiate.c
    • lib/md4.c
    • lib/md5.c
    • lib/sha256.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vssh/libssh.c
    • scripts/checksrc.pl
    • tests/data/test1185
  3. Change #255092

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 13 Jan 2026 09:55:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8582ecf5bb3b507fe0a9714cf3ea14733ccde02a

    Comments

    setopt: split up setopt_long and setopt_cptr
    - Split setopt_long() into multiple functions
      (setopt_long_bool/net/http/proxy/ssl/proto/misc) and dispatch them
      using a small function table
    
    - Extract proxy string option handling into setopt_cptr_proxy() and call
      it early from setopt_cptr()
    
    - Reorder options to simplify #ifdef blocks and reduce per-function size
    
    - Updates code paths to return CURLE_UNKNOWN_OPTION from helper defaults
      so dispatching can continue cleanly
    
    Closes #20280

    Changed files

    • lib/setopt.c