use utils-std-0.1.2 instead of coreutils-6.10

utils-std-0.1.2 doesn't replaces coreutils-5.0/pass1 due to depending on:
* A shell for ./configure, making the bash implicit jump messy
* POSIX C interfaces which mes-libc lacks

Also coreutils-6.10 is only for utilities which utils-std provides:
date, mktemp, sha256sum
This commit is contained in:
Haelwenn (lanodan) Monnier 2025-11-20 06:11:50 +01:00
parent a7c2c2a18d
commit aa312baaed
No known key found for this signature in database
3 changed files with 6 additions and 6 deletions

View file

@ -521,11 +521,11 @@ coreutils 5.0
including ``comm``, ``expr``, ``dd``, ``sort``, ``sync``, ``uname`` and
``uniq``. This fixes a variety of issues with existing ``coreutils``.
coreutils 6.10
utils-std 0.1.2
==============
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.
Replaces most of coreutils 5.0 as well as providing few more utilities like
``date``, ``mktemp``, and ``sha256sum``.
gawk 3.0.4
==========