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

Builder curl-ares-solaris11-sparc Build #4542

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 34 mins, 47 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 4542 Build
codebase Build
got_revision c82a70628dea815364ed41f30e2f6b8eb87f9fdd Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c82a70628dea815364ed41f30e2f6b8eb87f9fdd 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. Jay Satiro
  2. Stefan Eissing

Timing:

StartWed Oct 29 08:18:20 2025
EndWed Oct 29 09:59:14 2025
Elapsed1 hrs, 40 mins, 53 secs

All Changes:

:

  1. Change #247014

    Category curl
    Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
    Changed at Wed 29 Oct 2025 07:46:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0ba006601ffa813388bf4b4f01a181767fbdad15

    Comments

    tool_operate: move the checks that skip ca cert detection
    - Move the checks into the function that needs them, cacertpaths().
    
    Prior to this change the caller made the determination whether to skip
    calling cacertpaths for cert detection. However for posterity it is
    better to have the checks in cacertpaths since other code could call it.
    
    Closes https://github.com/curl/curl/pull/19148

    Changed files

    • src/tool_operate.c
  2. Change #247015

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 29 Oct 2025 08:07:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c82a70628dea815364ed41f30e2f6b8eb87f9fdd

    Comments

    ssl-session-cache: check use on config and availability
    Replace the check if a ssl session cache is configured with
    a function checking if it is configured *and* if an ssl session
    cache is available.
    
    During normal operations, a session cache is always there, however
    for "connect-only" transfers this might not be the case. When such
    transfers receive new sessions/tickets, they need to silently
    discard those and not fail.
    
    Reported-by: Marc Aldorasi
    
    Fixes https://github.com/curl/curl/issues/18983
    Closes https://github.com/curl/curl/pull/19251

    Changed files

    • lib/vquic/curl_ngtcp2.c
    • lib/vtls/gtls.c
    • lib/vtls/mbedtls.c
    • lib/vtls/openssl.c
    • lib/vtls/schannel.c
    • lib/vtls/vtls_scache.c
    • lib/vtls/vtls_scache.h
    • lib/vtls/wolfssl.c