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

Builder curl-ares-solaris11-i386 Build #4217

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision39d1976b7f709a516e3243338ebc0443bdd8d56d
Got Revision39d1976b7f709a516e3243338ebc0443bdd8d56d
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 45 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 36 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 4217 Build
codebase Build
got_revision 39d1976b7f709a516e3243338ebc0443bdd8d56d Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 39d1976b7f709a516e3243338ebc0443bdd8d56d 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. Daniel Stenberg
  2. Theo Buehler

Timing:

StartThu Dec 4 16:18:11 2025
EndThu Dec 4 16:31:26 2025
Elapsed13 mins, 15 secs

All Changes:

:

  1. Change #250929

    Category curl
    Changed by Theo Buehler <tbohnoyoudont@openbsd.org>
    Changed at Thu 04 Dec 2025 16:14:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 608f5dd4557b449d9ece5aa193a4b89ac3760422

    Comments

    vtls: do not reach into ASN1_STRING
    OpenSSL 4 has plans to make ASN1_STRING opaque, which will break the
    build, so convert the code to use accessors. ASN1_STRING_length() and
    ASN1_STRING_type() go way back to SSLeay and ASN1_STRING_get0_data() is
    OpenSSL 1.1 API present in BoringSSL since foreer and also available
    since LibreSSL 2.7, so this should not cause compat issues with any
    libcrypto in a supported version of the fork family.
    
    https://github.com/openssl/openssl/issues/29117
    
    Closes #19831

    Changed files

    • lib/vtls/openssl.c
  2. Change #250930

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 04 Dec 2025 16:14:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 39d1976b7f709a516e3243338ebc0443bdd8d56d

    Comments

    ldap: call ldap_init() before setting the options
    Closes #19830

    Changed files

    • lib/ldap.c