diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2022-04-15 20:01:35 +0100 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2022-04-15 20:01:35 +0100 |
commit | 1d694184b375b493c2926f291e4a696882db78ae (patch) | |
tree | 6b2ff4df64bec5f0751caa47fce183a69f9a2f32 /chapter08/xz.xml | |
parent | 75bab32f8333e8214c4ff97f26b8a043095e097a (diff) |
Patch xz for the xzgrep vulnerability.
Diffstat (limited to 'chapter08/xz.xml')
-rw-r--r-- | chapter08/xz.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter08/xz.xml b/chapter08/xz.xml index e4c43131c..bf108ad34 100644 --- a/chapter08/xz.xml +++ b/chapter08/xz.xml @@ -44,6 +44,10 @@ <sect2 role="installation"> <title>Installation of Xz</title> + <para>Apply a patch to fix an issue in xzgrep:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&xz-upstream-fix-patch;</userinput></screen> + <para>Prepare Xz for compilation with:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |