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

Builder curl-threaded-solaris11-i386 Build #3986

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 12 mins, 13 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-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 3986 Build
codebase Build
got_revision cccc65f05190adc8276d6f7a8071c8a45ca7f779 Git
osplatform I386 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-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartMon Nov 3 17:09:21 2025
EndMon Nov 3 21:00:12 2025
Elapsed3 hrs, 50 mins, 50 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