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

Builder curl-threaded-solaris11-sparc Build #5594

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisione65ba1bd349a7affb09275a442b6a0837df079d9
Got Revisione65ba1bd349a7affb09275a442b6a0837df079d9
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, 54 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 5594 Build
codebase Build
got_revision e65ba1bd349a7affb09275a442b6a0837df079d9 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e65ba1bd349a7affb09275a442b6a0837df079d9 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. Daniel Stenberg

Timing:

StartThu Apr 2 18:25:31 2026
EndThu Apr 2 19:20:53 2026
Elapsed55 mins, 21 secs

All Changes:

:

  1. Change #263321

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 02 Apr 2026 18:01:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e65ba1bd349a7affb09275a442b6a0837df079d9

    Comments

    hsts: make the HSTS read callback handle name dupes
    Now the logic for handling name duplicates and picking the longest
    expiry and strictest subdomain is the same for the callback as for when
    reading from file.
    
    Also strip trailing dots from the hostname added by the callback.
    
    A minor side-effect is that the hostname provided by the callback can
    now enable subdomains by starting the name with a dot, but we discourage
    using such hostnames in documentation.
    
    Amended test 1915 to verify.
    
    Closes #21201

    Changed files

    • docs/libcurl/opts/CURLOPT_HSTSREADFUNCTION.md
    • lib/hsts.c
    • tests/data/test1915
    • tests/libtest/lib1915.c