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

Builder curl-threaded-solaris11-i386 Build #5274

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 47 mins, 57 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-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 5274 Build
codebase Build
got_revision 0d6e5944bc098a64380e9f22d1c41274335f869f Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0d6e5944bc098a64380e9f22d1c41274335f869f Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Jun 22 00:33:14 2026
EndMon Jun 22 01:21:25 2026
Elapsed48 mins, 10 secs

All Changes:

:

  1. Change #272033

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 22 Jun 2026 00:28:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0d6e5944bc098a64380e9f22d1c41274335f869f

    Comments

    setopt: make CURLOPT_KEYPASSWD work for SSH-only builds
    This option is used for both TLS and SSH so it needs to be handled
    even in TLS-disabled builds
    
    Mention this in the man page as well.
    
    Follow-up to 52fa8d9
    Pointed out by Codex Security
    Closes #22121

    Changed files

    • docs/libcurl/opts/CURLOPT_KEYPASSWD.md
    • lib/setopt.c