Changeset 9db77dd


Ignore:
Timestamp:
11/28/2016 05:00:25 AM (7 years ago)
Author:
DJ Lucas <dj@…>
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:
e37f388
Parents:
66ee922
Message:

Update to systemd-232. Fixes #8549.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r66ee922 r9db77dd  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "27">                   <!-- Always 2 digits -->
     3<!ENTITY day          "28">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 27th &year;">
     9<!ENTITY releasedate  "November 28th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/sysutils/systemd.xml

    r66ee922 r9db77dd  
    77  <!ENTITY systemd-download-http "http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-&systemd-version;.tar.xz">
    88  <!ENTITY systemd-download-ftp  " ">
    9   <!ENTITY systemd-md5sum        "2647855c8f9cdf824953f1091db2d2b2">
    10   <!ENTITY systemd-size          "3,840 KB">
    11   <!ENTITY systemd-buildsize     "447 MB">
    12   <!ENTITY systemd-time          "6.4 SBU">
     9  <!ENTITY systemd-md5sum        "281604885d5a87f0359244f6f84037cb">
     10  <!ENTITY systemd-size          "3.9 MB">
     11  <!ENTITY systemd-buildsize     "429 MB (an additional 89 MB for tests)">
     12  <!ENTITY systemd-time          "7.7 SBU (an additional 0.5 SBU for tests)">
    1313
    1414]>
     
    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>
    7464      </listitem>
    7565    </itemizedlist>
     
    153143
    154144    <para>
    155       Apply a patch that fixes a security issue.
    156     </para>
    157 
    158 <screen><userinput>patch -Np1 -i ../systemd-&systemd-version;-security_fix-1.patch</userinput></screen>
    159 
    160     <para>
    161145      Disable two tests that always fail:
    162146    </para>
     
    221205
    222206    <para>
    223       Move the NSS libraries to <filename class="directory">/lib</filename>
    224       by running the following command as the <systemitem
    225       class="username">root</systemitem> user:
    226     </para>
    227 
    228 <screen role="root"><userinput>mv -v /usr/lib/libnss_{myhostname,mymachines,resolve}.so.2 /lib</userinput></screen>
    229 
    230     <para>
    231       Remove an unnecessary directory by running the following command
    232       as the <systemitem class="username">root</systemitem> user:
     207      If <application>RPM</application> is not installed, remove an
     208      unnecessary directory by running the following command as the
     209      <systemitem class="username">root</systemitem> user:
    233210    </para>
    234211
  • introduction/welcome/changelog.xml

    r66ee922 r9db77dd  
    4444-->
    4545
     46    <listitem revision="systemd">
     47      <para>November 28th, 2016</para>
     48      <itemizedlist>
     49        <listitem revision="systemd">
     50          <para>[dj] - Update to systemd-232. Fixes
     51          <ulink url="&blfs-ticket-root;8549">#8549</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
    4656    <listitem>
    4757      <para>November 27th, 2016</para>
  • packages.ent

    r66ee922 r9db77dd  
    261261<!ENTITY strigi-version               "0.7.8">
    262262<!ENTITY sysstat-version              "11.5.2">
    263 <!ENTITY systemd-version              "231">
     263<!ENTITY systemd-version              "232">
    264264<!ENTITY udisks-version               "1.0.5">    <!-- stable lt .90 micro version -->
    265265<!ENTITY udisks2-version              "2.1.8">    <!-- stable lt .90 micro version -->
Note: See TracChangeset for help on using the changeset viewer.