Changeset 6d19228


Ignore:
Timestamp:
12/30/2021 05:39:08 PM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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, 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:
ad89f7b0, af4bd57
Parents:
6ecd0692
Message:

Package Updates:

Update to systemd-250 (BLFS coming shortly)
Update to meson-0.60.3
Kernel Configuration: Enable the framebuffer since it's disabled by
default in Linux-5.15.
Kernel Configuration: Add a note about CONFIG_DEFAULT_HOSTNAME on
systemd.

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r6ecd0692 r6d19228  
    4141    -->
    4242    <listitem>
     43      <para>2021-12-30</para>
     44      <itemizedlist>
     45        <listitem revision="systemd">
     46          <para>[renodr] - Update to systemd-250. Fixes
     47          <ulink url="&lfs-ticket-root;4971">#4971</ulink>.</para>
     48        </listitem>
     49        <listitem>
     50          <para>[renodr] - Update to meson-0.60.3. Fixes
     51          <ulink url="&lfs-ticket-root;4973">#4973</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4357      <para>2021-12-15</para>
    4458      <itemizedlist>
  • chapter01/whatsnew.xml

    r6ecd0692 r6d19228  
    235235      <para>Sysklogd-&sysklogd-version;</para>
    236236    </listitem>-->
    237     <!--<listitem revision="systemd">
     237    <listitem revision="systemd">
    238238      <para>Systemd-&systemd-version;</para>
    239     </listitem>-->
     239    </listitem>
    240240    <listitem revision="sysv">
    241241      <para>SysVinit-&sysvinit-version;</para>
  • chapter03/patches.xml

    r6ecd0692 r6d19228  
    120120    </varlistentry>
    121121
     122    <!--
    122123    <varlistentry revision="systemd">
    123124      <term>Systemd Upstream Fixes Patch - <token>&systemd-upstream-fixes-patch-size;</token>:</term>
     
    127128      </listitem>
    128129    </varlistentry>
     130    -->
    129131
    130132  </variablelist>
  • chapter08/systemd.xml

    r6ecd0692 r6d19228  
    4242
    4343    <!--Fix CVE-2021-33910 -->
     44    <!--
    4445    <para>First, apply a patch to fix a security vulnerability:</para>
    4546
    4647<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen>
    47 
    48 <!-- Seems to be not needed anymore with 248
    49     <para>Remove tests that cannot be built in chroot:</para>
    50 
    51 <screen><userinput remap="pre">sed '177,$ d' -i src/resolve/meson.build</userinput></screen>
    5248-->
    5349
     
    5955 <screen><userinput remap="pre">sed -i -e 's/GROUP="render"/GROUP="video"/' \
    6056        -e 's/GROUP="sgx", //' rules.d/50-udev-default.rules.in</userinput></screen>
    61 
    62     <para>Fix a meson problem:</para>
    63 
    64  <screen><userinput remap="pre">sed -i 's/+ want_libfuzzer.*$/and want_libfuzzer/' meson.build</userinput></screen>
    65 
    66  <para>Fix a problem when building with kernel headers from Linux-5.14 and
    67  later:</para>
    68 
    69  <screen><userinput remap="pre">sed -i '/ARPHRD_CAN/a#define ARPHRD_MCTP        290' src/basic/linux/if_arp.h</userinput></screen>
    7057
    7158    <para>Prepare systemd for compilation:</para>
     
    217204
    218205<screen><userinput remap="adjust">systemctl disable systemd-time-wait-sync.service</userinput></screen>
     206
     207    <para>Fix a regression in a systemd unit that causes a delay when
     208    switching TTYs:</para>
     209
     210<screen><userinput remap="adjust">sed -i 's/idle/simple/' /usr/lib/systemd/system/getty@.service</userinput></screen>
    219211
    220212<!-- dev: 50-pid-max.conf is not removed in BLFS, so I commented the following out.
  • chapter10/kernel.xml

    r6ecd0692 r6d19228  
    109109   &lt; &gt; Enable kernel headers through /sys/kernel/kheaders.tar.xz [CONFIG_IKHEADERS]
    110110Device Drivers  ---&gt;
     111  Graphics support ---&gt;
     112   Frame buffer Devices ---&gt;
     113      [*] Support for frame buffer devices ----
    111114  Generic Driver Options  ---&gt;
    112115   [ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
     
    128131   &lt;*&gt; The IPv6 protocol [CONFIG_IPV6]
    129132Device Drivers  ---&gt;
     133  Graphics support ---&gt;
     134   Frame buffer Devices ---&gt;
     135      [*] Support for frame buffer devices ----
    130136  Generic Driver Options  ---&gt;
    131137   [ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
     
    204210    configuration menus and create the kernel configuration from
    205211    scratch.</para>
     212
     213    <note revision="systemd">
     214      <para revision="systemd">Ensure that CONFIG_DEFAULT_HOSTNAME is set to 'none' or a hostname.
     215      If it is left blank, your system will not start.</para>
     216    </note>
    206217
    207218    <para>Compile the kernel image and modules:</para>
  • packages.ent

    r6ecd0692 r6d19228  
    492492<!ENTITY markupsafe-fin-sbu "less than 0.1 SBU">
    493493
    494 <!ENTITY meson-version "0.60.2">
    495 <!ENTITY meson-size "1,952 KB">
     494<!ENTITY meson-version "0.60.3">
     495<!ENTITY meson-size "1,956 KB">
    496496<!ENTITY meson-url "&github;/mesonbuild/meson/releases/download/&meson-version;/meson-&meson-version;.tar.gz">
    497 <!ENTITY meson-md5 "48a898e25f35e57a1b72c2b578884960">
     497<!ENTITY meson-md5 "03ddd7272d8cbb9f33269cb37a200d24">
    498498<!ENTITY meson-home "https://mesonbuild.com">
    499499<!ENTITY meson-fin-du "40 MB">
     
    641641<!ENTITY sysklogd-fin-sbu "less than 0.1 SBU">
    642642
    643 <!ENTITY systemd-version  "249">
     643<!ENTITY systemd-version  "250">
    644644<!--<!ENTITY systemd-stable   "6b4878d">-->
    645645<!-- The above entity is used whenever we move to a stable backport branch. In the event of a critical problem or kernel
    646646     change that is incompatible, we will switch to the backport branch until the next stable release. -->
    647 <!ENTITY systemd-size     "10,344 KB">
     647<!ENTITY systemd-size     "10,856 KB">
    648648<!ENTITY systemd-url      "&github;/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
    649649<!--<!ENTITY systemd-url      "&anduin-sources;/systemd-&systemd-version;-&systemd-stable;.tar.xz">-->
    650 <!ENTITY systemd-md5      "8e8adf909c255914dfc10709bd372e69">
     650<!ENTITY systemd-md5      "8929beb037c587ada4ed201f19756fe2">
    651651<!ENTITY systemd-home     "https://www.freedesktop.org/wiki/Software/systemd/">
    652 <!ENTITY systemd-man-version "249">
    653 <!ENTITY systemd-man-size "584 KB">
     652<!ENTITY systemd-man-version "250">
     653<!ENTITY systemd-man-size "596 KB">
    654654<!--<!ENTITY systemd-man-url  "&anduin-sources;/systemd-man-pages-&systemd-version;-&systemd-stable;.tar.xz">-->
    655655<!ENTITY systemd-man-url  "&anduin-sources;/systemd-man-pages-&systemd-man-version;.tar.xz">
    656 <!ENTITY systemd-man-md5  "d9f2508d6b114b1c02476cd79b8fc786">
     656<!ENTITY systemd-man-md5  "af3aca39abe4e990cb2a9ac63dcdf506">
    657657<!ENTITY systemd-fin-du   "277 MB">
    658658<!ENTITY systemd-fin-sbu  "2.3 SBU">
  • patches.ent

    r6ecd0692 r6d19228  
    7979<!ENTITY sysvinit-consolidated-patch-size "2.4 KB">
    8080
     81<!--
    8182<!ENTITY systemd-upstream-fixes-patch "systemd-&systemd-version;-upstream_fixes-1.patch">
    8283<!ENTITY systemd-upstream-fixes-patch-md5 "a4449dedf514486b8995ee501d1bb8cc">
    8384<!ENTITY systemd-upstream-fixes-patch-size "4 KB">
     85-->
Note: See TracChangeset for help on using the changeset viewer.