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

Builder curl-ares-solaris11-sparc Build #5847

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 35 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 45 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 5847 Build
codebase Build
got_revision 831a1514843bfa4d4d006627fb84c06ced8ea700 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 831a1514843bfa4d4d006627fb84c06ced8ea700 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. Daniel Stenberg

Timing:

StartFri May 15 23:42:51 2026
EndSat May 16 00:34:34 2026
Elapsed51 mins, 42 secs

All Changes:

:

  1. Change #267301

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 15 May 2026 23:38:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 831a1514843bfa4d4d006627fb84c06ced8ea700

    Comments

    urlapi: consume trailing dots after IPv4 numerical addresses
    If the hostname is specified as an IPv4 numerical address and it is
    followed by a single dot, acccept that as a valid IPv4 and remove the
    dot when normalizing.
    
    This prevents otherwise legitimate IPv4 hostnames to have trailing dots.
    Seems to match what browsers do.
    
    Extended test 1560 to verify.
    
    Closes #21635

    Changed files

    • lib/urlapi.c
    • tests/data/test1560
    • tests/libtest/lib1560.c