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

Builder curl-unthreaded-solaris11-sparc Build #5787

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 54 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 4 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 5787 Build
codebase Build
got_revision b174b8b326622574dd49fce71589f414f6af937f Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b174b8b326622574dd49fce71589f414f6af937f Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartFri May 8 13:15:22 2026
EndFri May 8 14:01:26 2026
Elapsed46 mins, 4 secs

All Changes:

:

  1. Change #266607

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 08 May 2026 13:09:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b174b8b326622574dd49fce71589f414f6af937f

    Comments

    ECH: cleanups
    - passing an unknown string to CURLOPT_ECH now returns error
    
      To properly allow applications to spot if they pass in a typo or
      something to libcurl.
    
    - CURLECH_DISABLE is now a plain zero internally, not a dedicated bit which
      simplifies checks for when ECH is enabled
    
    - Dropped the CURLECH_CLA_CFG bit, and just check STRING_ECH_CONFIG
    
    - Turn grease/enable/hard into three different numerical values, no bitmask
      needed
    
    - Convert the struct field 'tls_ech' from an int to a byte.
    
    Closes #21532

    Changed files

    • lib/setopt.c
    • lib/urldata.h
    • lib/vtls/openssl.c
    • lib/vtls/rustls.c
    • lib/vtls/vtls.h
    • lib/vtls/wolfssl.c
    • tests/libtest/mk-lib1521.pl