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

Builder curl-unthreaded-solaris11-sparc Build #5781

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision3e9817cd1bb6aa53d3d3bf10572bb245d064870c
Got Revision3e9817cd1bb6aa53d3d3bf10572bb245d064870c
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu May 7 10:28:19 2026
EndThu May 7 11:19:49 2026
Elapsed51 mins, 29 secs

All Changes:

:

  1. Change #266493

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 07 May 2026 10:04:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3e9817cd1bb6aa53d3d3bf10572bb245d064870c

    Comments

    url: remove ssh_config_matches
    The CURLOPT_SSH_HOST_PUBLIC_KEY_* options are documented to verify the
    host at connect time and not for connection reuse. Once the SSH host has
    been deemed okay, it remains okay as long as the connection survives.
    
    In addition: this function currently always returned TRUE since the
    pointers have been NULLed in the SSH backend code before this function
    is called.
    
    Follow-up to c31fcf2decfbf1259cc1f31
    
    Reported-by: Andrew Nesbit
    Closes #21519

    Changed files

    • lib/url.c