aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2023-02-11 16:11:35 -0600
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2023-02-11 16:11:35 -0600
commitc6550e11c86cf253a48910ede162a962a7d6b08d (patch)
tree2f4864104cd487023a0ca3ca049f2922fce47e52 /chapter08
parent583156ac09d7853d8aa050633c7a6dfd18c9eda0 (diff)
Package updates.
Update to iana-etc-20230202. Update to zstd-1.5.4. Update to Python3-3.11.2. Update to e2fsprogs-1.47.0. Update to dbus-1.14.6. Update to linux-6.1.11. Update to libcap-2.67. Update to bc-6.2.4.
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/util-linux.xml4
-rw-r--r--chapter08/zstd.xml4
2 files changed, 3 insertions, 5 deletions
diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml
index 221743d3d..8290f87c2 100644
--- a/chapter08/util-linux.xml
+++ b/chapter08/util-linux.xml
@@ -101,7 +101,9 @@
su tester -c "make -k check"</userinput></screen>
<para>The <emphasis>hardlink</emphasis> tests will fail if the host's kernel
- does not have the option CONFIG_CRYPTO_USER_API_HASH set.</para>
+ does not have the option CONFIG_CRYPTO_USER_API_HASH set. In addition,
+ two sub-tests from misc: mbsencode and one sub-test from script: replay are
+ known to fail.</para>
<para>Install the package:</para>
diff --git a/chapter08/zstd.xml b/chapter08/zstd.xml
index 902f982e4..ae793a34b 100644
--- a/chapter08/zstd.xml
+++ b/chapter08/zstd.xml
@@ -42,10 +42,6 @@
<sect2 role="installation">
<title>Installation of Zstd</title>
- <para>Apply a patch to fix some issues identified by upstream:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../&zstd-upstream-fixes-patch;</userinput></screen>
-
<para>Compile the package:</para>
<screen><userinput remap="make">make prefix=/usr</userinput></screen>