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

Builder curl-threaded-solaris11-sparc Build #4416

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 29 mins, 41 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 4416 Build
codebase Build
got_revision f67090679f3227bbc31061c8074b07245cb8cc08 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f67090679f3227bbc31061c8074b07245cb8cc08 Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSat Aug 23 23:07:20 2025
EndSun Aug 24 00:36:33 2025
Elapsed1 hrs, 29 mins, 12 secs

All Changes:

:

  1. Change #243787

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 23 Aug 2025 22:57:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f67090679f3227bbc31061c8074b07245cb8cc08

    Comments

    openssl: sync an AWS-LC guard with BoringSSL
    BoringSSL always used the same type:
    https://boringssl.googlesource.com/boringssl/+/103ed08549a74af9f03363c633028faf9a475066
    https://github.com/google/boringssl/commit/103ed08549a74af9f03363c633028faf9a475066
    
    But, this codepath isn't built with BoringSSL, because it defines
    `OPENSSL_NO_OCSP` via `opensslconf.h`.
    
    Also drop an out-of-place `#endif` comment.
    
    Ref: 20f4e94eebbdcfe590ae99cb8a3f2ca1b8f970a0 #11568
    
    Closes #18384

    Changed files

    • lib/vtls/openssl.c