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

Builder curl-ares-solaris11-i386 Build #5300

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision44ed43efe70f919f28f8b1bfe0df40216260a808
Got Revision44ed43efe70f919f28f8b1bfe0df40216260a808
Changes6 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 56 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-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 5300 Build
codebase Build
got_revision 44ed43efe70f919f28f8b1bfe0df40216260a808 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 44ed43efe70f919f28f8b1bfe0df40216260a808 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartThu Jun 25 11:29:47 2026
EndThu Jun 25 13:24:45 2026
Elapsed1 hrs, 54 mins, 58 secs

All Changes:

:

  1. Change #272672

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 25 Jun 2026 10:43:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e9a2b0dc72dd3a9aa3a5210e89079a3b719475dc

    Comments

    multi_ev: refresh sock entry after remove callback
    This was missed in the fix for CVE-2026-9080.
    
    Reported-by: stze on hackerone
    URL: https://hackerone.com/reports/3823985
    Closes #22163

    Changed files

    • lib/multi_ev.c
  2. Change #272679

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 25 Jun 2026 11:02:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bf5cc6ab8b30514ca70bf663f8d3cd24ae4608d9

    Comments

    curl-functions.m4: verify working RFC 4291 zero prefixed IPv4 - mapped format
    Detect incompatible inet_ntop() call for IPv6 output.
    
    Closes #22136

    Changed files

    • m4/curl-functions.m4
  3. Change #272680

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 25 Jun 2026 11:03:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c6c4c6a16d69f2338beab9013d11813ccecfac31

    Comments

    test 1560: test RFC4291 style IPv6 IPv4-mapped addresses
    Closes #22136

    Changed files

    • tests/data/test1560
    • tests/libtest/lib1560.c
  4. Change #272681

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 25 Jun 2026 11:09:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 46e19c87445f23af43bba2c8d3b409126704b459

    Comments

    tool: init progress bar on demand
    Determine the terminal size on first invocation, not for all
    transfers.
    
    Closes #22164

    Changed files

    • src/tool_cb_prg.c
  5. Change #272682

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 25 Jun 2026 11:10:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7b3316984f3e4e223f732fb0b1323c0d6da15347

    Comments

    tool: do not flush on out-null
    Do not flush output when --out-null is set.
    
    Closes #22165

    Changed files

    • src/tool_operate.c
  6. Change #272683

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 25 Jun 2026 11:11:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 44ed43efe70f919f28f8b1bfe0df40216260a808

    Comments

    tool: optimize setopt use
    - tool_setopt_long: lookup default value on for --libcurl where it is
      used
    - tool_setoot_str: use `const char *` arg instead of var args.
    
    Closes #22166

    Changed files

    • src/tool_setopt.c
    • src/tool_setopt.h