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

Builder curl-ares-solaris11-sparc Build #5438

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartThu Mar 12 00:46:04 2026
EndThu Mar 12 01:55:25 2026
Elapsed1 hrs, 9 mins, 21 secs

All Changes:

:

  1. Change #260722

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 11 Mar 2026 23:45:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5fc7d50cec5465f486d68d2261f7d8378ef8d782

    Comments

    vtls: ECH definitions cleanup
    - Move ECH related defines to vtls.h
    - Prefix all defines with `CURLECH_`
    - Move base64.h include from vtls.h to implementations
    
    Closes #20887

    Changed files

    • lib/urldata.h
    • lib/vtls/openssl.c
    • lib/vtls/rustls.c
    • lib/vtls/vtls.h
    • lib/vtls/wolfssl.c
  2. Change #260723

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 11 Mar 2026 23:48:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 11c14b5ca5cad00a755aacd7bd67a7bd7444902b

    Comments

    urlapi: verify the last letter of a scheme when set explictly
    A logic error made the function not check the last character, which thus
    could make it accept invalid schemes.
    
    Added test 1965 to verify
    
    Reported-by: Otis Cui Lei
    
    Closes #20893

    Changed files

    • lib/urlapi.c
    • tests/data/Makefile.am
    • tests/data/test1965
    • tests/libtest/Makefile.inc
    • tests/libtest/lib1965.c