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

Builder curl-unthreaded-solaris11-sparc Build #6266

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 27 mins, 48 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 6266 Build
codebase Build
got_revision 2ba2fe354026aa4d60ab06fbc9b6ac1e56d1b92f Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2ba2fe354026aa4d60ab06fbc9b6ac1e56d1b92f 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. Alhuda Khan

Timing:

StartThu Aug 20 23:13:54 2026
EndFri Aug 21 00:18:17 2026
Elapsed1 hrs, 4 mins, 22 secs

All Changes:

:

  1. Change #278825

    Category curl
    Changed by Alhuda Khan <al.hudz.kohnoyoudont@gmail.com>
    Changed at Fri 21 Aug 2026 00:16:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2ba2fe354026aa4d60ab06fbc9b6ac1e56d1b92f

    Comments

    ldap: base64-encode LDIF values beginning with colon or less-than
    A value whose first byte is ':' or '<' is not a SAFE-INIT-CHAR per RFC
    2849 and must be base64-encoded, but ldap_value_needs_base64() and the
    inline check in oldap_recv() only encoded on a control byte or
    leading/trailing blank. Such a value was emitted verbatim, producing
    LDIF that strict parsers reject.
    
    Closes #22339

    Changed files

    • lib/ldap.c
    • lib/openldap.c