Changeset 5de5f1b
- Timestamp:
- 09/05/2023 10:30:17 PM (13 months ago)
- Branches:
- multilib, xry111/multilib
- Children:
- f8b6ce0
- Parents:
- 7d0d9ff (diff), e8f0a1b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
appendices/dependencies.xml
r7d0d9ff r5de5f1b 287 287 <seglistitem> 288 288 <seg>Bash, Binutils, Coreutils, Diffutils, File, Flex, Gawk, GCC, 289 Glibc, Grep, Make, Perl, Sed, Texinfo, and Zlib</seg> 289 Glibc, Grep, Make, Perl, Pkgconf, Sed, Texinfo, Zlib, and 290 Zstd</seg> 290 291 </seglistitem> 291 292 </segmentedlist> … … 2519 2520 <segtitle>&before;</segtitle> 2520 2521 <seglistitem> 2521 <seg><phrase revision='systemd'>D-Bus, </phrase>E2fsprogs, 2522 <seg>Binutils, 2523 <phrase revision='systemd'>D-Bus, </phrase>E2fsprogs, 2522 2524 IProute2, Kmod, Man-DB, Procps-ng, Python, 2523 2525 &systemd-udev;, and Util-linux</seg> … … 3397 3399 <segtitle>&before;</segtitle> 3398 3400 <seglistitem> 3399 <seg> GCC, Libelf, and &systemd-udev;</seg>3401 <seg>Binutils, GCC, Libelf, and &systemd-udev;</seg> 3400 3402 </seglistitem> 3401 3403 </segmentedlist> -
chapter01/changelog.xml
r7d0d9ff r5de5f1b 40 40 appropriate for the entry or if needed the entire day's listitem. 41 41 --> 42 43 <listitem> 44 <para>2023-09-05</para> 45 <itemizedlist> 46 <listitem> 47 <para>[xry111] - Move pkgconf before binutils for binutils 48 building system to detect zstd properly. 49 <ulink url='&lfs-ticket-root;5340'>#5340</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[xry111] - Update to linux-6.5.1. Fixes 53 <ulink url='&lfs-ticket-root;5332'>#5332</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[xry111] - Update to pkgconf-2.0.3. Fixes 57 <ulink url='&lfs-ticket-root;5339'>#5339</ulink>.</para> 58 </listitem> 59 <listitem> 60 <para>[xry111] - Update to dbus-1.14.10. Fixes 61 <ulink url='&lfs-ticket-root;5337'>#5337</ulink>.</para> 62 </listitem> 63 </itemizedlist> 64 </listitem> 42 65 43 66 <listitem> -
chapter08/chapter08.xml
r7d0d9ff r5de5f1b 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="expect.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dejagnu.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgconf.xml"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="binutils.xml"/> 33 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gmp.xml"/> … … 41 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shadow.xml"/> 42 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc.xml"/> 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgconf.xml"/>44 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/> 45 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sed.xml"/> -
chapter08/stripping.xml
r7d0d9ff r5de5f1b 114 114 libreadline.so.&readline-soversion; 115 115 libz.so.&zlib-version; 116 libzstd.so.&zstd-version; 116 117 $(cd /usr/lib; find libnss*.so* -type f)" 117 118 -
chapter08/util-linux.xml
r7d0d9ff r5de5f1b 1363 1363 unique among all UUIDs created, on the local system and on other 1364 1364 systems, in the past and in the future, with extremely high 1365 probability (~340 trillion trillion trillion unique UUIDs are possible)</para> 1365 probability (2<superscript>128</superscript> UUIDs are 1366 possible)</para> 1366 1367 <indexterm zone="ch-system-util-linux uuidgen"> 1367 1368 <primary sortas="b-uuidgen">uuidgen</primary> -
packages.ent
r7d0d9ff r5de5f1b 115 115 <!ENTITY coreutils-fin-sbu "0.9 SBU"> 116 116 117 <!ENTITY dbus-version "1.14. 8">118 <!ENTITY dbus-size "1,34 0KB">117 <!ENTITY dbus-version "1.14.10"> 118 <!ENTITY dbus-size "1,344 KB"> 119 119 <!ENTITY dbus-url "https://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.xz"> 120 <!ENTITY dbus-md5 " da42f55aeec51b355587bc3062fc2d41">120 <!ENTITY dbus-md5 "46070a3487817ff690981f8cd2ba9376"> 121 121 <!ENTITY dbus-home "https://www.freedesktop.org/wiki/Software/dbus"> 122 122 <!ENTITY dbus-fin-du "20 MB"> … … 442 442 443 443 <!ENTITY linux-major-version "6"> 444 <!ENTITY linux-minor-version " 4">445 <!ENTITY linux-patch-version "1 2">444 <!ENTITY linux-minor-version "5"> 445 <!ENTITY linux-patch-version "1"> 446 446 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> 447 447 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> 448 <!ENTITY linux-size "13 4,616KB">448 <!ENTITY linux-size "135,684 KB"> 449 449 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> 450 <!ENTITY linux-md5 "2 4570ba0ef9dd592bd640a1a41686fac">450 <!ENTITY linux-md5 "228479f37b3face05b53bd7f8906abe0"> 451 451 <!ENTITY linux-home "https://www.kernel.org/"> 452 452 <!-- measured for 5.13.4 / gcc-11.1.0 on x86_64 : minimum is … … 577 577 <!ENTITY perl-fin-sbu "7.1 SBU"> 578 578 579 <!ENTITY pkgconf-version "2.0. 2">579 <!ENTITY pkgconf-version "2.0.3"> 580 580 <!ENTITY pkgconf-size "304 KB"> 581 581 <!ENTITY pkgconf-url "https://distfiles.ariadne.space/pkgconf/pkgconf-&pkgconf-version;.tar.xz"> 582 <!ENTITY pkgconf-md5 " 9bc6eee9dc86e96f855ce70a39a12bd3">582 <!ENTITY pkgconf-md5 "b82ca48ed3097adfa007ee71489b6719"> 583 583 <!ENTITY pkgconf-home "http://pkgconf.org/"> 584 584 <!ENTITY pkgconf-fin-du "4.6 MB">
Note:
See TracChangeset
for help on using the changeset viewer.