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

Builder curl-threaded-solaris11-i386 Build #3873

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision63bf7a089869b0cf7d6b40e0f67620b79126c321
Got Revision63bf7a089869b0cf7d6b40e0f67620b79126c321
Changes6 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 32 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 3873 Build
codebase Build
got_revision 63bf7a089869b0cf7d6b40e0f67620b79126c321 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 63bf7a089869b0cf7d6b40e0f67620b79126c321 Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartFri Aug 22 19:44:14 2025
EndFri Aug 22 22:55:20 2025
Elapsed3 hrs, 11 mins, 5 secs

All Changes:

:

  1. Change #243651

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 22 Aug 2025 17:12:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 844c385812efe22f979a9be0dcf75b2ee69b2ef4

    Comments

    typecheck-gcc: add type checks for curl_multi_setopt()
    Test 745 verifies that all options are tested.
    
    Closes #18357

    Changed files

    • include/curl/typecheck-gcc.h
    • tests/test745.pl
  2. Change #243652

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 22 Aug 2025 17:13:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bfbee798ca1f58c6471f0cb91825c75a36de2863

    Comments

    tool_operate: use stricter curl_multi_setopt() arguments
    To please the curl_multi_setopt() typechecker
    
    - set multi callback protypes to match exactylu
    - set CURLMOPT_MAX_HOST_CONNECTIONS as a long
    
    Closes #18357

    Changed files

    • src/tool_operate.c
  3. Change #243653

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 22 Aug 2025 17:21:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision db08e86cfb8b74b5b7c0a98541d0af5b712c4348

    Comments

    openssl: drop more legacy cruft
    - drop `ALLOW_RENEG` undocumented (insecure) build-time option.
    - drop unnecessary check for `OPENSSL_VERSION_NUMBER`.
      It's present in all supported OpenSSL versions and forks.
    
    Follow-up to 80c10c5d5dda78c471924b251e9db59d653aba1e #18351
    Follow-up to 59311bd3df5da6342312b5dc9b6c91fc2be77d4f #3293 #3283
    
    Closes #18359

    Changed files

    • lib/vtls/openssl.c
  4. Change #243654

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 22 Aug 2025 17:21:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8c29a29addc279ef473f72568dcd96196d126025

    Comments

    openssl: add and use `HAVE_OPENSSL3` internal macro
    Cherry-picked from #18330
    Closes #18360

    Changed files

    • lib/vtls/openssl.c
    • lib/vtls/openssl.h
  5. Change #243660

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 22 Aug 2025 17:49:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0be7f382dc90ed8f3c305fbd8e2dd0f17c781285

    Comments

    openssl: add and use `HAVE_BORINGSSL_LIKE` internal macro
    To cover the common case of guarding for both BoringSSL and AWS-LC.
    
    Cherry-picked from #18330
    Closes #18358

    Changed files

    • lib/vtls/openssl.c
    • lib/vtls/openssl.h
  6. Change #243668

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 22 Aug 2025 18:55:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 63bf7a089869b0cf7d6b40e0f67620b79126c321

    Comments

    openssl: drop redundant `HAVE_OPENSSL_VERSION` macro
    It served as an extra guard over `OPENSSL_VERSION_STRING`.
    
    Also, document that `OPENSSL_VERSION_STRING` is supported by OpenSSL 3+.
    
    Closes #18367

    Changed files

    • lib/vtls/openssl.c