mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
Add security patch for systemd-240 CVE-2019-6454
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11533 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
275a7d5526
commit
ee5dcff53f
@ -41,7 +41,18 @@
|
|||||||
Note: If a change is only specific to sysv or systemd, then use
|
Note: If a change is only specific to sysv or systemd, then use
|
||||||
<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-02-25</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[renodr] - Add a security patch for systemd-240
|
||||||
|
to fix a PID1 crash over D-Bus. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;4428">#4428</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem revision="sysv">
|
<listitem revision="sysv">
|
||||||
<para>2019-02-21</para>
|
<para>2019-02-21</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
<para>Apply a patch to fix two critical security vulnerabilities:</para>
|
<para>Apply a patch to fix two critical security vulnerabilities:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">patch -Np1 -i ../systemd-240-security_fixes-1.patch</userinput></screen>
|
<screen><userinput remap="pre">patch -Np1 -i ../systemd-240-security_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-20190221">
|
<!ENTITY version "SVN-20190225">
|
||||||
<!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 "20190221-systemd">
|
<!ENTITY versiond "20190225-systemd">
|
||||||
<!ENTITY short-versiond "systemd">
|
<!ENTITY short-versiond "systemd">
|
||||||
<!ENTITY generic-versiond "systemd">
|
<!ENTITY generic-versiond "systemd">
|
||||||
|
|
||||||
<!ENTITY releasedate "February 21, 2019">
|
<!ENTITY releasedate "February 25, 2019">
|
||||||
|
|
||||||
<!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "8.4">
|
<!ENTITY milestone "8.4">
|
||||||
|
@ -57,6 +57,6 @@
|
|||||||
<!ENTITY sysvinit-consolidated-patch-md5 "aaa84675e717504d7d3da452c8c2eaf1">
|
<!ENTITY sysvinit-consolidated-patch-md5 "aaa84675e717504d7d3da452c8c2eaf1">
|
||||||
<!ENTITY sysvinit-consolidated-patch-size "2.6 KB">
|
<!ENTITY sysvinit-consolidated-patch-size "2.6 KB">
|
||||||
|
|
||||||
<!ENTITY systemd-security-patch "systemd-&systemd-version;-security_fixes-1.patch">
|
<!ENTITY systemd-security-patch "systemd-&systemd-version;-security_fixes-2.patch">
|
||||||
<!ENTITY systemd-security-patch-md5 "e0e27d1e5eb527f0ce2ac55b808cb7b2">
|
<!ENTITY systemd-security-patch-md5 "10abebce8ff5d9fd402623ace39b5ab8">
|
||||||
<!ENTITY systemd-security-patch-size "12 KB">
|
<!ENTITY systemd-security-patch-size "14 KB">
|
||||||
|
Loading…
Reference in New Issue
Block a user