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

Builder curl-ares-solaris10-i386 Build #4375

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 7 mins, 29 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 20 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 4375 Build
codebase Build
got_revision 4d82423dd323978153fa7c4d21d7030643dd8efa Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 4d82423dd323978153fa7c4d21d7030643dd8efa 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
  2. Kai Pastor
  3. Viktor Szakats
  4. amitbidlan

Timing:

StartTue May 12 00:47:34 2026
EndTue May 12 10:54:27 2026
Elapsed10 hrs, 6 mins, 53 secs

All Changes:

:

  1. Change #266736

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 11 May 2026 13:43:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 37b2403f48959c632c8dd1dac688087237410ea2

    Comments

    lib: drop support for CURLAUTH_DIGEST_IE
    This bit was used to do Digest authentication like Internet Explorer
    before version 7 (released on October 18, 2006). Presumably no one uses
    this anymore and since it is hard to use and does broken auth, starting
    in 8.21.0 this bit does nothing (except setting the actual Digest bit).
    
    Closes #21486

    Changed files

    • docs/libcurl/opts/CURLOPT_HTTPAUTH.md
    • docs/libcurl/symbols-in-versions
    • lib/http_digest.c
    • lib/setopt.c
    • lib/urldata.h
  2. Change #266737

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 11 May 2026 14:51:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision daf6f541cc1fc4f5d17989d317464764d1bd7cd7

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  3. Change #266742

    Category curl
    Changed by amitbidlan <a.bidlanohnoyoudont@androots.co.jp>
    Changed at Mon 11 May 2026 16:19:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e0e56e9ae434552bd6ac5570ed91483188d75788

    Comments

    hostip: remove unused MAX_HOSTCACHE_LEN and MAX_DNS_CACHE_SIZE
    These macros are leftovers from when DNS caching was moved out of
    hostip.c into its own source file. Both are still defined and used in
    lib/dnscache.c; the copies in lib/hostip.c are unreferenced.
    
    Detected with clang -Wunused-macros.
    
    Follow-up to 96d5b5c688
    Closes #21550

    Changed files

    • lib/hostip.c
  4. Change #266746

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 11 May 2026 17:01:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e8ce697973ba7c7c8667c48ab6cd8509c77c37e1

    Comments

    idn: replace header guards with forward declaration
    Follow-up to bc40e09f63889a8bc14fa8f7221921eb5b4a559e #21472
    
    Closes #21551

    Changed files

    • lib/idn.h
  5. Change #266762

    Category curl
    Changed by Kai Pastor <dg0ytohnoyoudont@darc.de>
    Changed at Mon 11 May 2026 21:53:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7d546e52b21c94e1d4f6669d2d4d64f79bff0d7b

    Comments

    cmake: export/forward `NGTCP2_CRYPTO_BACKEND`
    Exporting the component name as passed in is somewhat boring. OTOH it is
    convenient for reuse.
    
    - FindNGTCP2: export crypto backend in `NGTCP2_CRYPTO_BACKEND`.
    - pass `COMPONENTS` `NGTCP2_CRYPTO_BACKEND` in `curl-config.cmake`.
    - FindNGTCP2: fix to skip Config detection when optional `COMPONENTS` is
      not passed.
    
    Co-authored-by: Viktor Szakats
    Reported-by: x-xiang on github
    Fixes #21523
    Follow-up to 8fce3e17e6cb310cd6dbe38ff14869b8fe5827d2 #20814
    
    Closes #21540

    Changed files

    • CMake/FindNGTCP2.cmake
    • CMake/curl-config.in.cmake
    • CMakeLists.txt
  6. Change #266764

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 11 May 2026 22:05:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4d82423dd323978153fa7c4d21d7030643dd8efa

    Comments

    delta: harden external command invocations
    By moving operations Perl-native (from shell and external commands), and
    passing arguments individually to external commands.
    
    Pointed out by Codex Security
    
    Closes #21104

    Changed files

    • scripts/delta