Changeset beaca0e
- Timestamp:
- 01/16/2021 07:59:34 AM (4 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, 12.1, 12.1-rc1, 12.2, 12.2-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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- 95e2d2b
- Parents:
- 5fffcda0
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r5fffcda0 rbeaca0e 44 44 --> 45 45 <listitem> 46 <para>2020-01-16</para> 47 <itemizedlist> 48 <listitem> 49 <para>[renodr] - Update to findutils-4.8.0. Fixes 50 <ulink url="&lfs-ticket-root;4785">#4785</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[renodr] - Update to kmod-28. Fixes 54 <ulink url="&lfs-ticket-root;4784">#4784</ulink>.</para> 55 </listitem> 56 <listitem> 57 <para>[renodr] - Update to tar-1.33. Fixes 58 <ulink url="&lfs-ticket-root;4783">#4783</ulink>.</para> 59 </listitem> 60 <listitem> 61 <para>[renodr] - Update to linux-5.10.7. Fixes 62 <ulink url="&lfs-ticket-root;4782">#4782</ulink>.</para> 63 </listitem> 64 <listitem> 65 <para>[renodr] - Update to meson-0.56.2. Fixes 66 <ulink url="&lfs-ticket-root;4781">#4781</ulink>.</para> 67 </listitem> 68 <listitem> 69 <para>[renodr] - Update to tcl-8.6.11. Fixes 70 <ulink url="&lfs-ticket-root;4780">#4780</ulink>.</para> 71 </listitem> 72 </itemizedlist> 73 </listitem> 74 75 <listitem> 46 76 <para>2021-01-13</para> 47 77 <itemizedlist> … … 51 81 <listitem> 52 82 <para>[xry111] - Remove various references to deprecated 53 /var/run, use /run instead ly.</para>83 /var/run, use /run instead.</para> 54 84 </listitem> 55 85 <listitem revision="sysv"> -
chapter01/whatsnew.xml
r5fffcda0 rbeaca0e 88 88 <para>File-&file-version;</para> 89 89 </listitem>--> 90 < !--<listitem>90 <listitem> 91 91 <para>Findutils-&findutils-version;</para> 92 </listitem> -->92 </listitem> 93 93 <!--<listitem> 94 94 <para>Flex-&flex-version;</para> … … 142 142 <para>Kbd-&kbd-version;</para> 143 143 </listitem> 144 < !--<listitem>144 <listitem> 145 145 <para>Kmod-&kmod-version;</para> 146 </listitem> -->146 </listitem> 147 147 <listitem> 148 148 <para>Less-&less-version;</para> … … 235 235 <para>SysVinit-&sysvinit-version;</para> 236 236 </listitem> 237 < !--<listitem>237 <listitem> 238 238 <para>Tar-&tar-version;</para> 239 </listitem> -->240 < !--<listitem>239 </listitem> 240 <listitem> 241 241 <para>Tcl-&tcl-version;</para> 242 </listitem> -->242 </listitem> 243 243 <!--<listitem> 244 244 <para>Texinfo-&texinfo-version;</para> … … 279 279 <title>Added:</title> 280 280 <listitem><para></para></listitem> <!-- satisfy build --> 281 < listitem>281 <!--<listitem> 282 282 <para>meson-0.56.0-upstream_fix-1.patch</para> 283 </listitem>283 </listitem>--> 284 284 <listitem> 285 285 <para>systemd-247-upstream_fixes-1.patch</para> -
chapter03/patches.xml
r5fffcda0 rbeaca0e 85 85 </varlistentry> 86 86 87 <!-- 87 88 <varlistentry> 88 89 <term>Meson Upstream Fix Patch - <token>&meson-fix-patch-size;</token>:</term> … … 92 93 </listitem> 93 94 </varlistentry> 94 95 --> 95 96 <!-- 96 97 <varlistentry> -
chapter08/gdbm.xml
r5fffcda0 rbeaca0e 75 75 76 76 <screen><userinput remap="test">make check</userinput></screen> 77 78 <para> 79 One test, <filename>VERSION</filename>, is known to fail. 80 </para> 77 81 78 82 <para>Install the package:</para> -
chapter08/kmod.xml
r5fffcda0 rbeaca0e 49 49 --with-rootlibdir=/lib \ 50 50 --with-xz \ 51 --with-zstd \ 51 52 --with-zlib</userinput></screen> 52 53 … … 55 56 56 57 <varlistentry> 57 <term><parameter>--with-xz, --with-zlib </parameter></term>58 <term><parameter>--with-xz, --with-zlib, --with-zstd</parameter></term> 58 59 <listitem> 59 60 <para>These options enable Kmod to handle compressed kernel modules.</para> -
chapter08/meson.xml
r5fffcda0 rbeaca0e 49 49 <title>Installation of Meson</title> 50 50 51 <!-- Applied in 0.56.2 51 52 <para>First, apply a patch that fixes an issue with pkgconfig files 52 53 for static libraries:</para> 53 54 54 55 <screen><userinput remap="pre">patch -Np1 -i ../&meson-fix-patch;</userinput></screen> 55 56 --> 56 57 <para>Compile Meson with the following command:</para> 57 58 -
chapter08/revisedchroot.xml
r5fffcda0 rbeaca0e 70 70 71 71 <para>The <filename class="directory">/tools</filename> directory can also 72 be removed to further gain some place:</para>72 be removed to further gain some space:</para> 73 73 74 74 <screen><userinput>rm -rf /tools</userinput></screen> -
general.ent
r5fffcda0 rbeaca0e 1 <!ENTITY version "SVN-2021011 3">1 <!ENTITY version "SVN-20210116"> 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 "2021011 3-systemd">6 <!ENTITY versiond "20210116-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "January 1 3th, 2021">10 <!ENTITY releasedate "January 16th, 2021"> 11 11 12 12 <!ENTITY copyrightdate "1999-2021"><!-- jhalfs needs a literal dash, not – --> -
packages.ent
r5fffcda0 rbeaca0e 190 190 <!ENTITY file-fin-sbu "0.1 SBU"> 191 191 192 <!ENTITY findutils-version "4. 7.0">193 <!ENTITY findutils-size "1, 851KB">192 <!ENTITY findutils-version "4.8.0"> 193 <!ENTITY findutils-size "1,940 KB"> 194 194 <!ENTITY findutils-url "&gnu;findutils/findutils-&findutils-version;.tar.xz"> 195 <!ENTITY findutils-md5 " 731356dec4b1109b812fecfddfead6b2">195 <!ENTITY findutils-md5 "eeefe2e6380931a77dfa6d9350b43186"> 196 196 <!ENTITY findutils-home "&gnu-software;findutils/"> 197 197 <!ENTITY findutils-tmp-du "40 MB"> … … 360 360 <!ENTITY kbd-fin-sbu "0.2 SBU"> 361 361 362 <!ENTITY kmod-version "2 7">363 <!ENTITY kmod-size "5 37KB">362 <!ENTITY kmod-version "28"> 363 <!ENTITY kmod-size "540 KB"> 364 364 <!ENTITY kmod-url "&kernel;linux/utils/kernel/kmod/kmod-&kmod-version;.tar.xz"> 365 <!ENTITY kmod-md5 " 3973a74786670d3062d89a827e266581">365 <!ENTITY kmod-md5 "0a2b887b1b3dfb8c0b3f41f598203e56"> 366 366 <!ENTITY kmod-home " "> 367 367 <!ENTITY kmod-fin-du "13 MB"> … … 418 418 <!ENTITY linux-major-version "5"> 419 419 <!ENTITY linux-minor-version "10"> 420 <!ENTITY linux-patch-version " 4">420 <!ENTITY linux-patch-version "7"> 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 "113,88 0KB">423 <!ENTITY linux-size "113,884 KB"> 424 424 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> 425 <!ENTITY linux-md5 " 650f047a5fc947276ef6ae513b773c9b">425 <!ENTITY linux-md5 "cd6bbb5f0bc7cef3deab42d873bd0d2b"> 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 … … 473 473 <!ENTITY man-pages-fin-sbu "less than 0.1 SBU"> 474 474 475 <!ENTITY meson-version "0.56. 0">476 <!ENTITY meson-size "1,75 3KB">475 <!ENTITY meson-version "0.56.2"> 476 <!ENTITY meson-size "1,756 KB"> 477 477 <!ENTITY meson-url "&github;/mesonbuild/meson/releases/download/&meson-version;/meson-&meson-version;.tar.gz"> 478 <!ENTITY meson-md5 " 67ce2c0c3eab1b8ee9ddaa1c5143e7c0">478 <!ENTITY meson-md5 "52b57dc223e39ae8d84f23a74296a89a"> 479 479 <!ENTITY meson-home "https://mesonbuild.com"> 480 480 <!ENTITY meson-fin-du "34 MB"> … … 646 646 <!ENTITY sysvinit-fin-sbu "less than 0.1 SBU"> 647 647 648 <!ENTITY tar-version "1.3 2">649 <!ENTITY tar-size "2, 055KB">648 <!ENTITY tar-version "1.33"> 649 <!ENTITY tar-size "2,176 KB"> 650 650 <!ENTITY tar-url "&gnu;tar/tar-&tar-version;.tar.xz"> 651 <!ENTITY tar-md5 " 83e38700a80a26e30b2df054e69956e5">651 <!ENTITY tar-md5 "e536d6621f9ad06df65c177348bb1215"> 652 652 <!ENTITY tar-home "&gnu-software;tar/"> 653 653 <!ENTITY tar-tmp-du "39 MB"> … … 656 656 <!ENTITY tar-fin-sbu "2.0 SBU"> 657 657 658 <!ENTITY tcl-version "8.6.1 0">658 <!ENTITY tcl-version "8.6.11"> 659 659 <!ENTITY tcl-major-version "8.6"> 660 <!ENTITY tcl-size " 9,907KB">660 <!ENTITY tcl-size "10,020 KB"> 661 661 <!ENTITY tcl-url "https://downloads.sourceforge.net/tcl/tcl&tcl-version;-src.tar.gz"> 662 <!ENTITY tcl-md5 " 97c55573f8520bcab74e21bfd8d0aadc">662 <!ENTITY tcl-md5 "8a4c004f48984a03a7747e9ba06e4da4"> 663 663 <!ENTITY tcl-home "http://tcl.sourceforge.net/"> 664 664 <!ENTITY tcl-docs-url "https://downloads.sourceforge.net/tcl/tcl&tcl-version;-html.tar.gz"> 665 <!ENTITY tcl-docs-md5 " a012711241ba3a5bd4a04e833001d489">666 <!ENTITY tcl-docs-size "1,17 1KB">665 <!ENTITY tcl-docs-md5 "e358a9140c3a171e42f18c8a7f6a36ea"> 666 <!ENTITY tcl-docs-size "1,172 KB"> 667 667 <!ENTITY tcl-tmp-du "83 MB"> 668 668 <!ENTITY tcl-tmp-sbu "4.0 SBU"> -
patches.ent
r5fffcda0 rbeaca0e 54 54 <!ENTITY libpipeline-checks-patch-size "22 KB"> 55 55 --> 56 56 <!-- 57 57 <!ENTITY meson-fix-patch "meson-&meson-version;-upstream_fix-1.patch"> 58 58 <!ENTITY meson-fix-patch-md5 "589012d95c80f256e569598caf27c9a6"> 59 59 <!ENTITY meson-fix-patch-size "2.2 KB"> 60 60 --> 61 61 <!-- 62 62 <!ENTITY ninja-limit-jobs-patch "ninja-&ninja-version;-add_NINJAJOBS_var-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.