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

Builder curl-ares-solaris11-sparc Build #4364

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 29 mins, 2 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 18 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4364 Build
codebase Build
got_revision a5f0ab7995bbb6e269feb3a516f804a65c753705 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a5f0ab7995bbb6e269feb3a516f804a65c753705 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartFri Aug 15 13:52:47 2025
EndFri Aug 15 14:51:21 2025
Elapsed58 mins, 33 secs

All Changes:

:

  1. 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
  2. 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