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

Builder curl-unthreaded-solaris11-i386 Build #3588

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 17 mins, 14 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-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 3588 Build
codebase Build
got_revision 1e2e808defe6850295baa002d07cde9a129ec791 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1e2e808defe6850295baa002d07cde9a129ec791 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel McCarney

Timing:

StartThu Jun 12 08:35:26 2025
EndThu Jun 12 09:52:51 2025
Elapsed1 hrs, 17 mins, 25 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