mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
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
This commit is contained in:
parent
edd71fb63e
commit
87b22cad78
@ -42,6 +42,16 @@
|
|||||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||||
appropriate for the entry or if needed the entire day's listitem.
|
appropriate for the entry or if needed the entire day's listitem.
|
||||||
-->
|
-->
|
||||||
|
<listitem revision="systemd">
|
||||||
|
<para>2019-11-06</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[renodr] - Fix potential infinite loop with meson-0.52
|
||||||
|
and systemd-243.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem revision="sysv">
|
<listitem revision="sysv">
|
||||||
<para>2019-10-31</para>
|
<para>2019-10-31</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
<para>First, apply a patch to fix various bugs since the release
|
<para>First, apply a patch to fix various bugs since the release
|
||||||
of systemd-243.</para>
|
of systemd-243.</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-consolidated_fixes-1.patch</userinput></screen>
|
<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-consolidated_fixes-2.patch</userinput></screen>
|
||||||
|
|
||||||
<para>Create a symlink to work around missing xsltproc:</para>
|
<para>Create a symlink to work around missing xsltproc:</para>
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
<!ENTITY version "SVN-20191101">
|
<!ENTITY version "SVN-20191106">
|
||||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
||||||
Change to x.y for release but not -rc releases -->
|
Change to x.y for release but not -rc releases -->
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
<!ENTITY versiond "20191101-systemd">
|
<!ENTITY versiond "20191106-systemd">
|
||||||
<!ENTITY short-versiond "systemd">
|
<!ENTITY short-versiond "systemd">
|
||||||
<!ENTITY generic-versiond "systemd">
|
<!ENTITY generic-versiond "systemd">
|
||||||
|
|
||||||
<!ENTITY releasedate "November 1st, 2019">
|
<!ENTITY releasedate "November 6th, 2019">
|
||||||
|
|
||||||
<!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "9.0">
|
<!ENTITY milestone "9.0">
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
<!ENTITY sysvinit-consolidated-patch-md5 "4900322141d493e74020c9cf437b2cdc">
|
<!ENTITY sysvinit-consolidated-patch-md5 "4900322141d493e74020c9cf437b2cdc">
|
||||||
<!ENTITY sysvinit-consolidated-patch-size "2.4 KB">
|
<!ENTITY sysvinit-consolidated-patch-size "2.4 KB">
|
||||||
|
|
||||||
<!ENTITY systemd-consolidated-patch "systemd-&systemd-version;-consolidated_fixes-1.patch">
|
<!ENTITY systemd-consolidated-patch "systemd-&systemd-version;-consolidated_fixes-2.patch">
|
||||||
<!ENTITY systemd-consolidated-patch-md5 "d1f60dcbd53222eecfc58e4e95ef60ab">
|
<!ENTITY systemd-consolidated-patch-md5 "2bad2992f4373eb925885f2ea2fb8d14">
|
||||||
<!ENTITY systemd-consolidated-patch-size "60 KB">
|
<!ENTITY systemd-consolidated-patch-size "64 KB">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user