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

Builder curl-threaded-solaris11-i386 Build #5044

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 51 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 5044 Build
codebase Build
got_revision df315692d722ca0fd0dc93d0e43f29cc6975d728 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision df315692d722ca0fd0dc93d0e43f29cc6975d728 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
  2. Stefan Eissing

Timing:

StartThu May 7 15:04:11 2026
EndThu May 7 16:51:25 2026
Elapsed1 hrs, 47 mins, 14 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
  2. Change #266514

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 07 May 2026 14:53:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision df315692d722ca0fd0dc93d0e43f29cc6975d728

    Comments

    ftp: simplify ftp_done
    Closes #21520

    Changed files

    • lib/ftp.c