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

Builder curl-unthreaded-solaris10-sparc Build #12267

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionac7670b158164f274627cd3b2b44921953a19eb1
Got Revisionac7670b158164f274627cd3b2b44921953a19eb1
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 17 mins, 57 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 12267 Build
codebase Build
got_revision ac7670b158164f274627cd3b2b44921953a19eb1 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ac7670b158164f274627cd3b2b44921953a19eb1 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Jan Venekamp

Timing:

StartWed Apr 24 19:37:58 2024
EndThu Apr 25 04:32:14 2024
Elapsed8 hrs, 54 mins, 16 secs

All Changes:

:

  1. Change #195869

    Category curl
    Changed by Jan Venekamp <1422460+jan2000ohnoyoudont@users.noreply.github.com>
    Changed at Wed 24 Apr 2024 14:30:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fba9afebba22d577f122239b184edc90c18fd81b

    Comments

    mbedTLS: implement CURLOPT_SSL_CIPHER_LIST option
    Use a lookup list to set the cipher suites, allowing the
    ciphers to be set by either openssl or IANA names.
    
    To keep the binary size of the lookup list down we compress
    each entry in the cipher list down to 2 + 6 bytes using the
    C preprocessor.
    
    Closes #13442

    Changed files

    • .github/scripts/codespell-ignore.txt
    • docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.md
    • docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.md
    • lib/Makefile.inc
    • lib/vtls/cipher_suite.c
    • lib/vtls/cipher_suite.h
    • lib/vtls/mbedtls.c
    • tests/data/Makefile.inc
    • tests/data/test3205
    • tests/unit/Makefile.inc
    • tests/unit/unit3205.c
  2. Change #195871

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 24 Apr 2024 14:34:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ac7670b158164f274627cd3b2b44921953a19eb1

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES