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

Builder curl-unthreaded-solaris11-i386 Build #4042

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 15 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-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4042 Build
codebase Build
got_revision 69c89bf3d3137fcbb2b8bc57233182adcf1e2817 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 69c89bf3d3137fcbb2b8bc57233182adcf1e2817 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSat Nov 15 18:48:19 2025
EndSat Nov 15 20:06:51 2025
Elapsed1 hrs, 18 mins, 31 secs

All Changes:

:

  1. Change #248801

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 15 Nov 2025 15:56:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2e1a045d8985e5daa4d9a4f908ed870a16d8e41e

    Comments

    build: drop support for VS2008 (Windows)
    Require Visual Studio 2010 or newer.
    
    Ref: https://github.com/curl/curl/discussions/15972
    
    Follow-up to dc28bb86c1e466c667ce220fd2e51355cd8bae8d #17798
    Follow-up to 63e513b106113db0b1b68bab347b80cb4cef4e65 #17380
    
    Closes #17931

    Changed files

    • CMake/win32-cache.cmake
    • docs/DEPRECATE.md
    • docs/INSTALL.md
    • lib/config-win32.h
    • lib/curl_setup.h
    • lib/curl_setup_once.h
    • lib/rand.c
    • lib/vtls/schannel_int.h
    • lib/vtls/vtls_spack.c
  2. Change #248802

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 15 Nov 2025 15:56:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 69c89bf3d3137fcbb2b8bc57233182adcf1e2817

    Comments

    openssl: bump minimum OpenSSL version to 3.0.0
    It also means that all supported OpenSSL versions and forks support
    TLSv1.3 after this patch.
    
    It reduces `openssl.c` size by more than 10%, or 400 LOC.
    
    Ref: #18822
    Closes #18330

    Changed files

    • .github/workflows/linux.yml
    • CMakeLists.txt
    • appveyor.sh
    • appveyor.yml
    • docs/INTERNALS.md
    • lib/curl_sha512_256.c
    • lib/dllmain.c
    • lib/vtls/openssl.c
    • lib/vtls/openssl.h
    • m4/curl-openssl.m4