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

Builder curl-threaded-solaris11-sparc Build #5796

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 29 mins, 7 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 5796 Build
codebase Build
got_revision 4d82423dd323978153fa7c4d21d7030643dd8efa Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 4d82423dd323978153fa7c4d21d7030643dd8efa 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. Kai Pastor
  2. Viktor Szakats

Timing:

StartMon May 11 22:19:03 2026
EndMon May 11 23:23:11 2026
Elapsed1 hrs, 4 mins, 7 secs

All Changes:

:

  1. Change #266762

    Category curl
    Changed by Kai Pastor <dg0ytohnoyoudont@darc.de>
    Changed at Mon 11 May 2026 21:53:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7d546e52b21c94e1d4f6669d2d4d64f79bff0d7b

    Comments

    cmake: export/forward `NGTCP2_CRYPTO_BACKEND`
    Exporting the component name as passed in is somewhat boring. OTOH it is
    convenient for reuse.
    
    - FindNGTCP2: export crypto backend in `NGTCP2_CRYPTO_BACKEND`.
    - pass `COMPONENTS` `NGTCP2_CRYPTO_BACKEND` in `curl-config.cmake`.
    - FindNGTCP2: fix to skip Config detection when optional `COMPONENTS` is
      not passed.
    
    Co-authored-by: Viktor Szakats
    Reported-by: x-xiang on github
    Fixes #21523
    Follow-up to 8fce3e17e6cb310cd6dbe38ff14869b8fe5827d2 #20814
    
    Closes #21540

    Changed files

    • CMake/FindNGTCP2.cmake
    • CMake/curl-config.in.cmake
    • CMakeLists.txt
  2. Change #266764

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 11 May 2026 22:05:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4d82423dd323978153fa7c4d21d7030643dd8efa

    Comments

    delta: harden external command invocations
    By moving operations Perl-native (from shell and external commands), and
    passing arguments individually to external commands.
    
    Pointed out by Codex Security
    
    Closes #21104

    Changed files

    • scripts/delta