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

Builder curl-unthreaded-solaris11-sparc Build #4482

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 37 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-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 4482 Build
codebase Build
got_revision 976333dd4052855c22369e89e60a80a9cf925161 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 976333dd4052855c22369e89e60a80a9cf925161 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartSun Oct 19 16:44:24 2025
EndSun Oct 19 18:09:07 2025
Elapsed1 hrs, 24 mins, 43 secs

All Changes:

:

  1. Change #246145

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 19 Oct 2025 16:25:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 769ccb4d4261a75c8a4236fbe7dc3e27956db1c9

    Comments

    curl_get_line: enhance the API
    To make sure callers can properly differentiate between errors and know
    cleanly when EOF happens. Updated all users and unit test 3200.
    
    Triggered by a remark by ZeroPath
    
    Closes #19140

    Changed files

    • lib/altsvc.c
    • lib/cookie.c
    • lib/curl_get_line.c
    • lib/curl_get_line.h
    • lib/hsts.c
    • lib/netrc.c
    • tests/unit/unit3200.c
  2. Change #246146

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 19 Oct 2025 16:26:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 976333dd4052855c22369e89e60a80a9cf925161

    Comments

    curl_path: make sure just whitespace is illegal
    This function could previously accidentally return true and a NULL path
    if only whitespace was provided as argument.
    
    Also, make it stricter and do not allow CR or LF within the string.
    
    Use more strparse parsing.
    
    Drop the comment saying this is from OpenSSH as it has now been
    rewritten since then.
    
    Closes #19141

    Changed files

    • lib/vssh/curl_path.c
    • tests/unit/unit2604.c