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

Builder curl-threaded-solaris11-sparc Build #6070

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionfdd6ba3580f877a71394e106bd66f8d81fcb5771
Got Revisionfdd6ba3580f877a71394e106bd66f8d81fcb5771
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, 27 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-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 6070 Build
codebase Build
got_revision fdd6ba3580f877a71394e106bd66f8d81fcb5771 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision fdd6ba3580f877a71394e106bd66f8d81fcb5771 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. alhudz

Timing:

StartFri Jun 19 00:09:51 2026
EndFri Jun 19 00:33:31 2026
Elapsed23 mins, 39 secs

All Changes:

:

  1. Change #271743

    Category curl
    Changed by alhudz <al.hudz.kohnoyoudont@gmail.com>
    Changed at Thu 18 Jun 2026 23:58:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fdd6ba3580f877a71394e106bd66f8d81fcb5771

    Comments

    cookie: check __Secure- and __Host- case sensitively when read from file
    The header path matches these prefixes case sensitively, as 5af0165562
    made it for cookie spec reasons, but the Netscape cookie-file path still
    used a case-insensitive match. Align the file path so a differently
    cased name like __secure-x is treated as an ordinary cookie instead of
    being put through the prefix integrity checks.
    
    Extended test 2311 to cover it.
    
    Closes #22085

    Changed files

    • lib/cookie.c
    • tests/data/test2311