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

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

Results:

Build successful

SourceStamp:

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

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, 13 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 1835 Build
codebase Build
got_revision ac7670b158164f274627cd3b2b44921953a19eb1 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision ac7670b158164f274627cd3b2b44921953a19eb1 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. Daniel Stenberg
  2. Jan Venekamp

Timing:

StartWed Apr 24 16:46:29 2024
EndWed Apr 24 18:23:14 2024
Elapsed1 hrs, 36 mins, 45 secs

All Changes:

:

  1. Change #195868

    Category None
    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
    Project curl/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 #195870

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

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES