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

Builder curl-ares-solaris11-sparc Build #4293

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionec4c559104ad2af536e0a549ef87623da275d13e
Got Revisionec4c559104ad2af536e0a549ef87623da275d13e
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 17 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 42 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4293 Build
codebase Build
got_revision ec4c559104ad2af536e0a549ef87623da275d13e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ec4c559104ad2af536e0a549ef87623da275d13e 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. Stefan Eissing

Timing:

StartFri Aug 1 18:53:57 2025
EndFri Aug 1 20:18:49 2025
Elapsed1 hrs, 24 mins, 51 secs

All Changes:

:

  1. Change #241626

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 01 Aug 2025 17:54:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ec4c559104ad2af536e0a549ef87623da275d13e

    Comments

    openssl: check SSL_write() length on retries
    When an SSL_write() blocks we need to retry it with the
    same length as before or stupid OpenSSL freaks out. Remember
    it, limit any longer sends and fail shorter ones.
    
    Fixes #18121
    Reported-by: adamse on github
    Closes #18132

    Changed files

    • lib/request.c
    • lib/vtls/openssl.c
    • lib/vtls/openssl.h
    • tests/http/test_02_download.py