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

Builder curl-threaded-solaris11-sparc Build #5579

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 44 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 21 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 5579 Build
codebase Build
got_revision 4478a10f0d0bfbacde2c00397bb69e9c5b078c00 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 4478a10f0d0bfbacde2c00397bb69e9c5b078c00 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. Daniel Stenberg

Timing:

StartWed Apr 1 10:55:04 2026
EndWed Apr 1 11:43:34 2026
Elapsed48 mins, 29 secs

All Changes:

:

  1. Change #263122

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 01 Apr 2026 10:45:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8e8bdd36048c146fe843d8948a912fbd398d1c5d

    Comments

    cookie: fix rejection when tabs in value
    A previous refactor changed the TAB check so that the octet could be
    accepted in the 'path', which would cause an invalid line in the saved
    cookie file so not possible to read the cookie back. Not terrible
    because the path cannot contain a raw tab anyway so it would never match
    anyway.
    
    Add test 1685 to verify
    
    Reported-by: Izan on hackerone
    
    Closes #21185

    Changed files

    • lib/cookie.c
    • tests/data/Makefile.am
    • tests/data/test1685
  2. Change #263123

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 01 Apr 2026 10:49:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4478a10f0d0bfbacde2c00397bb69e9c5b078c00

    Comments

    hsts: skip expired HSTS entries read from file
    Extend test 780 to verify
    
    Closes #21186

    Changed files

    • lib/hsts.c
    • tests/data/test780