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

Builder curl-unthreaded-solaris11-sparc Build #6163

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 29 mins, 49 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 6163 Build
codebase Build
got_revision a368fbe968f6aa4ef88c7d3469eb4f90124e5dbc Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a368fbe968f6aa4ef88c7d3469eb4f90124e5dbc 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. Viktor Szakats

Timing:

StartMon Aug 3 16:03:04 2026
EndMon Aug 3 17:07:49 2026
Elapsed1 hrs, 4 mins, 45 secs

All Changes:

:

  1. Change #276903

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 03 Aug 2026 16:48:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a368fbe968f6aa4ef88c7d3469eb4f90124e5dbc

    Comments

    curl_ed25519: add GnuTLS support (via nettle, hogweed)
    The necessary cryptography API is provided by nettle 3.1+, via its
    'hogweed' library. The minimum GnuTLS version required by curl is 3.6.5,
    which requires nettle 3.4.1+, so the API is always available.
    
    Also:
    - autotools: detect and use nettle's hogweed library.
    - cmake/FindNettle: add support for the hogweed library.
    - GHA/http3-linux: enable in the autotools/cmake GnuTLS jobs.
    
    Ref: https://github.com/gnutls/gnutls/commit/4353ea025ae032887f3e8cf5aadace25662c6b35
    
    Closes #22456

    Changed files

    • .github/workflows/http3-linux.yml
    • CMake/FindNettle.cmake
    • CMakeLists.txt
    • configure.ac
    • docs/INSTALL-CMAKE.md
    • lib/curl_ed25519.c
    • m4/curl-gnutls.m4