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

Builder curl-unthreaded-solaris11-sparc Build #6182

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Timing:

StartThu Aug 6 14:03:18 2026
EndThu Aug 6 14:53:22 2026
Elapsed50 mins, 3 secs

All Changes:

:

  1. Change #277281

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 06 Aug 2026 14:48:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a478393759f302d3a55e62094ceb61e64ca610f4

    Comments

    psl: update a comment to understandable English
    Closes #22502

    Changed files

    • lib/psl.c
  2. Change #277282

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 06 Aug 2026 14:51:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 26b9f3aa9b2531d5da74ce5472bc8f59ea01bd6d

    Comments

    rtsp: refactor method handling and improve error checks
    - convert the method switch() to a simple table
    
    - avoid converting the methods from external to internal numbers, they were
      the same anyway so keep the external ones, just use the old defines.
    
    - fix range check. It wrongly used the method numbers as bitmask, which made
      the check not work previously. Also error on OOM.
    
    - Dropped the session-id check. It too wrongly did a bitmask check which was
      wrong and never worked. When fixed, it broke test cases so I dropped the
      entire check.
    
    - split out rtsp_setup_request() from rtsp_do()
    
    - replace the httpversion variable with a define
    
    Closes #22505

    Changed files

    • lib/rtsp.c
    • lib/rtsp.h
    • lib/setopt.c
    • lib/transfer.c
    • lib/urldata.h
  3. Change #277283

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 06 Aug 2026 14:55:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision de9919f38a0504d3eba66da35aa9d93c49f34e4a

    Comments

    TODO: ECH for QUIC
    And drop:
    
    - Consider OCSP stapling by default
    
    It is a practice that is going out-of-style, so doing this by default now
    seems wrong.
    
    - Provide callback for cert verification
    
    We have lots of options already. Let's not do this.
    
    Closes #22504

    Changed files

    • docs/TODO.md