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

Builder curl-ares-solaris10-i386 Build #4262

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 2 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-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4262 Build
codebase Build
got_revision 3ef422e12852fc47a60afd622ccebdf1ca8c3af0 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3ef422e12852fc47a60afd622ccebdf1ca8c3af0 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Mar 23 16:34:54 2026
EndTue Mar 24 02:26:18 2026
Elapsed9 hrs, 51 mins, 24 secs

All Changes:

:

  1. Change #262050

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Mar 2026 10:17:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e0be05cbab2312795043111a42798968394acf0d

    Comments

    urlapi: fix handling of "file:///"
    When the path is exactly one byte, a single slash.
    
    Extended test 1560 to verify.
    
    Found by Codex Security
    
    Closes #21070

    Changed files

    • lib/urlapi.c
    • tests/libtest/lib1560.c
  2. Change #262051

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Mar 2026 10:19:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e0327b2ebb8b260ebc47e2b0366d358b63c63ddd

    Comments

    netrc: remove unused parsenetrc() macro for netrc-disabled
    When netrc is disabled, this macro is unused (and wrong).
    
    Closes #21067

    Changed files

    • lib/netrc.h
  3. Change #262052

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Mar 2026 10:19:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8f0e0f9dc70f55cf1a080c391858a8a01e6a25a8

    Comments

    urldata: make hstslist only present in HSTS builds
    Closes #21068

    Changed files

    • lib/urldata.h
  4. Change #262089

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Mar 2026 14:32:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 07d109b7c601bca4ea2e881c90b23874d7bf89d2

    Comments

    test1714: verify telnet download with --max-filesize
    (disabled on Windows because of hangs)
    
    Closes #21023

    Changed files

    • tests/data/Makefile.am
    • tests/data/test1714
  5. Change #262092

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Mar 2026 14:33:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d3fa54a2435593187c6d271b126dd33ec6dd491f

    Comments

    config2setopts: make --capath work in proxy disabled builds
    Follow-up to 95e8515ca0801c2b1aacbdad0
    
    Spotted by Codex Security
    
    Closes #21063

    Changed files

    • src/config2setopts.c
  6. Change #262093

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Mar 2026 14:35:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3ef422e12852fc47a60afd622ccebdf1ca8c3af0

    Comments

    lib1560: verify more URLs
    - control codes at various places in URL, even when URL encoding
      is requested
    
    - verify zone id extraction more
    
    Closes #21071

    Changed files

    • tests/libtest/lib1560.c