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

Builder curl-ares-solaris10-i386 Build #4311

Build In Progress:

ETA: 20:52:53 [6 mins, 27 secs]

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4311 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision ec445fc5951d37d22ee6b22178bd175c4d0abe48 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Jay Satiro

Timing:

StartMon Apr 13 18:36:14 2026
Elapsed2 hrs, 10 mins, 11 secs

All Changes:

:

  1. Change #264254

    Category curl
    Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
    Changed at Mon 13 Apr 2026 08:12:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 70bb0db76720c152f6a55bbe12cf162b55cb105b

    Comments

    schannel: increase renegotiation timeout to 60 seconds
    Prior to this change the timeout was 7 seconds but that is too short for
    enhanced-security users that have to fill out an interactive prompt on
    Schannel renegotiation (PIN, smart card, etc).
    
    Reported-by: Tim Omta
    
    Fixes https://github.com/curl/curl/issues/21270
    Closes https://github.com/curl/curl/pull/21291

    Changed files

    • lib/vtls/schannel.c
  2. Change #264297

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 13 Apr 2026 14:34:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ec445fc5951d37d22ee6b22178bd175c4d0abe48

    Comments

    setopt: move CURLOPT_CURLU
    To fix cast from 'char *' to 'CURLU *' (aka 'struct Curl_URL *')
    increases required alignment from 1 to 8
    
    Follow-up to 3407bee8c8f145557fc9f8baa
    
    Closes #21298

    Changed files

    • lib/setopt.c