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

Builder curl-unthreaded-solaris10-i386 Build #16016

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartFri Nov 21 14:07:57 2025
EndFri Nov 21 14:10:31 2025
Elapsed2 mins, 34 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