Changeset 998105a7


Ignore:
Timestamp:
09/30/2016 04:46:42 AM (8 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.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
5381dd6a
Parents:
5eb18534
Message:

Added a security patch for systemd

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    r5eb18534 r998105a7  
    6262      <listitem>
    6363        <para>Estimated build time: &systemd-time;</para>
     64      </listitem>
     65    </itemizedlist>
     66
     67    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     68    <itemizedlist spacing="compact">
     69      <listitem>
     70        <para>
     71          Required patch:
     72          <ulink url="&patch-root;/systemd-&systemd-version;-security_fix-1.patch"/>
     73        </para>
    6474      </listitem>
    6575    </itemizedlist>
     
    145155
    146156    <para>
     157      Apply a patch that fixes a security issue.
     158    </para>
     159
     160<screen><userinput>patch -Np1 -i ../systemd-&systemd-version;-security_fix-1.patch</userinput></screen>
     161
     162    <para>
    147163      Disable two tests that always fail:
    148164    </para>
  • introduction/welcome/changelog.xml

    r5eb18534 r998105a7  
    4747      <para>September 29th, 2016</para>
    4848      <itemizedlist>
     49        <listitem revision="systemd">
     50          <para>[renodr] - Add a security patch for systemd. This fixes a
     51          major hole. Fixes
     52          <ulink url="&blfs-ticket-root;8373">#8373</ulink>.</para>
     53        </listitem>
    4954        <listitem>
    5055          <para>[ken] - Perl module Business::ISBN now requires Mojolicious.
Note: See TracChangeset for help on using the changeset viewer.