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

Builder curl-ares-solaris11-sparc Build #4250

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 6 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 34 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 4250 Build
codebase Build
got_revision 08f97cbf5c632d103bfa5bdf8558ba43d9147c1a Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 08f97cbf5c632d103bfa5bdf8558ba43d9147c1a 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. David Zhuang
  3. Stefan Eissing
  4. Viktor Szakats

Timing:

StartSun Jul 27 20:08:57 2025
EndSun Jul 27 21:31:20 2025
Elapsed1 hrs, 22 mins, 23 secs

All Changes:

:

  1. Change #240846

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 27 Jul 2025 18:23:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9d8998c99408e1adf8eba629fad9f87b3235bdfa

    Comments

    tls: make default TLS version be minimum 1.2
    This still allows users to explictily ask for 1.0 or 1.1 as the minimum
    version. If the TLS library allows it.
    
    Starting with this change, the CURL_SSLVERSION_DEFAULT value is no
    longer used as minimum version when the TLS backend are called.
    
    This also makes curl set the minimum version to 1.2 independently of
    libcurl for the rare case where a newer curl tool would use an older
    libcurl.
    
    URL: https://curl.se/mail/lib-2025-07/0007.html
    Assisted-by: Stefan Eissing
    Closes #17894

    Changed files

    • docs/libcurl/opts/CURLOPT_SSLVERSION.md
    • lib/setopt.c
    • lib/setopt.h
    • lib/url.c
    • lib/vtls/gtls.c
    • src/config2setopts.c
    • src/tool_cfgable.h
    • src/tool_getparam.c
    • src/tool_paramhlp.c
    • src/tool_paramhlp.h
    • src/tool_setopt.c
    • tests/data/test1400
    • tests/data/test1401
    • tests/data/test1402
    • tests/data/test1403
    • tests/data/test1404
    • tests/data/test1405
    • tests/data/test1406
    • tests/data/test1407
    • tests/data/test1420
    • tests/data/test1465
    • tests/data/test1481
    • tests/http/test_17_ssl_use.py
  2. Change #240847

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 27 Jul 2025 18:26:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 378713deb2cf5137c7cffe6227d9d5f43fe3e8b1

    Comments

    netrc: use the NETRC environment variable (first) if set
    Add test 755 to verify.
    
    Proposed-by: Berthin Torres CallaƱaupa
    URL: https://curl.se/mail/lib-2025-06/0015.html
    
    Closes #17712

    Changed files

    • docs/cmdline-opts/netrc.md
    • docs/libcurl/libcurl-env.md
    • docs/libcurl/opts/CURLOPT_NETRC.md
    • lib/netrc.c
    • tests/data/Makefile.am
    • tests/data/test755
  3. Change #240848

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 27 Jul 2025 18:29:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9f9fecc7244ff2da52e338f844ed898f836a0508

    Comments

    tool_getparam: add support for `--longopt=value`
    If the long option name ends with an equals sign (`=`), the argument is
    the text following on its right side.
    
    This makes the command line parser accept this common style in addition
    to the existing way to accept option arguments more similar to how other
    command line tools do.
    
    Example: `curl --user-agent=curl-2000 https://example.com/`
    
    Change a few existing tests to use this syntax: 206, 1333, 1335, 1442
    
    Closes #17789

    Changed files

    • docs/cmdline-opts/_OPTIONS.md
    • src/tool_getparam.c
    • tests/data/test1333
    • tests/data/test1335
    • tests/data/test1442
    • tests/data/test206
  4. Change #240850

    Category curl
    Changed by David Zhuang <dzhuangohnoyoudont@roblox.com>
    Changed at Sun 27 Jul 2025 18:33:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0122cc17f18eda722139b7721643992e3313ca91

    Comments

    multi: don't insert a node into the splay tree twice
    Closes #18005

    Changed files

    • lib/multi.c
  5. Change #240851

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sun 27 Jul 2025 18:40:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6080143f9d4f198901792f1365123f9aad166446

    Comments

    multi: replace remaining EXPIRE_RUN_NOW
    Remove EXPIRE_RUN_NOW completely. Replace the remaining use of
    EXPIRE_RUN_NOW with marking transfers as dirty.
    
    Closes #17883

    Changed files

    • lib/easy.c
    • lib/multi.c
    • lib/urldata.h
    • tests/unit/unit2600.c
  6. Change #240856

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 27 Jul 2025 18:54:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 08f97cbf5c632d103bfa5bdf8558ba43d9147c1a

    Comments

    doh: rename symbols to avoid collision with mingw-w64 headers
    Collision happens when building with mingw-w64 v3 or v2 while targeting
    Vista or newer. `iphlpapi.h` includes `windns.h` in this case, which
    defines macros named `DNS_TYPE_*`, colliding with curl doh enums.
    
    The issue was fixed in mingw-w64 v4:
    https://github.com/mirror/mingw-w64/commit/ea95d55e3387353e453d6ae8fc5cb8f7503947c2
    
    Fixes:
    ```
    lib/doh.h:54:3: error: expected identifier before numeric constant
       DNS_TYPE_A = 1,
       ^
    ```
    Ref: https://github.com/curl/curl/actions/runs/16551209676/job/46806303365?pr=18009#step:10:17
    
    This workaround seems harmless and generally good practice, but
    another option is to require mingw-w64 v4.
    
    Ref: #18009
    Closes #18041

    Changed files

    • lib/doh.c
    • lib/doh.h
    • tests/unit/unit1650.c
    • tests/unit/unit1655.c