Changeset 5323dbf


Ignore:
Timestamp:
03/09/2019 01:48:10 AM (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, 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:
8154126
Parents:
a9ae07b6
Message:

Update to systemd-241

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra9ae07b6 r5323dbf  
    4343    appropriate for the entry or if needed the entire day's listitem.
    4444    -->
     45
     46    <listitem revision="systemd">
     47      <para>2019-03-08</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[renodr] - Update to systemd-241. Fixes
     51          <ulink url="&lfs-ticket-root;4424">#4424</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
    4555
    4656    <listitem>
  • chapter01/whatsnew.xml

    ra9ae07b6 r5323dbf  
    222222      <para>Sysklogd-&sysklogd-version;</para>
    223223    </listitem>-->
    224     <!--<listitem revision="systemd">
     224    <listitem revision="systemd">
    225225      <para>Systemd-&systemd-version;</para>
    226     </listitem>-->
     226    </listitem>
    227227    <listitem revision="sysv">
    228228      <para>SysVinit-&sysvinit-version;</para>
  • chapter03/patches.xml

    ra9ae07b6 r5323dbf  
    117117      </listitem>
    118118    </varlistentry>
    119 
     119<!--
    120120    <varlistentry revision="systemd">
    121121      <term>Systemd security patch - <token>&systemd-security-patch-size;</token>:</term>
     
    125125      </listitem>
    126126    </varlistentry>
    127 
     127-->
    128128  </variablelist>
    129129
  • chapter06/systemd.xml

    ra9ae07b6 r5323dbf  
    4040  <sect2 role="installation">
    4141    <title>Installation of systemd</title>
    42 
     42    <!--
    4343    <para>Apply a patch to fix two critical security vulnerabilities:</para>
    4444
    4545<screen><userinput remap="pre">patch -Np1 -i ../systemd-240-security_fixes-2.patch</userinput></screen>
     46    -->
    4647
    4748    <para>Create a symlink to work around missing xsltproc:</para>
  • general.ent

    ra9ae07b6 r5323dbf  
    1 <!ENTITY version         "SVN-20190305">
     1<!ENTITY version         "SVN-20190308">
    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        "20190305-systemd">
     6<!ENTITY versiond        "20190308-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "March 5, 2019">
     10<!ENTITY releasedate     "March 8, 2019">
    1111
    1212<!ENTITY copyrightdate   "1999-2019"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    ra9ae07b6 r5323dbf  
    623623<!ENTITY sysklogd-ch6-sbu "less than 0.1 SBU">
    624624
    625 <!ENTITY systemd-version  "240">
     625<!ENTITY systemd-version  "241">
    626626<!--<!ENTITY systemd-stable   "6b4878d">-->
    627627<!-- The above entity is used whenever we move to a stable backport branch. In the event of a critical problem or kernel
    628628     change that is incompatible, we will switch to the backport branch until the next stable release. -->
    629 <!ENTITY systemd-size     "7,412 KB">
     629<!ENTITY systemd-size     "7,464 KB">
    630630<!ENTITY systemd-url      "&github;/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
    631631<!--<!ENTITY systemd-url      "&anduin-sources;/systemd-&systemd-version;-&systemd-stable;.tar.xz">-->
    632 <!ENTITY systemd-md5      "0e4f91b513d4b04e2c10a5173e5a87b2">
     632<!ENTITY systemd-md5      "c5953c24c850b44fcf714326e567dc37">
    633633<!ENTITY systemd-home     "https://www.freedesktop.org/wiki/Software/systemd/">
    634 <!ENTITY systemd-man-size "460 KB">
     634<!ENTITY systemd-man-size "456 KB">
    635635<!--<!ENTITY systemd-man-url  "&anduin-sources;/systemd-man-pages-&systemd-version;-&systemd-stable;.tar.xz">-->
    636636<!ENTITY systemd-man-url  "&anduin-sources;/systemd-man-pages-&systemd-version;.tar.xz">
    637 <!ENTITY systemd-man-md5  "ca49a25e1cf330b02adc07218f430dae">
     637<!ENTITY systemd-man-md5  "6942e1a9032e19da6639f9705241d119">
    638638<!ENTITY systemd-ch6-du   "226 MB">
    639639<!ENTITY systemd-ch6-sbu  "2.4 SBU">
  • patches.ent

    ra9ae07b6 r5323dbf  
    5757<!ENTITY sysvinit-consolidated-patch-md5 "4900322141d493e74020c9cf437b2cdc">
    5858<!ENTITY sysvinit-consolidated-patch-size "2.4 KB">
    59 
     59<!--
    6060<!ENTITY systemd-security-patch "systemd-&systemd-version;-security_fixes-2.patch">
    6161<!ENTITY systemd-security-patch-md5 "10abebce8ff5d9fd402623ace39b5ab8">
    6262<!ENTITY systemd-security-patch-size "14 KB">
     63-->
Note: See TracChangeset for help on using the changeset viewer.