Changeset 22009fb


Ignore:
Timestamp:
12/04/2020 04:05:25 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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, 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:
fe42b2f
Parents:
bfe0b0b
Message:

Update to systemd-247
Update to bc-3.2.3
Update to linux-5.9.12
Incorporate kernel changes from rhubarbpieguy

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rbfe0b0b r22009fb  
    4343    appropriate for the entry or if needed the entire day's listitem.
    4444    -->
     45    <listitem>
     46      <itemizedlist>
     47      <para>2020-12-03</para>
     48        <listitem>
     49          <para>[renodr] - Update to linux-5.9.12. Fixes
     50          <ulink url="&lfs-ticket-root;4763">#4673</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[renodr] - Update to bc-3.2.3. Fixes
     54          <ulink url="&lfs-ticket-root;4762">#4672</ulink>.</para>
     55        </listitem>
     56        <listitem revision="systemd">
     57          <para>[renodr] - Update to systemd-247. Fixes
     58          <ulink url="&lfs-ticket-root;4745">#4745</ulink>.</para>
     59        </listitem>
     60      </itemizedlist>
     61    </listitem>
    4562
    4663    <listitem>
  • chapter01/whatsnew.xml

    rbfe0b0b r22009fb  
    229229      <para>Sysklogd-&sysklogd-version;</para>
    230230    </listitem>-->
    231     <!--<listitem revision="systemd">
     231    <listitem revision="systemd">
    232232      <para>Systemd-&systemd-version;</para>
    233     </listitem>-->
     233    </listitem>
    234234    <listitem revision="sysv">
    235235      <para>SysVinit-&sysvinit-version;</para>
     
    282282      <para>autoconf-2.69-consolidated_fixes-1.patch</para>
    283283    </listitem>
    284 
     284    <listitem>
     285      <para>systemd-247-upstream_fixes-1.patch</para>
     286    </listitem>
    285287
    286288  </itemizedlist>
  • chapter03/patches.xml

    rbfe0b0b r22009fb  
    100100    </varlistentry>
    101101
    102 <!--
    103102    <varlistentry revision="systemd">
    104       <term>Systemd GCC-10 Patch - <token>&systemd-gcc10-patch-size;</token>:</term>
     103      <term>Systemd Upstream Fixes Patch - <token>&systemd-upstream-fixes-patch-size;</token>:</term>
    105104      <listitem>
    106         <para>Download: <ulink url="&patches-root;&systemd-gcc10-patch;"/></para>
    107         <para>MD5 sum: <literal>&systemd-gcc10-patch-md5;</literal></para>
     105        <para>Download: <ulink url="&patches-root;&systemd-upstream-fixes-patch;"/></para>
     106        <para>MD5 sum: <literal>&systemd-upstream-fixes-patch-md5;</literal></para>
    108107      </listitem>
    109108    </varlistentry>
    110 -->
    111109
    112110  </variablelist>
  • chapter08/systemd.xml

    rbfe0b0b r22009fb  
    4747-->
    4848
     49    <para>First, apply a patch to fix some regressions:</para>
     50
     51<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen>
     52
    4953    <para>Create a symlink to work around the xsltproc command not being installed:</para>
    5054
     
    5761    <para>Remove tests that cannot be built in chroot:</para>
    5862
    59 <screen><userinput remap="pre">sed '177,$ d' -i src/resolve/meson.build</userinput></screen>
     63<screen><userinput remap="pre">sed '181,$ d' -i src/resolve/meson.build</userinput></screen>
    6064
    6165    <para>Remove an unneeded group,
     
    9397      -Duserdb=false                \
    9498      -Dman=true                    \
     99      -Dmode=release                \
    95100      -Ddocdir=/usr/share/doc/systemd-&systemd-version; \
    96101      ..</userinput></screen>
     
    239244        (symlink to systemctl), systemctl, systemd-analyze,
    240245        systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop,
    241         systemd-delta, systemd-detect-virt, systemd-escape, systemd-hwdb,
    242         systemd-id128, systemd-inhibit, systemd-machine-id-setup,
     246        systemd-delta, systemd-detect-virt, systemd-dissect, systemd-escape,
     247        systemd-hwdb, systemd-id128, systemd-inhibit, systemd-machine-id-setup,
    243248        systemd-mount, systemd-notify, systemd-nspawn, systemd-path,
    244249        systemd-repart, systemd-resolve (symlink to resolvectl), systemd-run,
     
    568573      </varlistentry>
    569574
     575      <varlistentry id="systemd-dissect">
     576        <term><command>systemd-dissect</command></term>
     577        <listitem>
     578          <para>Is used to inspect OS disk images.</para>
     579          <indexterm zone="ch-system-systemd systemd-dissect">
     580            <primary sortas="b-systemd-dissect">systemd-dissect</primary>
     581          </indexterm>
     582        </listitem>
     583      </varlistentry>
     584
    570585      <varlistentry id="systemd-escape">
    571586        <term><command>systemd-escape</command></term>
  • chapter10/kernel.xml

    rbfe0b0b r22009fb  
    134134   [*] Inotify support for userspace [CONFIG_INOTIFY_USER]
    135135  Pseudo filesystems  ---&gt;
    136    [*] Tmpfs POSIX Access Control Lists [CONFIG_TMPFS_POSIX_ACL]
    137    [*] Tmpfs extended attributes [CONFIG_TMPFS_XATTR]</screen>
     136   [*] Tmpfs POSIX Access Control Lists [CONFIG_TMPFS_POSIX_ACL]</screen>
    138137    </note>
    139138
  • general.ent

    rbfe0b0b r22009fb  
    1 <!ENTITY version         "SVN-20201201">
     1<!ENTITY version         "SVN-20201203">
    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        "20201201-systemd">
     6<!ENTITY versiond        "20201203-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "December 1st, 2020">
     10<!ENTITY releasedate     "December 3rd, 2020">
    1111
    1212<!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    rbfe0b0b r22009fb  
    5858<!ENTITY bash-fin-sbu "2.4 SBU">
    5959
    60 <!ENTITY bc-version "3.2.1">
    61 <!ENTITY bc-size "220 KB">
     60<!ENTITY bc-version "3.2.3">
     61<!ENTITY bc-size "224 KB">
    6262<!ENTITY bc-url "https://github.com/gavinhoward/bc/releases/download/&bc-version;/bc-&bc-version;.tar.xz">
    63 <!ENTITY bc-md5 "c5b85b98a71880798cff3833ac7929e0">
     63<!ENTITY bc-md5 "ef031f3d0ffd02a0965a670efa95c3e8">
    6464<!ENTITY bc-home "https://git.yzena.com/gavin/bc">
    6565<!ENTITY bc-fin-du "6.5 MB">
     
    418418<!ENTITY linux-major-version "5">
    419419<!ENTITY linux-minor-version "9">
    420 <!ENTITY linux-patch-version "11">
     420<!ENTITY linux-patch-version "12">
    421421<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    422422<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    423 <!ENTITY linux-size "112,840 KB">
     423<!ENTITY linux-size "112,852 KB">
    424424<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    425 <!ENTITY linux-md5 "530543935698468bf30dfacd4a20d84f">
     425<!ENTITY linux-md5 "63c6408b3ef9c853b0849a5111c310b9">
    426426<!ENTITY linux-home "https://www.kernel.org/">
    427427<!-- measured for 5.8.3 / gcc-10.2.0 on x86_64 : minimum is
     
    622622<!ENTITY sysklogd-fin-sbu "less than 0.1 SBU">
    623623
    624 <!ENTITY systemd-version  "246">
     624<!ENTITY systemd-version  "247">
    625625<!--<!ENTITY systemd-stable   "6b4878d">-->
    626626<!-- The above entity is used whenever we move to a stable backport branch. In the event of a critical problem or kernel
    627627     change that is incompatible, we will switch to the backport branch until the next stable release. -->
    628 <!ENTITY systemd-size     "9,312 KB">
     628<!ENTITY systemd-size     "9,656 KB">
    629629<!ENTITY systemd-url      "&github;/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
    630630<!--<!ENTITY systemd-url      "&anduin-sources;/systemd-&systemd-version;-&systemd-stable;.tar.xz">-->
    631 <!ENTITY systemd-md5      "a3e9efa72d0309dd26513a221cdff31b">
     631<!ENTITY systemd-md5      "b0d6e603b814908acc69db29bbfb023c">
    632632<!ENTITY systemd-home     "https://www.freedesktop.org/wiki/Software/systemd/">
    633 <!ENTITY systemd-man-size "592 KB">
     633<!ENTITY systemd-man-size "612 KB">
    634634<!--<!ENTITY systemd-man-url  "&anduin-sources;/systemd-man-pages-&systemd-version;-&systemd-stable;.tar.xz">-->
    635635<!ENTITY systemd-man-url  "&anduin-sources;/systemd-man-pages-&systemd-version;.tar.xz">
    636 <!ENTITY systemd-man-md5  "819cc8ccffe51cb1863846fcb59a784a">
    637 <!ENTITY systemd-fin-du   "262 MB">
    638 <!ENTITY systemd-fin-sbu  "2.0 SBU">
     636<!ENTITY systemd-man-md5  "438c98be200e1c3b308e58a3399d4465">
     637<!ENTITY systemd-fin-du   "264 MB">
     638<!ENTITY systemd-fin-sbu  "1.8 SBU">
    639639
    640640<!ENTITY sysvinit-version "2.98">
  • patches.ent

    rbfe0b0b r22009fb  
    6363<!ENTITY sysvinit-consolidated-patch-size "2.4 KB">
    6464
    65 <!-- Use if there is a need to create another consolidated patch.
    66      So far, with 244, all is quiet.
    67 <!ENTITY systemd-consolidated-patch "systemd-&systemd-version;-consolidated_fixes-2.patch">
    68 <!ENTITY systemd-consolidated-patch-md5 "2bad2992f4373eb925885f2ea2fb8d14">
    69 <!ENTITY systemd-consolidated-patch-size "64 KB">
    70 -->
     65<!ENTITY systemd-upstream-fixes-patch "systemd-&systemd-version;-upstream_fixes-1.patch">
     66<!ENTITY systemd-upstream-fixes-patch-md5 "573a166f3620875208f78bf4dc431c8b">
     67<!ENTITY systemd-upstream-fixes-patch-size "8 KB">
Note: See TracChangeset for help on using the changeset viewer.