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

Builder curl-ares-solaris11-i386 Build #4005

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision9d1acd048c75b24d56d5131cc12f907e37f0bd8f
Got Revision9d1acd048c75b24d56d5131cc12f907e37f0bd8f
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 57 mins, 45 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 4005 Build
codebase Build
got_revision 9d1acd048c75b24d56d5131cc12f907e37f0bd8f Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9d1acd048c75b24d56d5131cc12f907e37f0bd8f 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:

StartFri Nov 7 16:49:47 2025
EndFri Nov 7 19:38:38 2025
Elapsed2 hrs, 48 mins, 50 secs

All Changes:

:

  1. Change #247905

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 07 Nov 2025 14:12:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d8bad9926ca6ca6def5c09fbcecebcd6c87b68a7

    Comments

    docs: mention umask need when curl creates files
    for cookies, alt-svc and HSTS, command line and library
    
    Closes #19396

    Changed files

    • .github/scripts/pyspelling.words
    • docs/cmdline-opts/alt-svc.md
    • docs/cmdline-opts/cookie-jar.md
    • docs/cmdline-opts/hsts.md
    • docs/libcurl/opts/CURLOPT_ALTSVC.md
    • docs/libcurl/opts/CURLOPT_COOKIEJAR.md
    • docs/libcurl/opts/CURLOPT_HSTS.md
  2. Change #247906

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 07 Nov 2025 14:14:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9d1acd048c75b24d56d5131cc12f907e37f0bd8f

    Comments

    gtls: skip session resumption when verifystatus is set
    Resumed TLS sessions skip OCSP stapled-response verification. Force a
    full handshake so verifystatus() runs.
    
    Follow-up to 4bfd7a961521e1fd6aab7610e931d82a342781
    
    Pointed out by ZeroPath

    Changed files

    • lib/vtls/gtls.c