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

Builder curl-ares-solaris11-sparc Build #4810

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4810 Build
codebase Build
got_revision 4aed2dcc897b383b8bb9ae3bf2d7a2246ebccfcd Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 4aed2dcc897b383b8bb9ae3bf2d7a2246ebccfcd Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Dec 1 11:48:36 2025
EndMon Dec 1 11:51:07 2025
Elapsed2 mins, 30 secs

All Changes:

:

  1. Change #250612

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 01 Dec 2025 11:43:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision dabfae84f0f2626974c109c979a21bcaad357450

    Comments

    cmake: namespace all local variables in `curl-config.cmake`
    Also:
    - apply it to the local copy of this code in `lib/CMakeLists.txt`.
    - replace 'CURL' with `@PROJECT_NAME@` in a message.
    
    Closes #19777

    Changed files

    • CMake/curl-config.cmake.in
    • lib/CMakeLists.txt
  2. Change #250613

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 01 Dec 2025 11:43:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4aed2dcc897b383b8bb9ae3bf2d7a2246ebccfcd

    Comments

    krb5: fix detecting channel binding feature
    Use the already detected `gssapi/gssapi_krb5.h` MIT Kerberos header
    to pull in `gssapi_ext.h`, which in turn sets `GSS_C_CHANNEL_BOUND_FLAG`
    if supported. Channel binding is present in MIT Kerberos 1.19+.
    
    Also:
    - lib: de-duplicate GSS-API header includes.
    - vauth: de-duplicate `urldata.h` includes.
    - drop interim feature macro in favor of the native GSS one.
    
    Assisted-by: Max Faxälv
    Reported-by: Max Faxälv
    Bug: https://github.com/curl/curl/pull/19164#issuecomment-3551687025
    Follow-up to 8616e5aada9c78fb611c60d913c999c8e78c14ba #19164
    Closes #19603
    Closes #19760

    Changed files

    • lib/curl_gssapi.h
    • lib/http_negotiate.c
    • lib/urldata.h
    • lib/vauth/cleartext.c
    • lib/vauth/cram.c
    • lib/vauth/digest.c
    • lib/vauth/digest_sspi.c
    • lib/vauth/gsasl.c
    • lib/vauth/krb5_gssapi.c
    • lib/vauth/krb5_sspi.c
    • lib/vauth/ntlm.c
    • lib/vauth/ntlm_sspi.c
    • lib/vauth/oauth2.c
    • lib/vauth/spnego_gssapi.c
    • lib/vauth/spnego_sspi.c
    • lib/vauth/vauth.c
    • lib/vauth/vauth.h
    • lib/version.c