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

Builder curl-threaded-solaris11-sparc Build #5545

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 58 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 5545 Build
codebase Build
got_revision 351e4f956a11bdf419c14f1f69758a15e77e7fea Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 351e4f956a11bdf419c14f1f69758a15e77e7fea 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. Viktor Szakats

Timing:

StartFri Mar 27 14:28:39 2026
EndFri Mar 27 15:17:26 2026
Elapsed48 mins, 46 secs

All Changes:

:

  1. Change #262527

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 27 Mar 2026 14:19:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 351e4f956a11bdf419c14f1f69758a15e77e7fea

    Comments

    mk-ca-bundle.pl: drop reproducible timestamp feature
    Mozilla may push to its repo much later than the commit date, which can
    be a source of confusion when using the reproducible timestamp (which is
    determined by the commit date) by default. Example:
    
    https://curl.se/ca/cacert-2026-03-19.pem vs.
    https://github.com/mozilla-firefox/firefox/commits/1a84aee6387d2f9c9531c655edeea4a80aa0fcfa/security/nss/lib/ckfw/builtins/certdata.txt
    
    This feature had no actual user (or a planned one) from within curl at
    the moment, and not requested by curl users. curl-for-win does this on
    its own, which is the more practical way there since everything (not
    just the CA bundle) needs to be reproducible anyway. I surmise this may
    be true for most if not all reproducible use-cases.
    
    Another limitation was that it could bump into GitHub's rate limiting,
    needing further updates.
    
    Also: code had some unintented leftovers.
    
    Reported-by: Daniel Stenberg
    Bug: https://github.com/curl/curl/pull/20528#issuecomment-4140610008
    Follow-up to ca92e20123928e4788d27135cdafdd084d3833d4 #20528
    
    Closes #21116

    Changed files

    • scripts/mk-ca-bundle.pl