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

Builder curl-threaded-solaris10-sparc Build #3063

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 11 mins, 58 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3063 Build
codebase Build
got_revision ea105708c973bfbf2e3ae2881693d10c321b92c0 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ea105708c973bfbf2e3ae2881693d10c321b92c0 Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartMon Nov 17 15:57:10 2025
EndMon Nov 17 16:33:52 2025
Elapsed36 mins, 42 secs

All Changes:

:

  1. Change #249127

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 17 Nov 2025 15:19:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2459dc7a2221b04c7c27e144bcef879c69c795f5

    Comments

    http: the :authority header should never contain user+password
    Pointed-out-by: Stanislav Fort
    Closes #19568

    Changed files

    • lib/http.c
  2. Change #249130

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 17 Nov 2025 15:43:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ea105708c973bfbf2e3ae2881693d10c321b92c0

    Comments

    h2/h3: handle methods with spaces
    The parsing of the HTTP/1.1 formatted request into the h2/h3 header
    structures should detect CURLOPT_CUSTOMREQUEST methods and forward them
    correctly.
    
    Add test_01_20 to verify
    
    Fixes #19543
    Reported-by: Omdahake on github
    Closes #19563

    Changed files

    • lib/http1.c
    • lib/http1.h
    • lib/http2.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_quiche.c
    • tests/http/test_01_basic.py
    • tests/unit/unit2603.c