diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2021-07-23 06:30:53 -0500 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2021-07-23 06:30:53 -0500 |
commit | 9f847521956bf4453693ac58e7f3ddb657ca2dec (patch) | |
tree | 8f0c985e94c4c393297a79ceff5c3b93ca3a23d1 /chapter08 | |
parent | 4eee9ccd08265e8c4b74bbdaef8f3c0237e82e9c (diff) |
Update to binutils-2.37
Update to less-590
Update to meson-0.59.0
Guard systemd against CVE-2021-33910
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/systemd.xml | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index c350dcf3a..67b27b8d8 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -40,17 +40,10 @@ <sect2 role="installation"> <title>Installation of systemd</title> -<!-- - <para>First, apply a patch to fix the build with GCC-10 and fix a segfault:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-2.patch</userinput></screen> ---> - - <!-- For linux-5.11's API headers changing the rfkill_event structure - <para>First, apply a patch to fix some build issues:</para> + <!--Fix CVE-2021-33910 --> + <para>First, apply a patch to fix a security vulnerability:</para> <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen> ---> <!-- Seems to be not needed anymore with 248 <para>Remove tests that cannot be built in chroot:</para> |