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

Builder curl-threaded-solaris10-sparc Build #2957

Build In Progress:

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiona5f0ab7995bbb6e269feb3a516f804a65c753705
Changes4 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-sparc' 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-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 2957 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision a5f0ab7995bbb6e269feb3a516f804a65c753705 Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartFri Aug 15 19:59:49 2025
Elapsed8 hrs, 37 mins, 3 secs

All Changes:

:

  1. Change #243008

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 15 Aug 2025 09:37:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ecf12d44641d1211200d06391e8bb16bde008f93

    Comments

    docs/examples: remove spurious trailing backslashes
    Unnecessary clutter
    
    Follow-up to d06b49d8b2d42d477f7e785960
    
    Closes #18289

    Changed files

    • docs/examples/cacertinmem.c
    • docs/examples/usercertinmem.c
  2. Change #243009

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 15 Aug 2025 09:39:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b2294996b6fc59833e9fcfcef7f0790eb8da3572

    Comments

    CURLOPT_SSL_CTX_*: replace the base64 with XXXX
    - they are fake anyway
    - these ones look more obvious fake and in need of replacement
    - avoids the risk that they might decode to something of value
    
    Closes #18261

    Changed files

    • docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.md
    • docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.md
  3. Change #243018

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 15 Aug 2025 13:35:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c5f76b8096e05a73b0ecebf359b95703c5b8a2ab

    Comments

    sendf: getting less data than "max allowed" is okay
    Easily triggered when doing an FTP ranged download with the end range
    larger than the file size.
    
    A regression since 30de937bda0 (shipped in curl 8.9.0)
    
    Add test 2307 to verify.
    
    Reported-by: kupavcevdenis on github
    Fixes #18283
    Closes #18295

    Changed files

    • lib/sendf.c
    • tests/data/Makefile.am
    • tests/data/test2307
  4. Change #243019

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 15 Aug 2025 13:50:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a5f0ab7995bbb6e269feb3a516f804a65c753705

    Comments

    openssl: auto-pause on verify callback retry
    When an application install its own OpenSSL verify callback and that
    callback invokes `SSL_set_retry_verify()`, the transfer is automatically
    paused and does not progress the connect attempt any further until
    unpaused via `curl_easy_pause().
    
    Added test758 to verify.
    
    Ref: #18284
    Original PR by @Natris
    Bug: https://curl.se/mail/lib-2025-08/0012.html
    Closes #18288

    Changed files

    • docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.md
    • lib/multi.c
    • lib/vtls/openssl.c
    • tests/data/Makefile.am
    • tests/data/test758
    • tests/libtest/Makefile.inc
    • tests/libtest/lib758.c