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

Builder curl-ares-solaris10-i386 Build #4394

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 19 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-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4394 Build
codebase Build
got_revision 81da4ee249ddd0a21a57b740fb1cc93fcad592ba Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 81da4ee249ddd0a21a57b740fb1cc93fcad592ba 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. Joshua Rogers

Timing:

StartTue May 19 16:17:43 2026
EndWed May 20 02:19:01 2026
Elapsed10 hrs, 1 mins, 17 secs

All Changes:

:

  1. Change #267685

    Category curl
    Changed by Joshua Rogers <MegaManSecohnoyoudont@users.noreply.github.com>
    Changed at Tue 19 May 2026 15:10:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 81da4ee249ddd0a21a57b740fb1cc93fcad592ba

    Comments

    vtls: use Curl_safecmp for CRLfile and pinned_key comparison
    Both are filesystem paths (or case-sensitive hash strings for
    pinned_key). curl_strequal is case-insensitive and would treat
    /etc/ssl/Crl.pem and /etc/ssl/crl.pem as the same file, unlike the other
    path fields (CApath, CAfile, issuercert, clientcert) which already use
    Curl_safecmp.
    
    Closes #21668

    Changed files

    • lib/vtls/vtls.c