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

Builder curl-ares-solaris10-i386 Build #4244

Results:

Exception git

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git git exception ( 0 secs )
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4244 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 412cd2577ac880be4fae78808e2a1d1c00da833e Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartSat Mar 14 23:25:22 2026
EndSun Mar 15 09:10:27 2026
Elapsed9 hrs, 45 mins, 4 secs

All Changes:

:

  1. Change #261059

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sat 14 Mar 2026 23:17:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 412cd2577ac880be4fae78808e2a1d1c00da833e

    Comments

    urldata: connection bit ipv6_ip is wrong
    Eliminate `conn->bits.ipv6_ip`
    
    The bit was only correct for the first transfer using a connection. Use
    `data->state.up.hostname` instead in places that need the URL hostname
    in its original form.
    
    Fix parseurlandfillconn() to not modify `data->state.up.hostname` before
    copying the connection's hostname, but modify the copy instead, leaving
    the URL hostname intact.
    
    Closes #20919

    Changed files

    • lib/http.c
    • lib/http_proxy.c
    • lib/openldap.c
    • lib/socks.c
    • lib/url.c
    • lib/urldata.h
    • lib/vssh/libssh.c
    • tests/data/test2053