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

Builder curl-ares-solaris10-sparc Build #3663

Build In Progress:

ETA: 17:10:56 [17 mins, 34 secs]

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision8cc3fed7df0090ed970947fcc6127f639edf3b7d
Changes7 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-sparc' 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-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3663 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 8cc3fed7df0090ed970947fcc6127f639edf3b7d Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartMon Jun 15 13:58:18 2026
Elapsed2 hrs, 55 mins, 3 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
  5. Change #271089

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 15 Jun 2026 13:07:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e70f8ebd34edade24df442152f52b361abaf4309

    Comments

    servers: fix error message if unix socket path is not a socket
    Follow-up to 99fb36797a3f0b64ad20fcb8b83026875640f8e0
    Cherry-picked from #22010
    
    Closes #22020

    Changed files

    • tests/server/util.c
  6. Change #271094

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 15 Jun 2026 13:36:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 03bc93bd327e06e86af0b0c14a888f7482affedc

    Comments

    servers: drop unix socket path attribute check on Windows
    On Windows there is no `lstat()`, which was later substituted with
    normal `stat()`, but on Windows `S_IFSOCK` is never defined, which meant
    the output of stat was not actually used, reducing this to checking for
    the presence of the file, and bailing out without retry if missing.
    
    Follow-up to 30e491e5c921aecca5a16083d8185840dc64eccd #7034
    Follow-up to 99fb36797a3f0b64ad20fcb8b83026875640f8e0
    
    Cherry-picked from #22010
    
    Closes #22021

    Changed files

    • tests/server/util.c
  7. Change #271096

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 15 Jun 2026 13:41:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8cc3fed7df0090ed970947fcc6127f639edf3b7d

    Comments

    transfer: adapt Curl_xfer_is_secure()
    Now that `conn->origin` can be the proxy, we need to change how
    Curl_xfer_is_secure() and some other places work.
    
    Pointed out by Codex Security
    
    Closes #22015

    Changed files

    • lib/cfilters.c
    • lib/connect.c
    • lib/http.c
    • lib/imap.c
    • lib/transfer.c
    • lib/transfer.h
    • lib/vquic/vquic.c