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

Builder curl-unthreaded-solaris11-sparc Build #5783

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 28 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 5783 Build
codebase Build
got_revision a86efdd7ca5433de9231e650f18247de8319ad16 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a86efdd7ca5433de9231e650f18247de8319ad16 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:

StartThu May 7 15:00:17 2026
EndThu May 7 15:50:15 2026
Elapsed49 mins, 58 secs

All Changes:

:

  1. Change #266510

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 07 May 2026 14:37:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a86efdd7ca5433de9231e650f18247de8319ad16

    Comments

    url: fix connection reuse for starttls protocols
    When a connection is tested for reuse in a transfer that *may* upgrade
    to TLS (commonly via STARTTLS), the SSL configuration must match the
    existing connection.
    
    Reported-by: Andrew Nesbit
    Closes #21522

    Changed files

    • lib/url.c