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

Builder curl-unthreaded-solaris11-sparc Build #6099

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 24 mins, 1 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 6099 Build
codebase Build
got_revision 4ce309d968cfe02c402d07b2911241c38a8adf6b Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 4ce309d968cfe02c402d07b2911241c38a8adf6b 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. Jay Satiro

Timing:

StartWed Jun 24 20:54:41 2026
EndWed Jun 24 21:45:55 2026
Elapsed51 mins, 13 secs

All Changes:

:

  1. Change #272591

    Category curl
    Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
    Changed at Wed 24 Jun 2026 20:36:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4ce309d968cfe02c402d07b2911241c38a8adf6b

    Comments

    ldap: support insecure mode for Windows native LDAP
    - Bypass cert verification if verifypeer is disabled.
    
    Prior to this change libcurl lacked the ability to bypass certificate
    verification for Windows native LDAP (USE_WIN32_LDAP). A comment said
    "Win32 LDAP SDK does not support insecure mode without CA!" but I found
    that we can bypass the check by setting a verify callback to override
    Windows' internal verify check.
    
    Closes https://github.com/curl/curl/pull/22152

    Changed files

    • lib/ldap.c