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

Builder curl-threaded-solaris11-sparc Build #5649

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 24 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-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 5649 Build
codebase Build
got_revision 40d57c9f588c42ed3f75fe0ba9b12aa18170a404 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 40d57c9f588c42ed3f75fe0ba9b12aa18170a404 Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartMon Apr 13 19:55:02 2026
EndMon Apr 13 20:41:44 2026
Elapsed46 mins, 42 secs

All Changes:

:

  1. Change #264314

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 13 Apr 2026 19:52:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 40d57c9f588c42ed3f75fe0ba9b12aa18170a404

    Comments

    hostip: resolve user supplied ip addresses
    When a user supplied an ip address in a URL as hostname, use that even
    when address family restrictions like -4 or -6 are set.
    
    Add test_10_15/16 to verify with a local proxy server.
    
    Fixes #21146
    Reported-by: Terrance Wong
    
    How:
    - cf-dns: on see the hostname is an ip(v6) address, add the respective
      A/AAAA to the dns query bits
    - cf-dns/hostip: only hand out addrinfos for a family if that family
      is part of the DNS queries. That prevents for example ipv6 addresses
      to show up from dns cache entries
    - change cf-ip-happy to no longer check for "ip_version" and instead
      use all addresses that cf-dns hands out
    
    Closes #21295

    Changed files

    • lib/cf-dns.c
    • lib/cf-ip-happy.c
    • lib/hostip.c
    • tests/http/test_10_proxy.py
    • tests/http/testenv/curl.py
    • tests/http/testenv/httpd.py