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

Builder curl-threaded-solaris10-i386 Build #4475

Build In Progress:

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiona6d97838946c3a267c352411a3d61a3a6b4f58f0
Changes4 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-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-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4475 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision a6d97838946c3a267c352411a3d61a3a6b4f58f0 Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartMon Jun 15 11:48:43 2026
Elapsed3 hrs, 50 mins, 10 secs

All Changes:

:

  1. Change #271023

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 15 Jun 2026 02:41:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 43c685fa785567c57804a7be5c04aee53e935345

    Comments

    cmake/FindGSS: fix comment, adjust custom flavor property name
    - fix property name in comment.
    - rename `INTERFACE_CURL_GSS_FLAVOUR` ->
      `INTERFACE_CURL_GSS_FLAVOR` to match preferred usage.
    
    Follow-up to 8aeefd0b353021053688e53fc3a4b0edef85dcc7 (subcommit)
    Follow-up to 16f073ef49f94412000218c9f6ad04e3fd7e4d01 #16973
    
    Closes #22013

    Changed files

    • CMake/FindGSS.cmake
    • CMakeLists.txt
  2. Change #271026

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 15 Jun 2026 03:28:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9061302a869763d87fd6bde57bf8f10be74a7e0c

    Comments

    tidy-up: prefer spelling 'flavor', where missing
    In comments and two internal build variables.
    
    Closes #22014

    Changed files

    • CMake/FindGSS.cmake
    • CMakeLists.txt
    • configure.ac
    • include/curl/curl.h
    • lib/CMakeLists.txt
    • lib/functypes.h
    • lib/hostip4.c
    • src/Makefile.inc
  3. Change #271046

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 15 Jun 2026 08:33:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 79a24161ab40baf9a287210af58337b68b145c53

    Comments

    urlapi: refactor and simplify curl_url_set
    Create and make use of:
    
    - url_encode_part()
    - url_uppercasehex_part()
    - url_append_query()
    - url_sethost()
    
    Closes #22012

    Changed files

    • lib/urlapi.c
  4. Change #271065

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 15 Jun 2026 11:24:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a6d97838946c3a267c352411a3d61a3a6b4f58f0

    Comments

    libtests: prefer `sizeof()` over `strlen()`, fix potential OOB read in 1591
    - test1591: fix potential OOB read.
      Spotted by GitHub Code Quality
      Follow-up to f464535bfdd9a83140d8a13c3fe3d937239d1c2a #3350
    
    Closes #22011

    Changed files

    • tests/libtest/lib1517.c
    • tests/libtest/lib1591.c
    • tests/libtest/lib1948.c
    • tests/libtest/lib508.c
    • tests/libtest/lib554.c
    • tests/libtest/lib643.c
    • tests/libtest/lib650.c
    • tests/libtest/lib654.c
    • tests/libtest/lib667.c
    • tests/libtest/lib668.c