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

Builder curl-unthreaded-solaris11-sparc Build #6085

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionc5d0e93879d94c8ab8034b35a26cbdfa93a2dac8
Got Revisionc5d0e93879d94c8ab8034b35a26cbdfa93a2dac8
Changes3 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Timing:

StartMon Jun 22 10:28:26 2026
EndMon Jun 22 11:18:19 2026
Elapsed49 mins, 53 secs

All Changes:

:

  1. Change #272059

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 22 Jun 2026 09:53:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ab779d4e4a30506acc9221ce4fdbd7c4a250d2ad

    Comments

    doh: stricter HTTPS RNAME parsing
    If any sublabel is longer than 63 octets, abort. This then also catches
    compression attempts.
    
    Verified in test 1658
    
    Reported-by: netspacer.research
    Closes #22124

    Changed files

    • lib/doh.c
    • lib/httpsrr.h
    • tests/unit/unit1658.c
  2. Change #272062

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 22 Jun 2026 10:12:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d638eac18967d8afef230ced3daddc47cebd9737

    Comments

    libssh2: code and infof/trace cleanups
    Give the libssh2 infof() messages a common format, add/clarify some to
    make the connect/authentication flow more clear.
    
    Closes #22101

    Changed files

    • lib/vssh/libssh2.c
  3. Change #272063

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 22 Jun 2026 10:15:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c5d0e93879d94c8ab8034b35a26cbdfa93a2dac8

    Comments

    HTTP3.md: update quiche build
    Fixes #22105
    Reported-by: av223119 on github
    Closes #22109

    Changed files

    • docs/HTTP3.md