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

Builder curl-ares-solaris11-sparc Build #4093

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision70779199f3cb163c3199d109a544187b6507d839
Got Revision70779199f3cb163c3199d109a544187b6507d839
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 26 mins, 7 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4093 Build
codebase Build
got_revision 70779199f3cb163c3199d109a544187b6507d839 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 70779199f3cb163c3199d109a544187b6507d839 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. Stefan Eissing

Timing:

StartSat Jun 21 18:40:21 2025
EndSat Jun 21 20:00:50 2025
Elapsed1 hrs, 20 mins, 29 secs

All Changes:

:

  1. Change #237257

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sat 21 Jun 2025 17:20:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 70779199f3cb163c3199d109a544187b6507d839

    Comments

    cf: replace the method get_host with query
    Connection filters had a method `get_host()` which had not really been
    documented. Since then, the cf had the `query()` method added. Replace
    the separate get_host with query.
    
    Add `CF_QUERY_HOST_PORT` as query to connection filters to retrieve
    which remote hostname and port the filter (or its sub-filter) is talking
    to. The query is implemented by HTTP and SOCKS filters, all others pass
    it through.
    
    Add `Curl_conn_get_current_host()` to retrieve the remote host and port
    for a connection. During connect, this will return the host the
    connection is talking to right now. Before/After connect, this will
    return `conn->host.name`.
    
    This is used by SASL authentication.
    
    Closes #17419

    Changed files

    • lib/cf-h1-proxy.c
    • lib/cf-h2-proxy.c
    • lib/cf-haproxy.c
    • lib/cf-https-connect.c
    • lib/cf-socket.c
    • lib/cfilters.c
    • lib/cfilters.h
    • lib/connect.c
    • lib/curl_sasl.c
    • lib/http2.c
    • lib/http_proxy.c
    • lib/http_proxy.h
    • lib/socks.c
    • lib/vquic/curl_msh3.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_quiche.c
    • lib/vtls/vtls.c
    • tests/unit/unit2600.c