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

Builder curl-pr-unthreaded-solaris10-i386 Build #1867

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 24 mins, 3 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 1867 Build
codebase Build
got_revision 6e4b7abfd3bef38130598b7f62289881f448a13c Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 6e4b7abfd3bef38130598b7f62289881f448a13c Build
scheduler schedule-curl-pr Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jan Venekamp

Timing:

StartThu May 2 13:26:15 2024
EndThu May 2 14:50:33 2024
Elapsed1 hrs, 24 mins, 18 secs

All Changes:

:

  1. Change #196347

    Category None
    Changed by Jan Venekamp <1422460+jan2000ohnoyoudont@users.noreply.github.com>
    Changed at Thu 02 May 2024 13:17:02
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 6e4b7abfd3bef38130598b7f62289881f448a13c

    Comments

    bearssl: use common code for cipher suite lookup
    
    Take advantage of the Curl_cipher_suite_walk_str() and
    Curl_cipher_suite_get_str() functions introduced in commit fba9afeb.
    
    This also fixes CURLOPT_SSL_CIPHER_LIST not working at all for bearssl
    due to commit ff74cef5.
    
    Closes #13464

    Changed files

    • lib/vtls/bearssl.c
    • lib/vtls/cipher_suite.c
    • lib/vtls/cipher_suite.h
    • tests/unit/unit3205.c