diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-02-03 13:02:19 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-02-03 13:02:19 -0600 |
commit | a5d31dd654840c3e5990fd1b3f29831b2cc01cf6 (patch) | |
tree | 3b9ea4ab2722c6cca0d5a7c1762aaa6117aaba98 /chapter08/coreutils.xml | |
parent | 1966b8db8f0cd40e3427f5df67e228a6f691ee3e (diff) |
Package updates and a patch.
Add coreutils-9.0 chmod patch.
Update to glibc-2.35.
Update to linux-5.16.5.
Update to findutils-4.9.0.
Update to expat-2.4.4.
Update to iana-etc-20220128.
Diffstat (limited to 'chapter08/coreutils.xml')
-rw-r--r-- | chapter08/coreutils.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml index f5c4118ad..c84a3f048 100644 --- a/chapter08/coreutils.xml +++ b/chapter08/coreutils.xml @@ -56,11 +56,11 @@ <!-- this has been fixed in upstream gnulib, when a new version of coreutils is released, please check #4055 to see if the change has been picked up in this package --> -<!-- - <para>Suppress a test which on some machines can loop forever:</para> -<screen><userinput remap="pre">sed -i '/test.lock/s/^/#/' gnulib-tests/gnulib.mk</userinput></screen> ---> + <para>Now, fix a problem with chmod return values:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-chmod-patch;</userinput></screen> + <!-- <para>Fix a problem with autoconf-2.70 in an included gnulib .m4 file:</para> |