From eebce9e6243d026d634ea45083807c7a627777fb Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Tue, 23 Jun 2020 03:39:09 +0000 Subject: [PATCH] Fix a segfault in systemd-udevd git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23315 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/sysutils/systemd.xml | 7 ++++--- introduction/welcome/changelog.xml | 4 ++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/general/sysutils/systemd.xml b/general/sysutils/systemd.xml index 84bba1bcbd..485e9852e9 100644 --- a/general/sysutils/systemd.xml +++ b/general/sysutils/systemd.xml @@ -83,7 +83,7 @@ Required patch: - + @@ -144,10 +144,11 @@ Installation of systemd - Apply a patch to fix a build failure when building with GCC-10: + Apply a patch to fix a build failure when building with GCC-10 as well as + a segmentation fault in systemd-udevd on some platforms: -patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-1.patch +patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-2.patch diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 0436617e93..8eac92a1b2 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,10 @@ June 22nd, 2020 + + [renodr] - Apply a fix to systemd to fix segmentation faults in + systemd-udevd on some platforms. + [renodr] - Update to guile-3.0.3. Fixes #13698.