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

Builder curl-ares-solaris10-i386 Build #4448

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 49 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-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4448 Build
codebase Build
got_revision 6b78264bcf4351d12b677343b3b011eaf1a28f7d Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 6b78264bcf4351d12b677343b3b011eaf1a28f7d Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Saud Alshareef

Timing:

StartSun Jun 14 11:20:05 2026
EndSun Jun 14 11:24:11 2026
Elapsed4 mins, 5 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