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

Builder curl-threaded-solaris11-sparc Build #4584

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats
  2. x2018

Timing:

StartTue Nov 4 18:03:04 2025
EndTue Nov 4 19:27:24 2025
Elapsed1 hrs, 24 mins, 20 secs

All Changes:

:

  1. Change #247594

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 04 Nov 2025 16:41:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3806fd914b7091cbf2d420bd50eb6a3005971e6e

    Comments

    cmake: fix `HAVE_GNUTLS_SRP` detection after adding local FindGnuTLS module
    When GnuTLS is detected via pkg-config on a non-default path, e.g. with
    Homebrew arm64 (`/opt/homebrew/`).
    
    This was a regression from a commit made in this release cycle.
    
    The Find module doesn't return an absolute path to the detected library
    (as the former solution did), but a bare libname and a libpath. We thus
    need to explicitly use the libpath while detecting a feature in GnuTLS
    found this way. Syncing this with other dependencies.
    
    Follow-up to 1966c86d71eb90beeeb3ccbefd6321bd64992553 #19163
    
    Closes #19360

    Changed files

    • CMakeLists.txt
  2. Change #247597

    Category curl
    Changed by x2018 <xkernel.wangohnoyoudont@foxmail.com>
    Changed at Tue 04 Nov 2025 17:00:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8d4530537aa6223f5f7360da2dbe5a94660821ed

    Comments

    gtls: check the return value of gnutls_pubkey_init()
    Closes #19362

    Changed files

    • lib/vtls/gtls.c