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

Builder curl-unthreaded-solaris11-i386 Build #4768

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisioncc5604182a9e6256e8b5bc288c8586a74fb7492b
Got Revisioncc5604182a9e6256e8b5bc288c8586a74fb7492b
Changes7 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartTue Mar 17 18:18:58 2026
EndTue Mar 17 21:04:37 2026
Elapsed2 hrs, 45 mins, 38 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
  6. Change #261351

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

    Comments

    netrc: refactor into smaller sub functions
    Fixes #20950 - test 685 is extended for this
    Closes #20932

    Changed files

    • docs/cmdline-opts/netrc.md
    • docs/libcurl/opts/CURLOPT_NETRC.md
    • lib/netrc.c
    • tests/data/test685
  7. Change #261353

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

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES