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

Builder curl-threaded-solaris11-sparc Build #4576

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 31 mins, 56 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-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 4576 Build
codebase Build
got_revision cccc65f05190adc8276d6f7a8071c8a45ca7f779 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision cccc65f05190adc8276d6f7a8071c8a45ca7f779 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. Stefan Eissing

Timing:

StartMon Nov 3 17:57:57 2025
EndMon Nov 3 19:43:38 2025
Elapsed1 hrs, 45 mins, 41 secs

All Changes:

:

  1. Change #247485

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 03 Nov 2025 16:31:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cccc65f05190adc8276d6f7a8071c8a45ca7f779

    Comments

    openssl: check CURL_SSLVERSION_MAX_DEFAULT properly
    The definition of these constants does not give a numeric ordering
    and MAX_DEFAULT needs to be checked in addition of ciphers and QUIC
    checks to apply correctly.
    
    Fixes #19340
    Reported-by: Peter Piekarski
    Closes #19341

    Changed files

    • lib/vtls/openssl.c