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

Builder curl-unthreaded-solaris10-i386 Build #15908

Build In Progress:

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionfa49c50ac359bc3ac7c76e86e0be0fe9a0cb6b7c
Changes6 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 15908 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision fa49c50ac359bc3ac7c76e86e0be0fe9a0cb6b7c Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats
  4. x2018

Timing:

StartMon Oct 27 22:46:42 2025
Elapsed3 hrs, 31 mins, 3 secs

All Changes:

:

  1. Change #246845

    Category curl
    Changed by x2018 <xkernel.wangohnoyoudont@foxmail.com>
    Changed at Mon 27 Oct 2025 16:31:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6c97ff8c120f2ba3d4c6f1ceb7ca834cb98d808e

    Comments

    socks: properly maintain the status of 'done'
    Closes #19255

    Changed files

    • lib/socks.c
  2. Change #246846

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 27 Oct 2025 16:33:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2bb33c18a7fb041aa6831846210e4a9bbf45322f

    Comments

    pingpong: change repsonse timeout to one minute
    It was previously two minutes by default and sometimes one minute.
    Removes a struct field.
    
    Closes #19254

    Changed files

    • lib/ftp.c
    • lib/pingpong.c
    • lib/pingpong.h
    • lib/urldata.h
  3. 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
  4. 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
  5. 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
  6. Change #246880

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 27 Oct 2025 21:55:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fa49c50ac359bc3ac7c76e86e0be0fe9a0cb6b7c

    Comments

    tests/server/dnsd: fix potential buffer overflow
    When handling incoming DNS packets.
    
    Reported-by: Joshua Rogers
    
    Closes #19261

    Changed files

    • tests/server/dnsd.c