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

Builder curl-unthreaded-solaris11-sparc Build #6113

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiona36384ab94b868b70b39209ced3e89927a14922d
Got Revisiona36384ab94b868b70b39209ced3e89927a14922d
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 ...' ( 25 mins, 1 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 6113 Build
codebase Build
got_revision a36384ab94b868b70b39209ced3e89927a14922d Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a36384ab94b868b70b39209ced3e89927a14922d 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. Alhuda Khan
  2. Stefan Eissing

Timing:

StartFri Jun 26 15:00:31 2026
EndFri Jun 26 15:55:17 2026
Elapsed54 mins, 45 secs

All Changes:

:

  1. Change #272903

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 26 Jun 2026 14:12:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cfc7922377d20ea1a4a989fb043c3c5d189edfee

    Comments

    altsvc: use Curl_peer in processing
    Use `data->state.origin` when processing alt-avc information.
    
    Decomplexify parsing function.
    
    Closes #22184

    Changed files

    • lib/altsvc.c
    • lib/altsvc.h
    • lib/connect.c
    • lib/connect.h
    • lib/http.c
    • lib/url.c
    • tests/unit/unit1654.c
  2. Change #272905

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 26 Jun 2026 14:39:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 18475e662cb3655dc2c5ac962ac81a233ca86faf

    Comments

    urlpieces: remove members that live in peers/creds
    Remove members of `struct urlpieces` that now live in peers/creds.
    
    Change all remaining uses of those urlpieces.
    
    When comparing schemes, use the protocol constants.
    
    Closes #22171

    Changed files

    • lib/http.c
    • lib/http_proxy.c
    • lib/ldap.c
    • lib/openldap.c
    • lib/peer.c
    • lib/peer.h
    • lib/url.c
    • lib/urlapi-int.h
    • lib/urlapi.c
    • lib/urldata.h
    • lib/vssh/libssh.c
  3. Change #272908

    Category curl
    Changed by Alhuda Khan <al.hudz.kohnoyoudont@gmail.com>
    Changed at Fri 26 Jun 2026 14:50:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a36384ab94b868b70b39209ced3e89927a14922d

    Comments

    http: trim custom header name before the Authorization drop
    A custom header name padded with blanks (`Authorization :`) missed the
    exact-length compare and slipped past the cross-host Authorization and
    Cookie drop, forwarding the header to the redirect target. Trim the
    parsed name in both the request and proxy CONNECT header builders.
    
    Closes #22178

    Changed files

    • lib/http.c
    • lib/http_proxy.c
    • tests/data/Makefile.am
    • tests/data/test2113