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

Builder curl-unthreaded-solaris10-i386 Build #16278

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartMon Dec 22 23:11:59 2025
EndMon Dec 22 23:18:48 2025
Elapsed6 mins, 49 secs

All Changes:

:

  1. Change #253096

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 22 Dec 2025 23:00:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f099c2ca55652e1694188937808d77ebfe2f1df4

    Comments

    apple sectrust: fix ancient evaluation
    On versions before macOS 10.14, ios 12 and watchos 5, check the
    evaluation code to return the error from evaluation.
    
    Reported-by: Stanislav Fort
    Closes #20074

    Changed files

    • lib/vtls/apple.c
  2. Change #253097

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 22 Dec 2025 23:01:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a535be4ea0960cfaeeaf744128a3acb4b7e8b67a

    Comments

    curlx: curlx_strcopy() instead of strcpy()
    This function REQUIRES the size of the target buffer as well as the
    length of the source string. Meant to make it harder to do a bad
    strcpy().
    
    Removes 23 calls to strcpy().
    
    Closes #20067

    Changed files

    • lib/Makefile.inc
    • lib/curl_gethostname.c
    • lib/curl_gssapi.c
    • lib/curl_trc.c
    • lib/curlx/curlx.h
    • lib/curlx/inet_ntop.c
    • lib/curlx/strcopy.c
    • lib/curlx/strcopy.h
    • lib/curlx/strerr.c
    • lib/curlx/winapi.c
    • lib/hostip.c
    • lib/hsts.c
    • lib/imap.c
    • lib/mime.c
    • lib/progress.c
    • lib/smb.c
    • lib/strdup.h
    • lib/strerror.c
    • lib/tftp.c
    • lib/urlapi.c
    • lib/vquic/curl_osslq.c
    • lib/vtls/openssl.c
    • lib/vtls/vtls.c
    • lib/vtls/wolfssl.c
    • lib/ws.c
    • src/Makefile.inc
    • src/tool_main.c
    • src/tool_progress.c
    • tests/libtest/Makefile.inc
    • tests/server/Makefile.inc