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

Builder curl-ares-solaris11-i386 Build #5051

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiondaf6f541cc1fc4f5d17989d317464764d1bd7cd7
Got Revisiondaf6f541cc1fc4f5d17989d317464764d1bd7cd7
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 5 mins, 47 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 10 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 5051 Build
codebase Build
got_revision daf6f541cc1fc4f5d17989d317464764d1bd7cd7 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision daf6f541cc1fc4f5d17989d317464764d1bd7cd7 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon May 11 15:13:16 2026
EndMon May 11 16:21:32 2026
Elapsed1 hrs, 8 mins, 16 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