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

Builder curl-unthreaded-solaris11-sparc Build #6217

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision1a17959fc7a80864c9c9b37097856bdb4a465cf8
Got Revision1a17959fc7a80864c9c9b37097856bdb4a465cf8
Changes3 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 2 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 6217 Build
codebase Build
got_revision 1a17959fc7a80864c9c9b37097856bdb4a465cf8 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1a17959fc7a80864c9c9b37097856bdb4a465cf8 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
  2. Stefan Eissing
  3. hunterinvariants

Timing:

StartWed Aug 12 15:37:04 2026
EndWed Aug 12 16:26:59 2026
Elapsed49 mins, 55 secs

All Changes:

:

  1. Change #277987

    Category curl
    Changed by hunterinvariants <217359725+hunterinvariantsohnoyoudont@users.noreply.github.com>
    Changed at Wed 12 Aug 2026 16:22:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 574749016d6286c7a075041ef70edef7ee50c4be

    Comments

    tests: verify AWS SigV4 redirect auth scope
    Closes #22538

    Changed files

    • tests/data/Makefile.am
    • tests/data/test5026
    • tests/data/test5027
  2. Change #277988

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 12 Aug 2026 16:23:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision eca5ded9f6c6281f46abb9cae073c5132e082df5

    Comments

    mailmap: Ralf Mueller

    Changed files

    • .mailmap
  3. Change #277992

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 12 Aug 2026 16:46:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1a17959fc7a80864c9c9b37097856bdb4a465cf8

    Comments

    url: fix negotiate/ntlm connection reuse
    Reorder logic when looking for matching connections. Check candidate
    Negotiate/NTLM state first. Require same "input" parameters when
    connection is already authenticated. Same for proxy.
    
    Deny connection reuse for empty usernames for NTLM/Negotiate using
    connections.
    
    Reported-by: Martin Dukek
    Closes #22528

    Changed files

    • lib/conncache.c
    • lib/curl_trc.c
    • lib/easy.c
    • lib/multi.c
    • lib/url.c