diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2020-06-23 03:39:16 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2020-06-23 03:39:16 +0000 |
commit | 380fdc0ab79075789af45ce247260db509a40842 (patch) | |
tree | 33c2f5998cf63efce39373380b8b871fec9a3160 | |
parent | 28e610dbf11eaf4f401b1522b80fa34feb46fa8c (diff) |
Fix a segfault in systemd-udevd
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11982 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter08/systemd.xml | 4 | ||||
-rw-r--r-- | general.ent | 6 | ||||
-rw-r--r-- | patches.ent | 6 |
4 files changed, 17 insertions, 8 deletions
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 @@ <listitem revision="sysv"> or <listitem revision="systemd"> as appropriate for the entry or if needed the entire day's listitem. --> + <listitem revision="systemd"> + <itemizedlist> + <para>2020-06-22</para> + <listitem> + <para>[renodr] - Fix a segfault in systemd-udevd.</para> + </listitem> + </itemizedlist> + </listitem> + <listitem> <itemizedlist> <para>2020-06-17</para> 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 @@ <sect2 role="installation"> <title>Installation of systemd</title> - <para>First, apply a patch to fix the build with GCC-10:</para> + <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-1.patch</userinput></screen> +<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-2.patch</userinput></screen> <para>Create a symlink to work around the xsltproc command not being installed:</para> diff --git a/general.ent b/general.ent index 5171ad9c3..0c1e75b09 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20200619"> +<!ENTITY version "SVN-20200622"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; Change to x.y for release but not -rc releases --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY versiond "20200619-systemd"> +<!ENTITY versiond "20200622-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "June 19th, 2020"> +<!ENTITY releasedate "June 22nd, 2020"> <!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – --> diff --git a/patches.ent b/patches.ent index ec1261278..f07cb22c0 100644 --- a/patches.ent +++ b/patches.ent @@ -57,6 +57,6 @@ <!ENTITY systemd-consolidated-patch-size "64 KB"> --> -<!ENTITY systemd-gcc10-patch "systemd-&systemd-version;-gcc_10-fixes-1.patch"> -<!ENTITY systemd-gcc10-patch-md5 "6d41186bfcd7002ed2cbf26b25f9091d"> -<!ENTITY systemd-gcc10-patch-size "4 KB"> +<!ENTITY systemd-gcc10-patch "systemd-&systemd-version;-gcc_10-fixes-2.patch"> +<!ENTITY systemd-gcc10-patch-md5 "5eaac1d3a66118c40814d3b81ad36b71"> +<!ENTITY systemd-gcc10-patch-size "8 KB"> |