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

Builder curl-ares-solaris11-i386 Build #3715

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 2 mins, 32 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 3715 Build
codebase Build
got_revision c23f81e5b282e9ef214843057547c0a12c493c8c Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c23f81e5b282e9ef214843057547c0a12c493c8c 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 McCarney

Timing:

StartSat Jul 12 19:33:24 2025
EndSat Jul 12 21:40:09 2025
Elapsed2 hrs, 6 mins, 45 secs

All Changes:

:

  1. Change #239398

    Category curl
    Changed by Daniel McCarney <danielohnoyoudont@binaryparadox.net>
    Changed at Sat 12 Jul 2025 19:26:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e23ba712694373d8f39320051bcbc0d79600a199

    Comments

    lib/vtls: prefer rustls-ffi ciphersuite name API
    Closes #17906

    Changed files

    • lib/vtls/rustls.c
  2. Change #239400

    Category curl
    Changed by Daniel McCarney <danielohnoyoudont@binaryparadox.net>
    Changed at Sat 12 Jul 2025 19:26:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 308922ed043f0d865a4f40807ee747d9fba0553e

    Comments

    lib/vtls: prefer ciphersuite to cipher in msgs
    Closes #17906

    Changed files

    • lib/vtls/rustls.c
  3. Change #239402

    Category curl
    Changed by Daniel McCarney <danielohnoyoudont@binaryparadox.net>
    Changed at Sat 12 Jul 2025 19:26:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d85b5d2656b0d4632209d3780da22066d717ddb3

    Comments

    lib/vtls: log rustls negotiated KEX group name
    Closes #17906

    Changed files

    • lib/vtls/rustls.c
  4. Change #239404

    Category curl
    Changed by Daniel McCarney <danielohnoyoudont@binaryparadox.net>
    Changed at Sat 12 Jul 2025 19:27:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a2028823a8154208f990696431b9eb23fc11fc69

    Comments

    lib/vts: fix a copy-pasted early data comment typo
    In gtls.c there was a typo'd comment that I think was missing the word
    "no" to indicate there's "no GnuTLS way to signal no EarlyData".
    
    This commit fixes that typo, and also updates a copy-pasted instance
    that made it into wolfssl.c where it should refer to the WolfSSL API
    missing the capability, not GnuTLS.
    
    Closes #17907

    Changed files

    • lib/vtls/gtls.c
    • lib/vtls/wolfssl.c
  5. Change #239406

    Category curl
    Changed by Daniel McCarney <danielohnoyoudont@binaryparadox.net>
    Changed at Sat 12 Jul 2025 19:29:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b234da49b6d1b2d14e2f1e8a66b64bfc219dcacc

    Comments

    docs: note SSLS-EXPORT feature in -ssl-sessions doc
    Without a libcurl built with the SSLS-EXPORT feature this command line
    option produces:
    
      curl: option --ssl-sessions: the installed libcurl version does not support this
      curl: try 'curl --help' or 'curl --manual' for more information
    
    Add a note of warning on the -ssl-session docs page to account for this.
    
    Closes #17909

    Changed files

    • docs/cmdline-opts/ssl-sessions.md
  6. Change #239408

    Category curl
    Changed by Daniel McCarney <danielohnoyoudont@binaryparadox.net>
    Changed at Sat 12 Jul 2025 19:29:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c23f81e5b282e9ef214843057547c0a12c493c8c

    Comments

    docs: sync -tls-earlydata support w/ CURLOPT_SSL_OPTIONS
    Support for early data has been added to wolfSSL and quictls/OpenSSL.
    
    Closes #17909

    Changed files

    • docs/cmdline-opts/tls-earlydata.md