Changeset 22009fb
- Timestamp:
- 12/04/2020 04:05:25 AM (3 years ago)
- 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, 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/parallelism, xry111/pip3, xry111/rust-wip-20221008
- Children:
- fe42b2f
- Parents:
- bfe0b0b
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rbfe0b0b r22009fb 43 43 appropriate for the entry or if needed the entire day's listitem. 44 44 --> 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> 45 62 46 63 <listitem> -
chapter01/whatsnew.xml
rbfe0b0b r22009fb 229 229 <para>Sysklogd-&sysklogd-version;</para> 230 230 </listitem>--> 231 < !--<listitem revision="systemd">231 <listitem revision="systemd"> 232 232 <para>Systemd-&systemd-version;</para> 233 </listitem> -->233 </listitem> 234 234 <listitem revision="sysv"> 235 235 <para>SysVinit-&sysvinit-version;</para> … … 282 282 <para>autoconf-2.69-consolidated_fixes-1.patch</para> 283 283 </listitem> 284 284 <listitem> 285 <para>systemd-247-upstream_fixes-1.patch</para> 286 </listitem> 285 287 286 288 </itemizedlist> -
chapter03/patches.xml
rbfe0b0b r22009fb 100 100 </varlistentry> 101 101 102 <!--103 102 <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> 105 104 <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> 108 107 </listitem> 109 108 </varlistentry> 110 -->111 109 112 110 </variablelist> -
chapter08/systemd.xml
rbfe0b0b r22009fb 47 47 --> 48 48 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 49 53 <para>Create a symlink to work around the xsltproc command not being installed:</para> 50 54 … … 57 61 <para>Remove tests that cannot be built in chroot:</para> 58 62 59 <screen><userinput remap="pre">sed '1 77,$ d' -i src/resolve/meson.build</userinput></screen>63 <screen><userinput remap="pre">sed '181,$ d' -i src/resolve/meson.build</userinput></screen> 60 64 61 65 <para>Remove an unneeded group, … … 93 97 -Duserdb=false \ 94 98 -Dman=true \ 99 -Dmode=release \ 95 100 -Ddocdir=/usr/share/doc/systemd-&systemd-version; \ 96 101 ..</userinput></screen> … … 239 244 (symlink to systemctl), systemctl, systemd-analyze, 240 245 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, 243 248 systemd-mount, systemd-notify, systemd-nspawn, systemd-path, 244 249 systemd-repart, systemd-resolve (symlink to resolvectl), systemd-run, … … 568 573 </varlistentry> 569 574 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 570 585 <varlistentry id="systemd-escape"> 571 586 <term><command>systemd-escape</command></term> -
chapter10/kernel.xml
rbfe0b0b r22009fb 134 134 [*] Inotify support for userspace [CONFIG_INOTIFY_USER] 135 135 Pseudo filesystems ---> 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> 138 137 </note> 139 138 -
general.ent
rbfe0b0b r22009fb 1 <!ENTITY version "SVN-2020120 1">1 <!ENTITY version "SVN-20201203"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 3 Change to x.y for release but not -rc releases --> 4 4 <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> 5 5 6 <!ENTITY versiond "2020120 1-systemd">6 <!ENTITY versiond "20201203-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "December 1st, 2020">10 <!ENTITY releasedate "December 3rd, 2020"> 11 11 12 12 <!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – --> -
packages.ent
rbfe0b0b r22009fb 58 58 <!ENTITY bash-fin-sbu "2.4 SBU"> 59 59 60 <!ENTITY bc-version "3.2. 1">61 <!ENTITY bc-size "22 0KB">60 <!ENTITY bc-version "3.2.3"> 61 <!ENTITY bc-size "224 KB"> 62 62 <!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"> 64 64 <!ENTITY bc-home "https://git.yzena.com/gavin/bc"> 65 65 <!ENTITY bc-fin-du "6.5 MB"> … … 418 418 <!ENTITY linux-major-version "5"> 419 419 <!ENTITY linux-minor-version "9"> 420 <!ENTITY linux-patch-version "1 1">420 <!ENTITY linux-patch-version "12"> 421 421 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> 422 422 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> 423 <!ENTITY linux-size "112,8 40KB">423 <!ENTITY linux-size "112,852 KB"> 424 424 <!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"> 426 426 <!ENTITY linux-home "https://www.kernel.org/"> 427 427 <!-- measured for 5.8.3 / gcc-10.2.0 on x86_64 : minimum is … … 622 622 <!ENTITY sysklogd-fin-sbu "less than 0.1 SBU"> 623 623 624 <!ENTITY systemd-version "24 6">624 <!ENTITY systemd-version "247"> 625 625 <!--<!ENTITY systemd-stable "6b4878d">--> 626 626 <!-- The above entity is used whenever we move to a stable backport branch. In the event of a critical problem or kernel 627 627 change that is incompatible, we will switch to the backport branch until the next stable release. --> 628 <!ENTITY systemd-size "9, 312KB">628 <!ENTITY systemd-size "9,656 KB"> 629 629 <!ENTITY systemd-url "&github;/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz"> 630 630 <!--<!ENTITY systemd-url "&anduin-sources;/systemd-&systemd-version;-&systemd-stable;.tar.xz">--> 631 <!ENTITY systemd-md5 " a3e9efa72d0309dd26513a221cdff31b">631 <!ENTITY systemd-md5 "b0d6e603b814908acc69db29bbfb023c"> 632 632 <!ENTITY systemd-home "https://www.freedesktop.org/wiki/Software/systemd/"> 633 <!ENTITY systemd-man-size " 592 KB">633 <!ENTITY systemd-man-size "612 KB"> 634 634 <!--<!ENTITY systemd-man-url "&anduin-sources;/systemd-man-pages-&systemd-version;-&systemd-stable;.tar.xz">--> 635 635 <!ENTITY systemd-man-url "&anduin-sources;/systemd-man-pages-&systemd-version;.tar.xz"> 636 <!ENTITY systemd-man-md5 " 819cc8ccffe51cb1863846fcb59a784a">637 <!ENTITY systemd-fin-du "26 2MB">638 <!ENTITY systemd-fin-sbu " 2.0SBU">636 <!ENTITY systemd-man-md5 "438c98be200e1c3b308e58a3399d4465"> 637 <!ENTITY systemd-fin-du "264 MB"> 638 <!ENTITY systemd-fin-sbu "1.8 SBU"> 639 639 640 640 <!ENTITY sysvinit-version "2.98"> -
patches.ent
rbfe0b0b r22009fb 63 63 <!ENTITY sysvinit-consolidated-patch-size "2.4 KB"> 64 64 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.