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

Builder curl-ares-solaris11-i386 Build #4993

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 14 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-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4993 Build
codebase Build
got_revision 41f3f94d9191f2454ac12ae9130e44b78c55e1fd Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 41f3f94d9191f2454ac12ae9130e44b78c55e1fd Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartFri Apr 24 17:44:00 2026
EndFri Apr 24 19:40:05 2026
Elapsed1 hrs, 56 mins, 4 secs

All Changes:

:

  1. Change #265366

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 24 Apr 2026 17:01:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d19a0394723440eea452d519566667d0e52bd5d0

    Comments

    mbedtls: cleanup more without care for 'initialized'
    Several mbedTLS resources (entropy/CTR-DRBG, CA/client certs, keys, CRL)
    are initialized and may allocate memory before initialized is set, and
    must still be cleaned up.
    
    Follow-up to 1c4813c769ea65c128c067004
    
    Caught by Codex Security
    Closes #21440

    Changed files

    • lib/vtls/mbedtls.c
  2. Change #265368

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 24 Apr 2026 17:09:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 41f3f94d9191f2454ac12ae9130e44b78c55e1fd

    Comments

    sshserver.pl: add option to enable KEX algorithms in sshd
    Necessary when the libssh2/libssh client library does not support KEX
    algos offered by default by the OpenSSH server. E.g. libssh2 with WinCNG
    combined with OpenSSH 10+.
    
    Also: use this option in GHA/windows.
    
    Follow-up to 3b8bb1a86afbaf967163bf6709b1825e11655bf5 #21219
    Follow-up to c98d0a2e9aa7ec87d16af8b056e6e7c0d614feec #21220
    
    Closes #21438

    Changed files

    • .github/workflows/windows.yml
    • tests/sshserver.pl