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

Builder curl-unthreaded-solaris11-sparc Build #4535

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision73811b4c51a959696b38f7b872afbebd230e6f06
Got Revision73811b4c51a959696b38f7b872afbebd230e6f06
Changes3 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 29 mins, 14 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-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 4535 Build
codebase Build
got_revision 73811b4c51a959696b38f7b872afbebd230e6f06 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 73811b4c51a959696b38f7b872afbebd230e6f06 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartMon Oct 27 17:28:25 2025
EndMon Oct 27 18:32:13 2025
Elapsed1 hrs, 3 mins, 48 secs

All Changes:

:

  1. Change #246861

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 27 Oct 2025 17:22:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 692c7f133e6f9a5053a87b1fffbf3c41697a7742

    Comments

    TLS: IP address verification, extend test
    Change the test certificate to carry a altname 'dns:127.0.0.1' which
    should *not* match in test_17_05_bad_ip_addr.
    
    wolfSSL: since `wolfSSL_check_domain_name()` does not differentiate
    between DNS and IP names, use if only for DNS names. For IP addresses,
    get the peer certificate after the handshake and check that using
    wolfSSL_X509_check_ip_asc().
    
    Unfortunately, this succeeds where it should not, as wolfSSL internally
    used the same check code for both cases. So, skip the test case until
    wolfSSL fixes that.
    
    Reported-by: Joshua Rogers
    Closes #19252

    Changed files

    • lib/vquic/vquic-tls.c
    • lib/vtls/wolfssl.c
    • tests/http/test_02_download.py
    • tests/http/test_07_upload.py
    • tests/http/test_17_ssl_use.py
    • tests/http/testenv/certs.py
    • tests/http/testenv/env.py
  2. Change #246862

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 27 Oct 2025 17:23:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 05eea37e78e8e429437699749eb692cd0325d909

    Comments

    CURLOPT_SERVER_RESPONSE_TIMEOUT*: add default and see-also
    Also move the old name mention to a HISTORY section
    
    Closes #19258

    Changed files

    • docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT.md
    • docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.md
  3. Change #246863

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 27 Oct 2025 17:24:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 73811b4c51a959696b38f7b872afbebd230e6f06

    Comments

    header: see-also --proxy-header and vice versa
    Closes #19259

    Changed files

    • docs/cmdline-opts/header.md
    • docs/cmdline-opts/proxy-header.md