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

Builder curl-unthreaded-solaris11-sparc Build #6275

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 24 mins, 2 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 6275 Build
codebase Build
got_revision 85c8f6f3a5b107ee605122019cea4fb4edcfe61d Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 85c8f6f3a5b107ee605122019cea4fb4edcfe61d 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 Aug 23 20:48:52 2026
EndSun Aug 23 21:37:19 2026
Elapsed48 mins, 26 secs

All Changes:

:

  1. Change #278990

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 23 Aug 2026 22:16:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 85c8f6f3a5b107ee605122019cea4fb4edcfe61d

    Comments

    cookie: allow loading cookies for localhost
    The added code to avoid loading PSL cookies from files from PR #22500
    (c041895, not shipped in a release), calls psl_is_public_suffix(),
    returns TRUE also for "localhost" (!).
    
    We now allow cookies again for localhost. Added test 320 to verify.
    
    Reported-by: Athos Ribeiro
    Fixes #22645
    Closes #22646

    Changed files

    • lib/cookie.c
    • tests/data/Makefile.am
    • tests/data/test320