Changeset b5d17476


Ignore:
Timestamp:
01/11/2019 05:05:56 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
227b44ff
Parents:
a1fc616
Message:

Add systemd secuity patch. All users who have systemd installed should apply this as soon as possible.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20944 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra1fc616 rb5d17476  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     3<!ENTITY day          "11">                   <!-- Always 2 digits -->
    44<!ENTITY month        "01">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 10th, &year;">
     9<!ENTITY releasedate  "January 11th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/gobject-introspection.xml

    ra1fc616 rb5d17476  
    9090    <para role="optional">
    9191      <xref linkend="cairo"/> (required for the tests),
     92      <xref linkend="gjs"/> (to satisfy one of the tests),
    9293      <xref linkend="gtk-doc"/>,
    9394      <xref linkend="Mako"/>,
  • general/sysutils/systemd.xml

    ra1fc616 rb5d17476  
    6464      <listitem>
    6565        <para>Estimated build time: &systemd-time;</para>
     66      </listitem>
     67    </itemizedlist>
     68
     69    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     70    <itemizedlist spacing="compact">
     71      <listitem>
     72        <para>
     73         Required patch:
     74         <ulink url="&patch-root;/systemd-&systemd-version;-security_fixes-1.patch"/>
     75        </para>
    6676      </listitem>
    6777    </itemizedlist>
     
    118128    <title>Installation of systemd</title>
    119129
     130    <para>Apply a critical security patch for journald:</para>
     131
     132<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-security_fixes-1.patch</userinput></screen>
     133
    120134    <para>Remove an unneeded group,
    121135    <systemitem class="groupname">render</systemitem>, from the default udev
  • introduction/welcome/changelog.xml

    ra1fc616 rb5d17476  
    4242    </listitem>
    4343-->
     44    <!-- Bruce, or whoever commits next for both books, please modify the changelog below. -->
     45    <listitem revision="systemd">
     46      <para>January 11th, 2019</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Add a security patch for two CVEs in systemd-journald
     50          to the book. If you are a systemd user, please apply this patch as
     51          soon as you are able to.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
    4456    <listitem>
    4557      <para>January 10th, 2019</para>
  • networking/netprogs/wireless-tools.xml

    ra1fc616 rb5d17476  
    113113
    114114      <para>First, apply a patch that fixes a problem when numerous
    115       networks available:</para>
     115      networks are available:</para>
    116116
    117117<screen><userinput>patch -Np1 -i ../wireless_tools-&wireless-tools-version;-fix_iwlist_scanning-1.patch</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.