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

Builder curl-unthreaded-solaris11-sparc Build #5398

Results:

Build successful

SourceStamp:

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

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 ...' ( 22 mins, 53 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-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 5398 Build
codebase Build
got_revision 7079f1d39c162747f60c3818f5a80c8edf35fa9d Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7079f1d39c162747f60c3818f5a80c8edf35fa9d 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. Daniel Stenberg

Timing:

StartTue Mar 3 23:57:17 2026
EndWed Mar 4 01:09:57 2026
Elapsed1 hrs, 12 mins, 39 secs

All Changes:

:

  1. Change #259806

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 03 Mar 2026 23:14:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ad58e07b5433bb548055c1c73b16b6783cf64fa8

    Comments

    curl.h: remove CURLPROTO_MQTTS from the public header
    - the value collided with the internal one used for WebSocket
    - we add all new ones as internal bits
    - bump to 64-bit internal type
    - introduce new define for setting all protocols (CURLPROTO_64ALL)
    
    Reported by Codex Security
    
    Closes #20798

    Changed files

    • docs/libcurl/opts/CURLOPT_PROTOCOLS.md
    • docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.md
    • docs/libcurl/symbols-in-versions
    • include/curl/curl.h
    • lib/setopt.c
    • lib/url.c
    • lib/urldata.h
  2. Change #259807

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 03 Mar 2026 23:16:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7079f1d39c162747f60c3818f5a80c8edf35fa9d

    Comments

    usercertinmem: use the correct cert BIO
    PEM_read_bio_PrivateKey() is called with the wrong BIO, so the private
    key is not loaded.
    
    Follow-up to 8494012196474ee0541
    
    Pointed out by Codex Security
    Closes #20800

    Changed files

    • docs/examples/usercertinmem.c