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

Builder curl-ares-solaris10-i386 Build #4483

Build In Progress:

ETA: 05:44:19 [3 mins, 38 secs]

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionbedeeaa4a7145cb6dabddf0e4377799f33d1f24b
Changes5 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4483 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision bedeeaa4a7145cb6dabddf0e4377799f33d1f24b Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. HwangRock
  3. alhudz

Timing:

StartTue Jun 30 04:39:09 2026
Elapsed1 hrs, 1 mins, 31 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
  5. Change #273245

    Category curl
    Changed by alhudz <al.hudz.kohnoyoudont@gmail.com>
    Changed at Mon 29 Jun 2026 22:28:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bedeeaa4a7145cb6dabddf0e4377799f33d1f24b

    Comments

    smtp: reject CR and LF in the envelope address
    Verified in test 2110
    
    Closes #22119

    Changed files

    • lib/smtp.c
    • tests/data/Makefile.am
    • tests/data/test2110