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

Builder curl-ares-solaris11-i386 Build #4226

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Dec 4 23:18:08 2025
EndThu Dec 4 23:23:17 2025
Elapsed5 mins, 9 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