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

Builder curl-unthreaded-solaris11-sparc Build #6374

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSat Sep 5 23:13:21 2026
EndSun Sep 6 00:13:06 2026
Elapsed59 mins, 45 secs

All Changes:

:

  1. Change #280888

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 05 Sep 2026 23:40:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 68ed69a5ab668ff6bbd7ff31f6deb40dee59642e

    Comments

    openssl: use non-deprecated API for MD5/MD4
    Rework MD4 and MD5 code to use the modern `EVP_Digest_*()` API,
    replacing the deprecated `MD4_*()` and `MD5_*()` ones. It allows to use
    these OpenSSL crypto primitives with OpenSSL built with the
    `no-deprecated` option.
    
    Closes #22221

    Changed files

    • lib/curl_setup.h
    • lib/md4.c
    • lib/md5.c