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

Builder curl-unthreaded-solaris11-sparc Build #6263

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionaab0518d04599627368ab78b1f8713683098b435
Got Revisionaab0518d04599627368ab78b1f8713683098b435
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 32 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 6263 Build
codebase Build
got_revision aab0518d04599627368ab78b1f8713683098b435 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision aab0518d04599627368ab78b1f8713683098b435 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. Stefan Eissing

Timing:

StartThu Aug 20 16:04:28 2026
EndThu Aug 20 16:54:41 2026
Elapsed50 mins, 13 secs

All Changes:

:

  1. Change #278801

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 20 Aug 2026 17:35:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision aab0518d04599627368ab78b1f8713683098b435

    Comments

    url: fix handling of empty user in ntml matching
    Line should already have been removed in 7103a93, but neither
    humans nor clankers caught it. tststs...
    
    Prior to this change it appears all reuse of empty cred connection was
    blocked for ntlm instead of the intended behavior of allowing
    reuse in the limited circumstance when it is the same connection used by
    the transfer before.
    
    Closes https://github.com/curl/curl/pull/22629

    Changed files

    • lib/url.c