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

Builder curl-threaded-solaris11-sparc Build #6128

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionf02c53361e0a00775e3b250b3b60e3da77063ba2
Got Revisionf02c53361e0a00775e3b250b3b60e3da77063ba2
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrick Monnerat

Timing:

StartTue Jun 30 07:24:05 2026
EndTue Jun 30 08:10:48 2026
Elapsed46 mins, 43 secs

All Changes:

:

  1. Change #273310

    Category curl
    Changed by Patrick Monnerat <patrickohnoyoudont@monnerat.net>
    Changed at Tue 30 Jun 2026 08:58:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f02c53361e0a00775e3b250b3b60e3da77063ba2

    Comments

    sasl: fix zero-length response encoding
    A sasl zero-length normal response is an empty string, unlike an initial
    response. Since the encoding of a zero-length initial response is
    protocol dependent, move its handling to the protocol-specific sendauth
    procedure. Similarly, do not check for an '=' server message, as this
    should normally never occur.
    
    Update the erroneous tests accordingly.
    
    Closes #22218

    Changed files

    • lib/curl_sasl.c
    • lib/imap.c
    • lib/pop3.c
    • lib/smtp.c
    • tests/data/test838
    • tests/data/test884
    • tests/data/test943