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

Builder curl-ares-solaris11-sparc Build #4730

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 18 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 4730 Build
codebase Build
got_revision 6aa8fa3fdfdb1a0d4d022cc04e478f13e2b6b880 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 6aa8fa3fdfdb1a0d4d022cc04e478f13e2b6b880 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. Stefan Eissing

Timing:

StartFri Nov 21 14:08:00 2025
EndFri Nov 21 14:15:07 2025
Elapsed7 mins, 6 secs

All Changes:

:

  1. Change #249574

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 21 Nov 2025 14:02:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6aa8fa3fdfdb1a0d4d022cc04e478f13e2b6b880

    Comments

    apple-sectrust: always ask when `native_ca_store` is in use
    When OpenSSL fails to verify the peer certificate, we checked for
    one specific reason code and did not ask Apple SecTrust for any
    other failure.
    
    Always ask Apple SecTrust after OpenSSL fails when the `native_ca_store`
    is enabled. If the user configures a CAfile or CApath, the native store
    is disabled, so this does not affect use cases where users asks curl
    to use a specific set of trust anchors.
    
    Do the same for GnuTLS
    
    Fixes #19636
    Reported-by: ffath-vo on github
    Closes #19638

    Changed files

    • lib/vtls/gtls.c
    • lib/vtls/openssl.c