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

Builder curl-unthreaded-solaris11-i386 Build #4630

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4630 Build
codebase Build
got_revision 8494012196474ee0541940140344cd24ed340301 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8494012196474ee0541940140344cd24ed340301 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSat Feb 14 14:15:08 2026
EndSat Feb 14 16:36:23 2026
Elapsed2 hrs, 21 mins, 14 secs

All Changes:

:

  1. Change #257791

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 14 Feb 2026 14:07:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8494012196474ee0541940140344cd24ed340301

    Comments

    examples/usercertinmem: use modern OpenSSL API, drop mentions of RSA
    Replacing API calls deprecated by OpenSSL 3, and also missing
    from OpenSSL 3 no-deprecated builds, fixing builds with the latter:
    `PEM_read_bio_RSAPrivateKey()`, `RSA_free()`,
    `SSL_CTX_use_RSAPrivateKey()`
    
    Also: rename callback to match its `cacertinmem.c` sibling.
    
    Fixes #20595
    Closes #20596

    Changed files

    • docs/examples/usercertinmem.c