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

Builder curl-ares-solaris10-i386 Build #4227

Build In Progress:

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4227 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 7079f1d39c162747f60c3818f5a80c8edf35fa9d Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartWed Mar 4 08:02:51 2026
Elapsed1 hrs, 56 mins, 15 secs

All Changes:

:

  1. Change #259732

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

    Comments

    openssl: adapt to OpenSSL master adding const to more APIs
    Closes #20797

    Changed files

    • lib/vtls/openssl.c
  2. Change #259787

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

    Comments

    schannel: fix UAF in client cert store thumbprint handling
    Follow-up to 10bb489b22d1777f2984aa5
    
    Found by Codex Security
    Closes #20801

    Changed files

    • lib/vtls/schannel.c
  3. Change #259799

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

    Comments

    config2setopts: restore proper ignoring of CAINFO BLOB option errors
    A regression from refactors
    
    Spotted by Codex Security
    
    Closes #20799

    Changed files

    • src/config2setopts.c
  4. 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
  5. 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