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

Builder curl-ares-solaris11-sparc Build #5842

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 25 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 37 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 5842 Build
codebase Build
got_revision 913529411514d864ee2f377379d872dcab2c8317 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 913529411514d864ee2f377379d872dcab2c8317 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 11:55:00 2026
EndFri May 15 12:48:06 2026
Elapsed53 mins, 5 secs

All Changes:

:

  1. Change #267208

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 15 May 2026 11:44:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 913529411514d864ee2f377379d872dcab2c8317

    Comments

    urlapi: deny hostnames with more than one trailing dot
    Or consisting of just a single dot.
    
    Such names cannot be resolved with DNS.
    
    While they *can* still be resolved with /etc/hosts or --resolve tricks,
    they easily cause internal problems because their trailing dots.
    
    Let's not allow them anymore.
    
    Closes #21622

    Changed files

    • lib/urlapi.c
    • tests/http/test_17_ssl_use.py
    • tests/libtest/lib1560.c