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

Builder curl-unthreaded-solaris10-sparc Build #13723

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 27 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 13 mins, 7 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13723 Build
codebase Build
got_revision 0d0ac29cdd8b64781a3d771a7454acc0f0ddf005 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0d0ac29cdd8b64781a3d771a7454acc0f0ddf005 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Dec 31 17:01:42 2025
EndWed Dec 31 17:15:17 2025
Elapsed13 mins, 35 secs

All Changes:

:

  1. Change #253715

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 31 Dec 2025 16:55:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0d0ac29cdd8b64781a3d771a7454acc0f0ddf005

    Comments

    openssl: stop checking for `OPENSSL_NO_TLSEXT` macro
    The macro has been deleted upstream and never defined in OpenSSL 1.1.0+:
    https://github.com/openssl/openssl/commit/e481f9b90b164fd1053015d1c4e0a0d92076d7a8
    
    BoringSSL and LibreSSL deleted the last uses in 2014:
    https://github.com/google/boringssl/commit/6dbd73db5d58ec44304266012d23ff8d297eca55
    https://github.com/libressl/openbsd/commit/7b2f3298f7eb7ce5cfd1c3eb55b1ecc89118f52c
    
    Also:
    - drop internal guard `HAS_ALPN_OPENSSL`. It's always set.
    
    Follow-up to 69c89bf3d3137fcbb2b8bc57233182adcf1e2817 #18330
    
    Closes #20129

    Changed files

    • lib/vtls/openssl.c