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

Builder curl-unthreaded-solaris11-i386 Build #2379

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 19 mins, 40 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-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 2379 Build
codebase Build
got_revision fba9afebba22d577f122239b184edc90c18fd81b Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision fba9afebba22d577f122239b184edc90c18fd81b Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jan Venekamp

Timing:

StartWed Apr 24 14:32:56 2024
EndWed Apr 24 14:52:41 2024
Elapsed19 mins, 45 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