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

Builder curl-unthreaded-solaris11-sparc Build #5795

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 29 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-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 5795 Build
codebase Build
got_revision daf6f541cc1fc4f5d17989d317464764d1bd7cd7 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision daf6f541cc1fc4f5d17989d317464764d1bd7cd7 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon May 11 15:13:11 2026
EndMon May 11 15:36:49 2026
Elapsed23 mins, 38 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