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

Builder curl-threaded-solaris11-sparc Build #2957

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartTue Oct 1 14:08:26 2024
EndTue Oct 1 15:07:37 2024
Elapsed59 mins, 11 secs

All Changes:

:

  1. Change #209789

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 01 Oct 2024 13:57:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 72d2090fc25fcfd5b696101521335f351c712e26

    Comments

    ftp: fix 0-length last write on upload from stdin
    When uploading FTP with unknown length, we write a last 0-length chunk
    with the EOS flag set. OpenSSL's SSL_write() errors on such a write.
    Skip writing 0-length data to TLS backends instead.
    
    Add test in FTPS for such uploads to verify.
    
    Fixes #15101
    Reported-by: Denis Goleshchikhin
    Closes #15102

    Changed files

    • lib/vtls/vtls.c
    • tests/http/test_31_vsftpds.py
    • tests/http/testenv/curl.py