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

Builder curl-ares-solaris10-i386 Build #4292

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 37 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-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4292 Build
codebase Build
got_revision 2e5d219205ebec64a66bfd29bba73dd5049c434f Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2e5d219205ebec64a66bfd29bba73dd5049c434f Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartSun Apr 5 04:02:27 2026
EndSun Apr 5 13:37:39 2026
Elapsed9 hrs, 35 mins, 12 secs

All Changes:

:

  1. Change #263499

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 04 Apr 2026 18:34:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ec22ea2502264dbf4ef883a850056c602d8cc41b

    Comments

    GHA/windows: restore libssh, fix to pass tests with 0.12.0
    libssh 0.12.0 on Windows 64-bit Intel fails to connect to sshd (with SSH
    state 30) when using the mlkem768x25519-sha256 KEX. (32-bit Intel, ARM64
    and tested non-Windows platforms work fine.) Fix by disabling this KEX
    for the libssh job.
    
    I do not recommend libssh on Windows due to bugs an insecure behavior.
    
    Also:
    - fix libssh TFLAGS condition for mingw-w64.
    
    Follow-up to e127f8ce843e1c070c0ca2074c10dcc01081a395 #21204
    Follow-up to fcf946e8461b68840e4afb39711a52c9bf622a10 #21195
    
    Closes #21199

    Changed files

    • .github/workflows/windows.yml
  2. Change #263529

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 04 Apr 2026 22:32:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2e5d219205ebec64a66bfd29bba73dd5049c434f

    Comments

    sendf: fix CR detection if no LF is in the chunk
    When doing line ending conversions, and a chunk contains no '\n', the
    function returned early without updating prev_cr to reflect the last
    byte. It could then lead to CRLFs sequences not get converted when
    occuring right on the boundary border.
    
    Found by Codex Security
    
    Closes #21221

    Changed files

    • lib/sendf.c