mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 03:26:31 +01:00
Replace coreutils-6.3 with coreutils-6.10
Build only date, mktemp, and sha256sum
This commit is contained in:
parent
19c113127b
commit
366dc2eac5
8 changed files with 26 additions and 19 deletions
|
|
@ -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
|
||||
==========
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue