Changeset 5de5f1b


Ignore:
Timestamp:
09/05/2023 10:30:17 PM (9 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
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.
Message:

Automatic merge of trunk into multilib

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    r7d0d9ff r5de5f1b  
    287287        <seglistitem>
    288288          <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>
    290291        </seglistitem>
    291292      </segmentedlist>
     
    25192520        <segtitle>&before;</segtitle>
    25202521        <seglistitem>
    2521           <seg><phrase revision='systemd'>D-Bus, </phrase>E2fsprogs,
     2522          <seg>Binutils,
     2523          <phrase revision='systemd'>D-Bus, </phrase>E2fsprogs,
    25222524          IProute2, Kmod, Man-DB, Procps-ng, Python,
    25232525          &systemd-udev;, and Util-linux</seg>
     
    33973399        <segtitle>&before;</segtitle>
    33983400        <seglistitem>
    3399           <seg>GCC, Libelf, and &systemd-udev;</seg>
     3401          <seg>Binutils, GCC, Libelf, and &systemd-udev;</seg>
    34003402        </seglistitem>
    34013403      </segmentedlist>
  • chapter01/changelog.xml

    r7d0d9ff r5de5f1b  
    4040    appropriate for the entry or if needed the entire day's listitem.
    4141    -->
     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>
    4265
    4366    <listitem>
  • chapter08/chapter08.xml

    r7d0d9ff r5de5f1b  
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="expect.xml"/>
    3131  <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"/>
    3233  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="binutils.xml"/>
    3334  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gmp.xml"/>
     
    4142  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shadow.xml"/>
    4243  <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"/>
    4444  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/>
    4545  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sed.xml"/>
  • chapter08/stripping.xml

    r7d0d9ff r5de5f1b  
    114114               libreadline.so.&readline-soversion;
    115115               libz.so.&zlib-version;
     116               libzstd.so.&zstd-version;
    116117               $(cd /usr/lib; find libnss*.so* -type f)"
    117118
  • chapter08/util-linux.xml

    r7d0d9ff r5de5f1b  
    13631363          unique among all UUIDs created, on the local system and on other
    13641364          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>
    13661367          <indexterm zone="ch-system-util-linux uuidgen">
    13671368            <primary sortas="b-uuidgen">uuidgen</primary>
  • packages.ent

    r7d0d9ff r5de5f1b  
    115115<!ENTITY coreutils-fin-sbu "0.9 SBU">
    116116
    117 <!ENTITY dbus-version "1.14.8">
    118 <!ENTITY dbus-size "1,340 KB">
     117<!ENTITY dbus-version "1.14.10">
     118<!ENTITY dbus-size "1,344 KB">
    119119<!ENTITY dbus-url "https://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.xz">
    120 <!ENTITY dbus-md5 "da42f55aeec51b355587bc3062fc2d41">
     120<!ENTITY dbus-md5 "46070a3487817ff690981f8cd2ba9376">
    121121<!ENTITY dbus-home "https://www.freedesktop.org/wiki/Software/dbus">
    122122<!ENTITY dbus-fin-du "20 MB">
     
    442442
    443443<!ENTITY linux-major-version "6">
    444 <!ENTITY linux-minor-version "4">
    445 <!ENTITY linux-patch-version "12">
     444<!ENTITY linux-minor-version "5">
     445<!ENTITY linux-patch-version "1">
    446446<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    447447<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    448 <!ENTITY linux-size "134,616 KB">
     448<!ENTITY linux-size "135,684 KB">
    449449<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    450 <!ENTITY linux-md5 "24570ba0ef9dd592bd640a1a41686fac">
     450<!ENTITY linux-md5 "228479f37b3face05b53bd7f8906abe0">
    451451<!ENTITY linux-home "https://www.kernel.org/">
    452452<!-- measured for 5.13.4 / gcc-11.1.0 on x86_64 : minimum is
     
    577577<!ENTITY perl-fin-sbu "7.1 SBU">
    578578
    579 <!ENTITY pkgconf-version "2.0.2">
     579<!ENTITY pkgconf-version "2.0.3">
    580580<!ENTITY pkgconf-size "304 KB">
    581581<!ENTITY pkgconf-url "https://distfiles.ariadne.space/pkgconf/pkgconf-&pkgconf-version;.tar.xz">
    582 <!ENTITY pkgconf-md5 "9bc6eee9dc86e96f855ce70a39a12bd3">
     582<!ENTITY pkgconf-md5 "b82ca48ed3097adfa007ee71489b6719">
    583583<!ENTITY pkgconf-home "http://pkgconf.org/">
    584584<!ENTITY pkgconf-fin-du "4.6 MB">
Note: See TracChangeset for help on using the changeset viewer.