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

Builder curl-ares-solaris11-i386 Build #4863

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 5 mins, 16 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4863 Build
codebase Build
got_revision 93e80c75b419cc6ec5639404b11773ee58e63073 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 93e80c75b419cc6ec5639404b11773ee58e63073 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu Apr 2 10:24:58 2026
EndThu Apr 2 12:11:04 2026
Elapsed1 hrs, 46 mins, 6 secs

All Changes:

:

  1. Change #263264

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 02 Apr 2026 10:22:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 93e80c75b419cc6ec5639404b11773ee58e63073

    Comments

    hsts: accept 10K entries in the list
    Up from 1K.
    
    Reduces the risk that someone could flush the list by tricking a user to
    do many transfers to new hostnames.
    
    Document the limit.
    
    Follow-up to 03a792b186da7fdfbe4b85b022d7
    
    Closes #21200

    Changed files

    • docs/HSTS.md
    • docs/cmdline-opts/hsts.md
    • docs/libcurl/opts/CURLOPT_HSTS.md
    • lib/hsts.h
    • tests/data/test1674
    • tests/unit/unit1674.c