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

Builder curl-ares-solaris11-sparc Build #6125

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 6125 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-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Alhuda Khan
  2. Stefan Eissing

Timing:

StartFri Jun 26 15:30:06 2026
EndFri Jun 26 16:23:14 2026
Elapsed53 mins, 8 secs

All Changes:

:

  1. 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
  2. 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