diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index bd83ee084..25da1ca31 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,15 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + + 2020-06-22 + + [renodr] - Fix a segfault in systemd-udevd. + + + + 2020-06-17 diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index 4049d726d..4ddecf0ce 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -40,9 +40,9 @@ Installation of systemd - First, apply a patch to fix the build with GCC-10: + First, apply a patch to fix the build with GCC-10 and fix a segfault: -patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-1.patch +patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-2.patch Create a symlink to work around the xsltproc command not being installed: diff --git a/general.ent b/general.ent index 5171ad9c3..0c1e75b09 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ - + - + - + diff --git a/patches.ent b/patches.ent index ec1261278..f07cb22c0 100644 --- a/patches.ent +++ b/patches.ent @@ -57,6 +57,6 @@ --> - - - + + +