Changeset 855ab9a


Ignore:
Timestamp:
01/11/2019 04:49:55 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:
6ff35e9
Parents:
16dc51d
Message:

Add systemd security patch. Please update as soon as you can.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r16dc51d r855ab9a  
    4343    appropriate for the entry or if needed the entire day's listitem.
    4444-->
     45
     46    <listitem revision="systemd">
     47      <para>2019-01-11</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[renodr] - Add a security patch for systemd-240. This fixes
     51          CVE-2018-16865 and CVE-2018-16864 (memory corruption in journald
     52          leading to stack overflows / arbitrary code execution).
     53          Apply this as soon as you can. Fixes
     54          <ulink url="&lfs-ticket-root;4408">#4408</ulink>.</para>
     55        </listitem>
     56      </itemizedlist>
     57    </listitem>
     58
    4559    <listitem>
    4660      <para>2019-01-10</para>
  • chapter03/patches.xml

    r16dc51d r855ab9a  
    117117    </varlistentry>
    118118
    119 <!--
    120119    <varlistentry revision="systemd">
    121120      <term>Systemd security patch - <token>&systemd-security-patch-size;</token>:</term>
     
    125124      </listitem>
    126125    </varlistentry>
    127 -->
    128 <!--
    129     <varlistentry revision="systemd">
    130       <term>systemd glibc patch - <token>&systemd-glibc-patch-size;</token>:</term>
    131       <listitem>
    132         <para>Download: <ulink url="&patches-root;&systemd-glibc-patch;"/></para>
    133         <para>MD5 sum: <literal>&systemd-glibc-patch-md5;</literal></para>
    134       </listitem>
    135     </varlistentry>
    136 
    137     <varlistentry revision="systemd">
    138       <term>systemd meson fixes patch - <token>&systemd-meson-patch-size;</token>:</term>
    139       <listitem>
    140         <para>Download: <ulink url="&patches-root;&systemd-meson-patch;"/></para>
    141         <para>MD5 sum: <literal>&systemd-meson-patch-md5;</literal></para>
    142       </listitem>
    143     </varlistentry>
    144     -->
    145126
    146127  </variablelist>
  • chapter06/systemd.xml

    r16dc51d r855ab9a  
    4040  <sect2 role="installation">
    4141    <title>Installation of systemd</title>
     42
     43    <para>Apply a patch to fix two critical security vulnerabilities:</para>
     44
     45<screen><userinput remap="pre">patch -Np1 -i ../systemd-240-security_fixes-1.patch</userinput></screen>
    4246
    4347    <para>Create a symlink to work around missing xsltproc:</para>
  • general.ent

    r16dc51d r855ab9a  
    1 <!ENTITY version         "SVN-20190109">
     1<!ENTITY version         "SVN-20190111">
    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        "20190101-systemd">
     6<!ENTITY versiond        "20190111-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "January 9, 2019">
     10<!ENTITY releasedate     "January 11, 2019">
    1111
    1212<!ENTITY copyrightdate   "1999-2019"><!-- jhalfs needs a literal dash, not &ndash; -->
  • patches.ent

    r16dc51d r855ab9a  
    5858<!ENTITY sysvinit-consolidated-patch-size "2.6 KB">
    5959
    60 <!--
    61 <!ENTITY systemd-security-patch "systemd-&systemd-version;-security_fix-1.patch">
    62 <!ENTITY systemd-security-patch-md5 "aa9d81fec9a3875a54e63af86904513a">
    63 <!ENTITY systemd-security-patch-size "4 KB">
    64 -->
    65 <!--
    66 <!ENTITY systemd-glibc-patch "systemd-&systemd-version;-glibc_statx_fix-1.patch">
    67 <!ENTITY systemd-glibc-patch-md5 "a44057d6a6ca69760bafc126458d89e5">
    68 <!ENTITY systemd-glibc-patch-size "4 KB">
    69 
    70 <!ENTITY systemd-meson-patch "systemd-&systemd-version;-meson-0.48.0_fixes-1.patch">
    71 <!ENTITY systemd-meson-patch-md5 "0e12e0722bd6bb84e8a4ec4de8979722">
    72 <!ENTITY systemd-meson-patch-size "4 KB">
    73 -->
     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">
Note: See TracChangeset for help on using the changeset viewer.