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

Builder curl-ares-solaris11-i386 Build #5082

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionde28c9cfadc2daaa5db31d42a6186846c530f518
Got Revisionde28c9cfadc2daaa5db31d42a6186846c530f518
Changes4 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 6 mins, 45 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 5082 Build
codebase Build
got_revision de28c9cfadc2daaa5db31d42a6186846c530f518 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision de28c9cfadc2daaa5db31d42a6186846c530f518 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. Viktor Szakats

Timing:

StartFri May 15 12:27:00 2026
EndFri May 15 14:46:02 2026
Elapsed2 hrs, 19 mins, 2 secs

All Changes:

:

  1. Change #267215

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 15 May 2026 11:49:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision eb9b253d660db179b1aadd77c425de5c71f18526

    Comments

    libssh: add support for SHA256 host public keys
    Reported-by: Joshua Rogers
    Fixes #21605
    
    Closes #21607

    Changed files

    • .github/workflows/windows.yml
    • docs/cmdline-opts/hostpubsha256.md
    • docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.md
    • lib/setopt.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • src/tool_getparam.c
    • src/tool_libinfo.c
    • src/tool_libinfo.h
    • tests/data/test3021
    • tests/data/test3022
  2. Change #267216

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 15 May 2026 11:49:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3da249e1f0716c06644ed3522a37a8bf81808012

    Comments

    gsasl: fix potential double free
    Also:
    - require libgsasl 1.6.0+ (2010-12-14) for a `gsasl_finish()` that
      handles a NULL argument.
      Ref: https://gitlab.com/gsasl/gsasl/-/commit/b550032df8488a9ceaa3cfd4c634947d8f219717
    
    Reported-by: Joshua Rogers (Aisle Research)
    
    Closes #21609

    Changed files

    • docs/INTERNALS.md
    • lib/vauth/gsasl.c
  3. Change #267217

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 15 May 2026 11:49:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4780e509aade2b17ef7a7cbf2212288ce88e48d7

    Comments

    tidy-up: prefer "initialize" with a 'z'
    To match the majority of usage in source.
    
    Closes #21618

    Changed files

    • include/curl/curl.h
    • lib/conncache.c
    • lib/conncache.h
    • lib/cshutdn.c
    • lib/cshutdn.h
    • lib/curl_sha512_256.c
    • lib/curl_share.c
    • lib/curlx/strerr.c
    • lib/imap.c
    • lib/pingpong.c
    • lib/pingpong.h
    • lib/pop3.c
    • lib/select.h
    • lib/smtp.c
    • lib/socketpair.h
    • lib/socks_sspi.c
    • lib/strerror.c
    • lib/vauth/digest.c
    • lib/vauth/ntlm.c
    • lib/vauth/ntlm_sspi.c
    • lib/vquic/vquic.c
    • lib/vssh/libssh.c
    • lib/vssh/ssh.h
    • lib/vtls/openssl.c
    • projects/vms/curlmsg.msg
    • src/tool_cfgable.c
    • src/tool_operate.c
    • tests/data/test1538
  4. Change #267219

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 15 May 2026 12:16:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision de28c9cfadc2daaa5db31d42a6186846c530f518

    Comments

    rustls: drop two wrong leftover casts to `ssize_t`
    While both source and target types are already `size_t`.
    
    Spotted by GitHub Code Quality
    
    Follow-up to b7c676d13f0988bde9bb0e4c3cfc688072cdb2e0 #17593
    
    Closes #21625

    Changed files

    • lib/vtls/rustls.c