Changeset 87b22cad


Ignore:
Timestamp:
11/07/2019 01:34:55 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, 9.1, 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:
ad81302
Parents:
edd71fb
Message:

Fix potential problem with meson-0.52 and systemd-243.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    redd71fb r87b22cad  
    4343    appropriate for the entry or if needed the entire day's listitem.
    4444       -->
     45    <listitem revision="systemd">
     46      <para>2019-11-06</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Fix potential infinite loop with meson-0.52
     50          and systemd-243.</para>
     51        </listitem>
     52       </itemizedlist>
     53    </listitem>
     54
    4555    <listitem revision="sysv">
    4656      <para>2019-10-31</para>
  • chapter06/systemd.xml

    redd71fb r87b22cad  
    4444    of systemd-243.</para>
    4545
    46 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-consolidated_fixes-1.patch</userinput></screen>
     46<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-consolidated_fixes-2.patch</userinput></screen>
    4747
    4848    <para>Create a symlink to work around missing xsltproc:</para>
  • general.ent

    redd71fb r87b22cad  
    1 <!ENTITY version         "SVN-20191101">
     1<!ENTITY version         "SVN-20191106">
    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        "20191101-systemd">
     6<!ENTITY versiond        "20191106-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "November 1st, 2019">
     10<!ENTITY releasedate     "November 6th, 2019">
    1111
    1212<!ENTITY copyrightdate   "1999-2019"><!-- jhalfs needs a literal dash, not &ndash; -->
  • patches.ent

    redd71fb r87b22cad  
    5858<!ENTITY sysvinit-consolidated-patch-size "2.4 KB">
    5959
    60 <!ENTITY systemd-consolidated-patch "systemd-&systemd-version;-consolidated_fixes-1.patch">
    61 <!ENTITY systemd-consolidated-patch-md5 "d1f60dcbd53222eecfc58e4e95ef60ab">
    62 <!ENTITY systemd-consolidated-patch-size "60 KB">
     60<!ENTITY systemd-consolidated-patch "systemd-&systemd-version;-consolidated_fixes-2.patch">
     61<!ENTITY systemd-consolidated-patch-md5 "2bad2992f4373eb925885f2ea2fb8d14">
     62<!ENTITY systemd-consolidated-patch-size "64 KB">
    6363
Note: See TracChangeset for help on using the changeset viewer.