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

Builder curl-unthreaded-solaris11-sparc Build #2376

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 55 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 17 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 2376 Build
codebase Build
got_revision 6e4b7abfd3bef38130598b7f62289881f448a13c Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 6e4b7abfd3bef38130598b7f62289881f448a13c 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. Jan Venekamp

Timing:

StartThu May 2 13:23:04 2024
EndThu May 2 14:21:30 2024
Elapsed58 mins, 26 secs

All Changes:

:

  1. Change #196348

    Category curl
    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.git
    Project 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