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

Builder curl-threaded-solaris11-sparc Build #5472

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 24 mins, 23 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 5472 Build
codebase Build
got_revision adda11330b379778f2a411236dff7860ae033307 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision adda11330b379778f2a411236dff7860ae033307 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. Stefan Eissing

Timing:

StartTue Mar 17 16:13:48 2026
EndTue Mar 17 17:24:24 2026
Elapsed1 hrs, 10 mins, 36 secs

All Changes:

:

  1. Change #261324

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 17 Mar 2026 14:53:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 91b422d356a52d32708c02514d8ede66363e8847

    Comments

    pytest: add additional quiche check for flaky test_05_01
    As long as stream resets are not visible in the API reliably,
    exclude test_05_01, same as test_05_02 already.
    
    Closes #20952

    Changed files

    • tests/http/test_05_errors.py
  2. Change #261325

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 17 Mar 2026 14:55:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1098e1044e6aadb471999c88bd184132c3ebc3d8

    Comments

    tool_urlglob: fix memory-leak on glob range overflow
    Follow-up to 5f273fdddf76544de960b
    
    Pointed out by Codex Security
    
    Closes #20956

    Changed files

    • src/tool_urlglob.c
  3. Change #261326

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 17 Mar 2026 15:01:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision aeee5dd616d825fd67b59b5186fcb51b3c081eae

    Comments

    connection bits: move 'connect_only' here
    Move the bit `connection_only` from `connectdata` to `ConnectBits`.
    Since we keep all other bits there, seems the correct place.
    
    Closes #20959

    Changed files

    • lib/conncache.c
    • lib/cshutdn.c
    • lib/http2.c
    • lib/multi.c
    • lib/url.c
    • lib/urldata.h
    • lib/vtls/gtls.c
    • lib/vtls/openssl.c
    • lib/vtls/wolfssl.c
  4. Change #261330

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 17 Mar 2026 15:32:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f1a5343f5e4ebb611776670759ed373ca1d27501

    Comments

    urldata: remove trailers_state
    It's not used anywhere. Remove `data->state.trailers_state` completely.
    
    Closes #20960

    Changed files

    • lib/urldata.h
  5. Change #261333

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 17 Mar 2026 15:51:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f4c0590b1cd0e8fde56f9ebe460e20846182c91e

    Comments

    tool_ipfs: accept IPFS gateway URL without set port number
    Follow-up to: 56129718b80b5bd5a55
    
    Test 1851 added to verify
    
    Pointed out by Codex Security
    
    Closes #20957

    Changed files

    • src/tool_ipfs.c
    • tests/data/Makefile.am
    • tests/data/test1851
  6. Change #261337

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 17 Mar 2026 15:56:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision adda11330b379778f2a411236dff7860ae033307

    Comments

    transfer: enhance secure check
    Introduce `Curl_xfer_is_secure(data)` that returns TRUE for transfers
    that happen(ed) over a end-to-end secured connection, e.g. SSL.
    
    Add test1586 to verify behaviour for http: transfers via a https: proxy.
    
    Reported-by: lg_oled77c5pua on hackerone
    
    Closes #20951

    Changed files

    • lib/http.c
    • lib/imap.c
    • lib/transfer.c
    • lib/transfer.h
    • tests/data/Makefile.am
    • tests/data/test1586