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

Builder curl-ares-solaris11-sparc Build #5106

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Jan 12 13:56:20 2026
EndMon Jan 12 15:07:30 2026
Elapsed1 hrs, 11 mins, 9 secs

All Changes:

:

  1. Change #254950

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 12 Jan 2026 13:49:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 31fbbb322efbc0e4a8d31c270b6b82e117fc7345

    Comments

    altsvc: only accept 17 byte dates from files
    Since the date format is fixed there is no need to accept more data.
    
    Update test355 to verify reject of too long date in alt-svc file
    
    This test case was originally supposed to verify alt-svc loading from a
    file but never did because it was done incorrectly.
    
    Now it verifies that a too long date in the input file makes curl
    disregard the entry.
    
    Closes #20259

    Changed files

    • lib/altsvc.c
    • tests/data/test355