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

Builder curl-unthreaded-solaris11-sparc Build #6421

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 22 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 26 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 6421 Build
codebase Build
got_revision 3f79dc36253e88411e13188042909d9bdc1978db Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3f79dc36253e88411e13188042909d9bdc1978db 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. Stefan Eissing

Timing:

StartMon Sep 14 13:04:18 2026
EndMon Sep 14 14:01:17 2026
Elapsed56 mins, 59 secs

All Changes:

:

  1. Change #281787

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 14 Sep 2026 14:15:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3f79dc36253e88411e13188042909d9bdc1978db

    Comments

    telnet: make it work through proxy tunnels
    Change telnet's antiquated corner places where it still used the
    connection socket directly. Use the transfer send call instead which
    goes the proper way thought the connection filters.
    
    Closes #22941

    Changed files

    • lib/telnet.c