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

Builder curl-threaded-solaris11-sparc Build #5627

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionc0e7f70218805db85ca5499f31c15cb4548d828b
Got Revisionc0e7f70218805db85ca5499f31c15cb4548d828b
Changes3 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 39 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-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 5627 Build
codebase Build
got_revision c0e7f70218805db85ca5499f31c15cb4548d828b Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c0e7f70218805db85ca5499f31c15cb4548d828b Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Ted Lyngmo

Timing:

StartWed Apr 8 11:35:18 2026
EndWed Apr 8 12:25:00 2026
Elapsed49 mins, 42 secs

All Changes:

:

  1. Change #263973

    Category curl
    Changed by Ted Lyngmo <tedohnoyoudont@lyncon.se>
    Changed at Wed 08 Apr 2026 11:25:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 135665036f2d98efb928df1195f9ef80208483dd

    Comments

    docs: use the correct CURLOPT_WRITEFUNCTION signature
    In order to not encourage users to use incompatible function pointers,
    change the callback function definitions to use `char *` instead of
    `void *` for the first argument.
    
    Triggered by https://stackoverflow.com/questions/79921871/curl-c-c-library-based-application-produces-erronious-response-for-http-post-r#comment141032037_79921871 :
    
    "The code was mostly modified from
     [this example code](https://curl.se/libcurl/c/postinmemory.html),
     honestly I never knew this is wrong. Thanks for pointing it out."
    
    Signed-off-by: Ted Lyngmo <ted@lyncon.se>
    Closes #21265

    Changed files

    • docs/FAQ.md
    • docs/examples/cacertinmem.c
    • docs/examples/certinfo.c
    • docs/examples/chkspeed.c
    • docs/examples/crawler.c
    • docs/examples/ephiperfifo.c
    • docs/examples/evhiperfifo.c
    • docs/examples/externalsocket.c
    • docs/examples/ftp-delete.c
    • docs/examples/ftpget.c
    • docs/examples/ftpsget.c
    • docs/examples/ftpuploadresume.c
    • docs/examples/getinmemory.c
    • docs/examples/ghiper.c
    • docs/examples/hiperfifo.c
    • docs/examples/http2-pushinmemory.c
    • docs/examples/postinmemory.c
    • docs/examples/sepheaders.c
    • docs/examples/sessioninfo.c
    • docs/examples/sftpget.c
    • docs/examples/synctime.c
    • docs/examples/url2file.c
    • docs/examples/usercertinmem.c
    • docs/libcurl/libcurl-tutorial.md
    • docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.md
    • tests/libtest/lib3102.c
  2. Change #263974

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 08 Apr 2026 11:27:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 59c8de789764e004e7e16d00702ba956dbb8cd2f

    Comments

    mbedtls: fix ECJPAKE matching
    It did not require a full-length match, so empty or prefix tokens map to
    ECJPAKE would silently add that cipher to the configured list.
    
    Follow-up to fba9afebba22d577f122239b18
    
    Reported by Codex Security
    
    Closes #21264

    Changed files

    • lib/vtls/mbedtls.c
  3. Change #263975

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 08 Apr 2026 11:33:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c0e7f70218805db85ca5499f31c15cb4548d828b

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES