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

Builder curl-ares-solaris10-sparc Build #3622

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 2 mins, 27 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 18 mins, 35 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 3 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3622 Build
codebase Build
got_revision fc90bdbaf9c9336912671715af0a778529b8f6c1 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision fc90bdbaf9c9336912671715af0a778529b8f6c1 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jay Satiro
  2. Joshua Rogers

Timing:

StartSat May 23 01:13:15 2026
EndSat May 23 13:41:51 2026
Elapsed12 hrs, 28 mins, 36 secs

All Changes:

:

  1. Change #268080

    Category curl
    Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
    Changed at Fri 22 May 2026 17:18:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2ba0a0e41e6296c23e735981168c64972a13ed70

    Comments

    CIPHERS.md: fix the example that uses only TLS 1.3
    - Add --tls-max 1.3 to set the maximum version to TLS 1.3.
    
    - Remove Schannel because it doesn't support TLS 1.3 ciphers since
      6238888.
    
    Prior to this change the example set the minimum version to TLS 1.3 but
    not the maximum version to TLS 1.3.
    
    Ref: https://github.com/curl/curl/issues/21702
    
    Closes https://github.com/curl/curl/pull/21719

    Changed files

    • docs/CIPHERS.md
  2. Change #268081

    Category curl
    Changed by Joshua Rogers <MegaManSecohnoyoudont@users.noreply.github.com>
    Changed at Fri 22 May 2026 17:22:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fc90bdbaf9c9336912671715af0a778529b8f6c1

    Comments

    schannel: error on TLS 1.3-only with cipher list
    The legacy SCHANNEL_CRED path cannot negotiate TLS 1.3. When TLS 1.3
    is the only enabled protocol and a cipher list is set, fail instead of
    silently downgrading to TLS 1.2.
    
    Fixes https://github.com/curl/curl/issues/21702
    Closes https://github.com/curl/curl/pull/21725

    Changed files

    • lib/vtls/schannel.c