Changeset 380fdc0


Ignore:
Timestamp:
06/23/2020 03:39:16 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
e4bdfc54
Parents:
28e610db
Message:

Fix a segfault in systemd-udevd

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11982 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r28e610db r380fdc0  
    4343    appropriate for the entry or if needed the entire day's listitem.
    4444    -->
     45    <listitem revision="systemd">
     46      <itemizedlist>
     47      <para>2020-06-22</para>
     48        <listitem>
     49          <para>[renodr] - Fix a segfault in systemd-udevd.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4554    <listitem>
    4655      <itemizedlist>
  • chapter08/systemd.xml

    r28e610db r380fdc0  
    4141    <title>Installation of systemd</title>
    4242
    43     <para>First, apply a patch to fix the build with GCC-10:</para>
    44 
    45 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-1.patch</userinput></screen>
     43    <para>First, apply a patch to fix the build with GCC-10 and fix a segfault:</para>
     44
     45<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-2.patch</userinput></screen>
    4646
    4747    <para>Create a symlink to work around the xsltproc command not being installed:</para>
  • general.ent

    r28e610db r380fdc0  
    1 <!ENTITY version         "SVN-20200619">
     1<!ENTITY version         "SVN-20200622">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20200619-systemd">
     6<!ENTITY versiond        "20200622-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "June 19th, 2020">
     10<!ENTITY releasedate     "June 22nd, 2020">
    1111
    1212<!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
  • patches.ent

    r28e610db r380fdc0  
    5858-->
    5959
    60 <!ENTITY systemd-gcc10-patch "systemd-&systemd-version;-gcc_10-fixes-1.patch">
    61 <!ENTITY systemd-gcc10-patch-md5 "6d41186bfcd7002ed2cbf26b25f9091d">
    62 <!ENTITY systemd-gcc10-patch-size "4 KB">
     60<!ENTITY systemd-gcc10-patch "systemd-&systemd-version;-gcc_10-fixes-2.patch">
     61<!ENTITY systemd-gcc10-patch-md5 "5eaac1d3a66118c40814d3b81ad36b71">
     62<!ENTITY systemd-gcc10-patch-size "8 KB">
Note: See TracChangeset for help on using the changeset viewer.