Builder curl-pr-unthreaded-solaris10-sparc Build #2347
Results:
Build successful
SourceStamp:
Project | curl/curl |
Repository | https://github.com/curl/curl |
Branch | bagder/rm-non-tls13 |
Revision | 8e8bea3c622e44e8613e0c3441d164970629e174 |
Got Revision | 8e8bea3c622e44e8613e0c3441d164970629e174 |
Changes | 9 changes |
BuildSlave:
unstable10sReason:
The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build
Steps and Logfiles:
Build Properties:
Name | Value | Source |
---|---|---|
branch | bagder/rm-non-tls13 | Build |
builddir | /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc | slave |
buildername | curl-pr-unthreaded-solaris10-sparc | Builder |
buildnumber | 2347 | Build |
codebase | Build | |
got_revision | 8e8bea3c622e44e8613e0c3441d164970629e174 | Git |
osplatform | SPARC | SetPropertyFromCommand Step |
osrelease | 10 | SetPropertyFromCommand Step |
project | curl/curl | Build |
repository | https://github.com/curl/curl | Build |
revision | 8e8bea3c622e44e8613e0c3441d164970629e174 | Build |
scheduler | schedule-curl-pr | Scheduler |
slavename | unstable10s | BuildSlave |
workdir | /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Daniel Stenbergdaniel@haxx.se
Timing:
Start | Sun Mar 16 11:13:28 2025 |
End | Sun Mar 16 19:29:45 2025 |
Elapsed | 8 hrs, 16 mins, 16 secs |
All Changes:
:
Change #224742
Category None Changed by Daniel Stenberg <daniel @haxx.se>Changed at Wed 12 Mar 2025 07:59:48 Repository https://github.com/curl/curl Project curl/curl Branch bagder/rm-non-tls13 Revision 9c198ea34f48d94c83bbad2d5f749278ebab301e Comments
TLS: remove support for Secure Transport and BearSSL These libraries do not support TLS 1.3 and have been marked for removal for over a year. We want to help users select a TLS dependency that is future-proof and reliable, and not supporting TLS 1.3 in 2025 does not infer confidence. Users who build libcurl are likely to be served better and get something more future-proof with a TLS library that supports 1.3.
Changed files
- .github/labeler.yml
- .github/workflows/linux.yml
- .github/workflows/macos.yml
- CMake/FindBearSSL.cmake
- CMakeLists.txt
- Makefile.am
- configure.ac
- docs/CIPHERS.md
- docs/CURLDOWN.md
- docs/DEPRECATE.md
- docs/FAQ
- docs/INSTALL-CMAKE.md
- docs/INSTALL.md
- docs/KNOWN_BUGS
- docs/SSLCERTS.md
- docs/cmdline-opts/_ENVIRONMENT.md
- docs/cmdline-opts/cacert.md
- docs/cmdline-opts/cert-type.md
- docs/cmdline-opts/cert.md
- docs/cmdline-opts/false-start.md
- docs/cmdline-opts/key.md
- docs/cmdline-opts/pinnedpubkey.md
- docs/cmdline-opts/proxy-cert-type.md
- docs/cmdline-opts/proxy-cert.md
- docs/cmdline-opts/proxy.md
- docs/cmdline-opts/write-out.md
- docs/libcurl/curl_global_sslset.md
- docs/libcurl/libcurl-env.md
- docs/libcurl/opts/CURLINFO_CERTINFO.md
- docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.md
- docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.md
- docs/libcurl/opts/CURLOPT_CAINFO.md
- docs/libcurl/opts/CURLOPT_CAINFO_BLOB.md
- docs/libcurl/opts/CURLOPT_CERTINFO.md
- docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.md
- docs/libcurl/opts/CURLOPT_PROXY.md
- docs/libcurl/opts/CURLOPT_PROXYTYPE.md
- docs/libcurl/opts/CURLOPT_PROXY_CAINFO.md
- docs/libcurl/opts/CURLOPT_PROXY_CAINFO_BLOB.md
- docs/libcurl/opts/CURLOPT_PROXY_SSLCERT.md
- docs/libcurl/opts/CURLOPT_PROXY_SSLCERTTYPE.md
- docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.md
- docs/libcurl/opts/CURLOPT_PROXY_SSLKEY.md
- docs/libcurl/opts/CURLOPT_PROXY_SSLKEYTYPE.md
- docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.md
- docs/libcurl/opts/CURLOPT_SSLCERT.md
- docs/libcurl/opts/CURLOPT_SSLCERTTYPE.md
- docs/libcurl/opts/CURLOPT_SSLCERT_BLOB.md
- docs/libcurl/opts/CURLOPT_SSLKEY.md
- docs/libcurl/opts/CURLOPT_SSLKEYTYPE.md
- docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.md
- docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.md
- docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.md
- docs/libcurl/opts/CURLOPT_SSL_FALSESTART.md
- docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.md
- lib/CMakeLists.txt
- lib/Makefile.inc
- lib/curl_config.h.cmake
- lib/curl_des.c
- lib/curl_des.h
- lib/curl_ntlm_core.c
- lib/curl_setup.h
- lib/curl_sha512_256.c
- lib/url.c
- lib/vtls/bearssl.c
- lib/vtls/bearssl.h
- lib/vtls/cipher_suite.c
- lib/vtls/cipher_suite.h
- lib/vtls/sectransp.c
- lib/vtls/sectransp.h
- lib/vtls/vtls.c
- lib/vtls/x509asn1.c
- lib/vtls/x509asn1.h
- m4/curl-bearssl.m4
- m4/curl-sectransp.m4
- scripts/cd2nroff
- tests/FILEFORMAT.md
- tests/data/DISABLED
- tests/data/test3102
- tests/data/test417
- tests/http/test_10_proxy.py
- tests/http/test_17_ssl_use.py
- tests/runtests.pl
- tests/unit/unit1651.c
- tests/unit/unit1656.c
- tests/unit/unit3205.c
Change #224744
Category None Changed by Daniel Stenberg <daniel @haxx.se>Changed at Wed 12 Mar 2025 08:21:55 Repository https://github.com/curl/curl Project curl/curl Branch bagder/rm-non-tls13 Revision 62f1e6e3628957379c59949904ed68e868f88fb5 Comments
fixup remove BearSSL from curl_easy_ssls_export.md
Changed files
- docs/libcurl/curl_easy_ssls_export.md
Change #224746
Category None Changed by Daniel Stenberg <daniel @haxx.se>Changed at Wed 12 Mar 2025 08:23:39 Repository https://github.com/curl/curl Project curl/curl Branch bagder/rm-non-tls13 Revision 9f465fea6359a10187730c32cb476f88bfac71b5 Comments
fixup remove multiple EOL at EOF
Changed files
- docs/DEPRECATE.md
- lib/vtls/x509asn1.c
Change #224748
Category None Changed by Daniel Stenberg <daniel @haxx.se>Changed at Wed 12 Mar 2025 08:26:03 Repository https://github.com/curl/curl Project curl/curl Branch bagder/rm-non-tls13 Revision 4bf013b28c371856c8d916f9e334ae5920c9fdd8 Comments
fixup remove BearSSL from curl_easy_ssls_import.md
Changed files
- docs/libcurl/curl_easy_ssls_import.md
Change #224749
Category None Changed by Daniel Stenberg <daniel @haxx.se>Changed at Wed 12 Mar 2025 08:27:28 Repository https://github.com/curl/curl Project curl/curl Branch bagder/rm-non-tls13 Revision 66c232fbd1d850207fb88ef1049a6f07ae88f46e Comments
fixup curl_global_sslset.md
Changed files
- docs/libcurl/curl_global_sslset.md
Change #224752
Category None Changed by Daniel Stenberg <daniel @haxx.se>Changed at Wed 12 Mar 2025 08:32:00 Repository https://github.com/curl/curl Project curl/curl Branch bagder/rm-non-tls13 Revision 6acffd423e7971a99b8a531a568f5cca0940897b Comments
TLS: remove support for Secure Transport and BearSSL These libraries do not support TLS 1.3 and have been marked for removal for over a year. We want to help users select a TLS dependency that is future-proof and reliable, and not supporting TLS 1.3 in 2025 does not infer confidence. Users who build libcurl are likely to be served better and get something more future-proof with a TLS library that supports 1.3.
Changed files
- .github/labeler.yml
- .github/workflows/linux.yml
- .github/workflows/macos.yml
- CMake/FindBearSSL.cmake
- CMakeLists.txt
- Makefile.am
- configure.ac
- docs/CIPHERS.md
- docs/CURLDOWN.md
- docs/DEPRECATE.md
- docs/FAQ
- docs/INSTALL-CMAKE.md
- docs/INSTALL.md
- docs/KNOWN_BUGS
- docs/SSLCERTS.md
- docs/cmdline-opts/_ENVIRONMENT.md
- docs/cmdline-opts/cacert.md
- docs/cmdline-opts/cert-type.md
- docs/cmdline-opts/cert.md
- docs/cmdline-opts/false-start.md
- docs/cmdline-opts/key.md
- docs/cmdline-opts/pinnedpubkey.md
- docs/cmdline-opts/proxy-cert-type.md
- docs/cmdline-opts/proxy-cert.md
- docs/cmdline-opts/proxy.md
- docs/cmdline-opts/write-out.md
- docs/libcurl/curl_easy_ssls_export.md
- docs/libcurl/curl_easy_ssls_import.md
- docs/libcurl/curl_global_sslset.md
- docs/libcurl/libcurl-env.md
- docs/libcurl/opts/CURLINFO_CERTINFO.md
- docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.md
- docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.md
- docs/libcurl/opts/CURLOPT_CAINFO.md
- docs/libcurl/opts/CURLOPT_CAINFO_BLOB.md
- docs/libcurl/opts/CURLOPT_CERTINFO.md
- docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.md
- docs/libcurl/opts/CURLOPT_PROXY.md
- docs/libcurl/opts/CURLOPT_PROXYTYPE.md
- docs/libcurl/opts/CURLOPT_PROXY_CAINFO.md
- docs/libcurl/opts/CURLOPT_PROXY_CAINFO_BLOB.md
- docs/libcurl/opts/CURLOPT_PROXY_SSLCERT.md
- docs/libcurl/opts/CURLOPT_PROXY_SSLCERTTYPE.md
- docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.md
- docs/libcurl/opts/CURLOPT_PROXY_SSLKEY.md
- docs/libcurl/opts/CURLOPT_PROXY_SSLKEYTYPE.md
- docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.md
- docs/libcurl/opts/CURLOPT_SSLCERT.md
- docs/libcurl/opts/CURLOPT_SSLCERTTYPE.md
- docs/libcurl/opts/CURLOPT_SSLCERT_BLOB.md
- docs/libcurl/opts/CURLOPT_SSLKEY.md
- docs/libcurl/opts/CURLOPT_SSLKEYTYPE.md
- docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.md
- docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.md
- docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.md
- docs/libcurl/opts/CURLOPT_SSL_FALSESTART.md
- docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.md
- lib/CMakeLists.txt
- lib/Makefile.inc
- lib/curl_config.h.cmake
- lib/curl_des.c
- lib/curl_des.h
- lib/curl_ntlm_core.c
- lib/curl_setup.h
- lib/curl_sha512_256.c
- lib/url.c
- lib/vtls/bearssl.c
- lib/vtls/bearssl.h
- lib/vtls/cipher_suite.c
- lib/vtls/cipher_suite.h
- lib/vtls/sectransp.c
- lib/vtls/sectransp.h
- lib/vtls/vtls.c
- lib/vtls/x509asn1.c
- lib/vtls/x509asn1.h
- m4/curl-bearssl.m4
- m4/curl-sectransp.m4
- scripts/cd2nroff
- tests/FILEFORMAT.md
- tests/data/DISABLED
- tests/data/test3102
- tests/data/test417
- tests/http/test_10_proxy.py
- tests/http/test_17_ssl_use.py
- tests/runtests.pl
- tests/unit/unit1651.c
- tests/unit/unit1656.c
- tests/unit/unit3205.c
Change #224753
Category None Changed by Daniel Stenberg <daniel @haxx.se>Changed at Wed 12 Mar 2025 08:34:49 Repository https://github.com/curl/curl Project curl/curl Branch bagder/rm-non-tls13 Revision ca44be0c391385664d6e3b0eaa96d75f5040a286 Comments
fixup remove accidental restores in .github/workflows/macos.yml
Changed files
- .github/workflows/macos.yml
Change #224754
Category None Changed by Daniel Stenberg <daniel @haxx.se>Changed at Wed 12 Mar 2025 08:38:30 Repository https://github.com/curl/curl Project curl/curl Branch bagder/rm-non-tls13 Revision 9f574c941411c286d2bc16abde074c257764e400 Comments
fixup docs/INSTALL-CMAKE.md
Changed files
- docs/INSTALL-CMAKE.md
Change #224756
Category None Changed by Daniel Stenberg <daniel @haxx.se>Changed at Wed 12 Mar 2025 08:39:37 Repository https://github.com/curl/curl Project curl/curl Branch bagder/rm-non-tls13 Revision 8e8bea3c622e44e8613e0c3441d164970629e174 Comments
fixup docs/SSLCERTS.md language
Changed files
- docs/SSLCERTS.md