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

Builder curl-ares-solaris10-sparc Build #3661

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 24 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 16 mins, 51 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3661 Build
codebase Build
got_revision fb83911aa68b0ac59263dc7070fc42e2755ce662 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision fb83911aa68b0ac59263dc7070fc42e2755ce662 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Saud Alshareef

Timing:

StartSun Jun 14 14:02:28 2026
EndMon Jun 15 01:49:03 2026
Elapsed11 hrs, 46 mins, 34 secs

All Changes:

:

  1. Change #270877

    Category curl
    Changed by Saud Alshareef <saudd3vohnoyoudont@gmail.com>
    Changed at Sun 14 Jun 2026 11:11:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6b78264bcf4351d12b677343b3b011eaf1a28f7d

    Comments

    ldap: base64 encode binary LDIF values with WinLDAP
    The WinLDAP backend only base64 encoded LDAP values when the attribute
    name ended in ;binary. This made attributes such as jpegPhoto get
    written as raw bytes, producing malformed LDIF output.
    
    Match the OpenLDAP backend by also base64 encoding values with leading
    or trailing blanks or non-printable bytes.
    
    Fixes #21926
    Reported-by: oreadvanthink on github
    Closes #21982

    Changed files

    • lib/ldap.c
  2. Change #270887

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 14 Jun 2026 12:29:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fb83911aa68b0ac59263dc7070fc42e2755ce662

    Comments

    socks_sspi: invalid response length is a fatal error
    Pointed out by Zeropath
    Closes #21999

    Changed files

    • lib/socks_sspi.c