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

Builder curl-ares-solaris10-i386 Build #4486

Results:

Failed

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionc53420e42742a68004854a7fa354f9500b4b1516
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 4 mins, 39 secs )
    1. stdio
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4486 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision c53420e42742a68004854a7fa354f9500b4b1516 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Joshua Rogers
  3. Rudolf Polzer

Timing:

StartFri Sep 4 09:04:56 2026
EndFri Sep 4 17:48:57 2026
Elapsed8 hrs, 44 mins, 0 secs

All Changes:

:

  1. Change #280692

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 04 Sep 2026 10:39:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a226b5ea042831409b9d5899b170e835eb3dd960

    Comments

    CURLOPT*ISSUERCERT*: not verified cryptographically
    Reported-by: Stanislav Fort
    
    Closes #22825

    Changed files

    • docs/libcurl/opts/CURLOPT_ISSUERCERT.md
    • docs/libcurl/opts/CURLOPT_ISSUERCERT_BLOB.md
    • docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT.md
    • docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT_BLOB.md
  2. Change #280693

    Category curl
    Changed by Joshua Rogers <MegaManSecohnoyoudont@users.noreply.github.com>
    Changed at Fri 04 Sep 2026 10:40:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f042c25fb876d0da5ff5f35332bcc3a8b5a7fe66

    Comments

    openssl/gtls: reject CRLfile with native CA store, matching rustls
    Closes #22826

    Changed files

    • lib/vtls/gtls.c
    • lib/vtls/openssl.c
  3. Change #280694

    Category curl
    Changed by Rudolf Polzer <rpolzerohnoyoudont@google.com>
    Changed at Fri 04 Sep 2026 10:41:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c53420e42742a68004854a7fa354f9500b4b1516

    Comments

    ossl_verifyhost: remove assumption of null termination of ASN1_STRING.
    This only affects hosts where the deprecated CN is used for matching DNS
    names, instead of the modern way, which is by using a dNSName-typed SAN.
    
    A similar change but for certs that store the hostname in the SAN (as
    they should nowadays) was in 543adc4de024dda4f3b8f368893c7d01a3cf0ea8.
    
    Fixes #22822
    Closes #22824

    Changed files

    • lib/vtls/openssl.c