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

Builder curl-unthreaded-solaris10-i386 Build #16135

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Dec 4 23:18:04 2025
EndThu Dec 4 23:20:27 2025
Elapsed2 mins, 23 secs

All Changes:

:

  1. Change #251015

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 04 Dec 2025 23:14:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 859ce48de12986f5bf846c2800dacab893ff12c1

    Comments

    ldap: detect version of "legacy" LDAP
    Legacy LDAP means an OpenLDAP-compatible implementation
    without the private API `ldap_init_fd()` introduced in OpenLDAP
    2.4.6+ (2007-10-31), and not WinLDAP.
    
    One known example is Apple's LDAP build, which is based on
    OpenLDAP 2.4.28 (2011-11-25), without providing this private API.
    
    The version query API was introduced around 1998-1999, before
    the minimum (2.0 2000-08-01) required by curl.
    
    Follow-up to 3e2a946926853608d67805bd9f4a58345fff364a #19808
    Closes #19832

    Changed files

    • lib/ldap.c