Replace coreutils-6.3 with coreutils-6.10

Build only date, mktemp, and sha256sum
This commit is contained in:
Paul Dersey 2021-03-23 15:14:45 -04:00
parent 19c113127b
commit 366dc2eac5
8 changed files with 26 additions and 19 deletions

View file

@ -307,10 +307,11 @@ coreutils 5.0
including ``comm``, ``expr``, ``dd``, ``sort``, ``sync``, ``uname`` and
``uniq``. This fixes a variety of issues with existing ``coreutils``.
coreutils 6.3
coreutils 6.10
=============
We build ``sha256sum`` from coreutils 6.3 since it is absent in 5.0.
Other utils are not build at this stage.
We build ``date``, ``mktemp`` and ``sha256sum`` from coreutils 6.10 which are
either missing or don't build correctly in 5.0. Other utils are not built at
this stage.
gawk 3.0.4
==========