Changeset ee5dcff


Ignore:
Timestamp:
02/25/2019 03:37:20 PM (5 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, 8.4, 9.0, 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:
0066a92
Parents:
275a7d5
Message:

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r275a7d5 ree5dcff  
    4242    <listitem revision="sysv"> or <listitem revision="systemd"> as
    4343    appropriate for the entry or if needed the entire day's listitem.
    44 -->
     44    -->
     45    <listitem revision="systemd">
     46      <para>2019-02-25</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Add a security patch for systemd-240
     50          to fix a PID1 crash over D-Bus. Fixes
     51          <ulink url="&lfs-ticket-root;4428">#4428</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
    4556    <listitem revision="sysv">
    4657      <para>2019-02-21</para>
  • chapter06/systemd.xml

    r275a7d5 ree5dcff  
    4343    <para>Apply a patch to fix two critical security vulnerabilities:</para>
    4444
    45 <screen><userinput remap="pre">patch -Np1 -i ../systemd-240-security_fixes-1.patch</userinput></screen>
     45<screen><userinput remap="pre">patch -Np1 -i ../systemd-240-security_fixes-2.patch</userinput></screen>
    4646
    4747    <para>Create a symlink to work around missing xsltproc:</para>
  • general.ent

    r275a7d5 ree5dcff  
    1 <!ENTITY version         "SVN-20190221">
     1<!ENTITY version         "SVN-20190225">
    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        "20190221-systemd">
     6<!ENTITY versiond        "20190225-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "February 21, 2019">
     10<!ENTITY releasedate     "February 25, 2019">
    1111
    1212<!ENTITY copyrightdate   "1999-2019"><!-- jhalfs needs a literal dash, not &ndash; -->
  • patches.ent

    r275a7d5 ree5dcff  
    5858<!ENTITY sysvinit-consolidated-patch-size "2.6 KB">
    5959
    60 <!ENTITY systemd-security-patch "systemd-&systemd-version;-security_fixes-1.patch">
    61 <!ENTITY systemd-security-patch-md5 "e0e27d1e5eb527f0ce2ac55b808cb7b2">
    62 <!ENTITY systemd-security-patch-size "12 KB">
     60<!ENTITY systemd-security-patch "systemd-&systemd-version;-security_fixes-2.patch">
     61<!ENTITY systemd-security-patch-md5 "10abebce8ff5d9fd402623ace39b5ab8">
     62<!ENTITY systemd-security-patch-size "14 KB">
Note: See TracChangeset for help on using the changeset viewer.