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

Builder curl-ares-solaris11-sparc Build #5849

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 38 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 5849 Build
codebase Build
got_revision 12d6d8e26f5984739993bb97f80efdfed1e427e6 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 12d6d8e26f5984739993bb97f80efdfed1e427e6 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartSat May 16 01:04:53 2026
EndSat May 16 01:30:17 2026
Elapsed25 mins, 23 secs

All Changes:

:

  1. Change #267333

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 16 May 2026 00:54:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 60cd4815fd36d44805a8cfe87c2dcbc8277c103c

    Comments

    CURLOPT_SSH_HOSTKEYFUNCTION.md: for new connections only
    curl can then reuse the connection for subsequent transfers without
    calling this function again.
    
    Fixes #21606
    Reported-by: Joshua Rogers
    Closes #21628

    Changed files

    • docs/libcurl/opts/CURLOPT_SSH_HOSTKEYFUNCTION.md
  2. Change #267335

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sat 16 May 2026 01:01:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 12d6d8e26f5984739993bb97f80efdfed1e427e6

    Comments

    cf-h2-proxy: drop interim responses
    Any 1xx response before the CONNECT final one can be dropped as no one
    uses those in the HTTP/2 proxy filter. This eliminates a potential
    memory exhaustion by the famous malicious server on the internet.
    
    Closes #21626

    Changed files

    • lib/cf-h2-proxy.c