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

Builder curl-threaded-solaris11-sparc Build #4055

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision1e2e808defe6850295baa002d07cde9a129ec791
Got Revision1e2e808defe6850295baa002d07cde9a129ec791
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 32 mins, 16 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-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 4055 Build
codebase Build
got_revision 1e2e808defe6850295baa002d07cde9a129ec791 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1e2e808defe6850295baa002d07cde9a129ec791 Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel McCarney

Timing:

StartThu Jun 12 08:35:25 2025
EndThu Jun 12 09:07:50 2025
Elapsed32 mins, 24 secs

All Changes:

:

  1. Change #232059

    Category curl
    Changed by Daniel McCarney <danielohnoyoudont@binaryparadox.net>
    Changed at Thu 12 Jun 2025 08:29:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1e2e808defe6850295baa002d07cde9a129ec791

    Comments

    tls: remove Curl_ssl false_start
    The secure transport vTLS backend was the only Curl_ssl struct instance
    that populated the false_start field. Since its removed, we can now
    remove that field entirely. This was a protocol feature specific to TLS
    1.2 that has been replaced by the more widely adopted TLS 1.3 early data
    mechanisms.
    
    --false-start is now deprecated
    
    Closes #17595

    Changed files

    • lib/doh.c
    • lib/setopt.c
    • lib/urldata.h
    • lib/vtls/gtls.c
    • lib/vtls/mbedtls.c
    • lib/vtls/openssl.c
    • lib/vtls/rustls.c
    • lib/vtls/schannel.c
    • lib/vtls/vtls.c
    • lib/vtls/vtls.h
    • lib/vtls/vtls_int.h
    • lib/vtls/wolfssl.c
    • src/config2setopts.c
    • src/tool_cfgable.h
    • src/tool_getparam.c