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

Builder curl-unthreaded-solaris11-sparc Build #5470

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartTue Mar 17 16:36:51 2026
EndTue Mar 17 17:47:51 2026
Elapsed1 hrs, 11 mins, 0 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. Change #261342

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

    Comments

    curl_get_line: error out on read errors
    Missing ferror handling in Curl_get_line causes infinite loops on I/O
    errors, leading to denial-of-service hangs for config/cache file loads.
    
    Follow-up to 769ccb4d4261a75c8a4
    
    Pointed out by Codex Security
    
    Closes #20958

    Changed files

    • lib/curl_get_line.c
  5. Change #261346

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 17 Mar 2026 16:31:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a46816b4cb7d72dc6cc185a0e1f6e081e44a4d7c

    Comments

    imap: reset the UIDVALIDITY state between transfers
    uidvalidity_set and mb_uidvalidity_set flags were never reset, leaving a
    risk for stale UIDVALIDITY state across transfers and mailbox switches.
    
    Follow-up to fb6a4802d7a76d8e36652b
    
    Spotted by Codex Security
    
    Closes #20962

    Changed files

    • lib/imap.c