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

Builder curl-ares-solaris11-sparc Build #2374

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 29 mins, 8 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-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 2374 Build
codebase Build
got_revision b06619d0a33b957301d306097a7932ef77fcb979 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b06619d0a33b957301d306097a7932ef77fcb979 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
  2. Stefan Eissing

Timing:

StartMon Apr 29 08:33:24 2024
EndMon Apr 29 10:12:55 2024
Elapsed1 hrs, 39 mins, 31 secs

All Changes:

:

  1. Change #196199

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 29 Apr 2024 08:16:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c04664ad350ff0a6792c356b2227e51a7a131494

    Comments

    curl_getdate.md: document two-digit year handling
    Mentioned-by: Paul Gilmartin
    Ref: https://curl.se/mail/archive-2024-04/0014.html
    Closes #13494

    Changed files

    • docs/libcurl/curl_getdate.md
  2. Change #196200

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 29 Apr 2024 08:20:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b06619d0a33b957301d306097a7932ef77fcb979

    Comments

    tests: add SNI and peer name checks
    - connect to DNS names with trailing dot
    - connect to DNS names with double trailing dot
    - rustls, always give `peer->hostname` and let it
      figure out SNI itself
    - add SNI tests for ip address and localhost
    - document in code and TODO that QUIC with ngtcp2+wolfssl
      does not do proper peer verification of the certificate
    - mbedtls, skip tests with ip address verification as not
      supported by the library
    
    Closes #13486

    Changed files

    • docs/TODO
    • lib/vquic/vquic-tls.c
    • lib/vtls/rustls.c
    • tests/http/test_17_ssl_use.py
    • tests/http/testenv/env.py
    • tests/http/testenv/mod_curltest/mod_curltest.c