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

Builder curl-unthreaded-solaris11-sparc Build #6138

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 0 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 20 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 6138 Build
codebase Build
got_revision c4fe0c7b9ffbb8884ca8383230006b03c00d5028 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c4fe0c7b9ffbb8884ca8383230006b03c00d5028 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. Jay Satiro
  2. renovate[bot]

Timing:

StartWed Jul 29 18:34:49 2026
EndWed Jul 29 19:48:05 2026
Elapsed1 hrs, 13 mins, 16 secs

All Changes:

:

  1. Change #276459

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Wed 29 Jul 2026 19:26:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a7f82509e44b22f08c21f189ca468bc39155d62d

    Comments

    GHA: update dependency nghttp2/nghttp2 to v1.70.0
    Closes #22434

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  2. Change #276465

    Category curl
    Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
    Changed at Wed 29 Jul 2026 19:54:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c4fe0c7b9ffbb8884ca8383230006b03c00d5028

    Comments

    ldap: support empty username and password
    Prior to this change an empty username or password was passed to the
    LDAP bind function as NULL instead of an empty string.
    
    Regression since 8f71d0fd.
    
    Reported-by: Yoshiro Yoneya
    
    Fixes https://github.com/curl/curl/issues/22162
    Closes https://github.com/curl/curl/pull/22196

    Changed files

    • lib/ldap.c