Changeset 39d9ed8


Ignore:
Timestamp:
04/01/2023 01:06:22 PM (13 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
7a570bd
Parents:
6bced9f (diff), fd531b84 (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:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

Files:
2 added
16 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    r6bced9f r39d9ed8  
    874874        <seglistitem>
    875875          <seg>None</seg>
     876        </seglistitem>
     877      </segmentedlist>
     878
     879<!-- Begin Flit-core dependency info -->
     880  <bridgehead renderas="sect2" id="flit-core-dep">Flit-Core</bridgehead>
     881
     882      <segmentedlist id="flit-core-depends">
     883        <segtitle>&dependencies;</segtitle>
     884        <seglistitem>
     885          <seg>Python</seg>
     886        </seglistitem>
     887      </segmentedlist>
     888
     889      <segmentedlist id="flit-core-rundeps">
     890        <segtitle>&runtime;</segtitle>
     891        <seglistitem>
     892          <seg>Python</seg>
     893        </seglistitem>
     894      </segmentedlist>
     895
     896      <segmentedlist id="flit-core-testdeps">
     897        <segtitle>&testsuites;</segtitle>
     898        <seglistitem>
     899          <seg>No test suite available</seg>
     900        </seglistitem>
     901      </segmentedlist>
     902
     903      <segmentedlist id="flit-core-before">
     904        <segtitle>&before;</segtitle>
     905        <seglistitem>
     906          <seg>Wheel</seg>
     907        </seglistitem>
     908      </segmentedlist>
     909
     910      <segmentedlist id="flit-core-optdeps">
     911        <segtitle>&external;</segtitle>
     912        <seglistitem>
     913          <seg>
     914            <ulink url='&blfs-book;general/python-modules.html#pytest'>pytest</ulink>
     915            and
     916            <ulink url='&pypi-home;/testpath'>testpath</ulink>
     917          </seg>
    876918        </seglistitem>
    877919      </segmentedlist>
     
    31053147        <segtitle>&dependencies;</segtitle>
    31063148        <seglistitem>
    3107           <seg>Python</seg>
     3149          <seg>Python and Flit-core</seg>
    31083150        </seglistitem>
    31093151      </segmentedlist>
     
    32633305        <segtitle>&dependencies;</segtitle>
    32643306        <seglistitem>
    3265           <seg>Binutils, Coreutils, GCC, Glibc, Gzip, Make, and Xz</seg>
     3307          <seg>Binutils, Coreutils, GCC, Glibc, Gzip, Make, Xz, and Zlib</seg>
    32663308        </seglistitem>
    32673309      </segmentedlist>
  • chapter01/changelog.xml

    r6bced9f r39d9ed8  
    4040    appropriate for the entry or if needed the entire day's listitem.
    4141    -->
     42    <listitem>
     43      <para>2023-03-31</para>
     44      <itemizedlist>
     45        <listitem>
     46          <para>[xry111] - Update to linux-6.2.9 (security fix).  Fixes
     47          <ulink url='&lfs-ticket-root;5230'>#5230</ulink>.</para>
     48        </listitem>
     49        <listitem>
     50          <para>[xry111] - Update to grep-3.10.  Fixes
     51          <ulink url='&lfs-ticket-root;5234'>#5234</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[xry111] - Update to wheel-0.40.0.  Fixes
     55          <ulink url='&lfs-ticket-root;5229'>#5229</ulink>.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[xry111] - Update to bc-6.5.0.  Fixes
     59          <ulink url='&lfs-ticket-root;5228'>#5228</ulink>.</para>
     60        </listitem>
     61        <listitem>
     62          <para>[xry111] - Update to texinfo-7.0.3.  Fixes
     63          <ulink url='&lfs-ticket-root;5235'>#5235</ulink>.</para>
     64        </listitem>
     65        <listitem>
     66          <para>[xry111] - Update to coreutils-9.2.  Fixes
     67          <ulink url='&lfs-ticket-root;5232'>#5232</ulink>.</para>
     68        </listitem>
     69        <listitem>
     70          <para>[xry111] - Update to libcap-2.68.  Fixes
     71          <ulink url='&lfs-ticket-root;5236'>#5236</ulink>.</para>
     72        </listitem>
     73        <listitem>
     74          <para>[xry111] - Update to tzdata-2023c.  Fixes
     75          <ulink url='&lfs-ticket-root;5237'>#5237</ulink>.</para>
     76        </listitem>
     77        <listitem>
     78          <para>[xry111] - Update to xz-5.4.2.  Fixes
     79          <ulink url='&lfs-ticket-root;5233'>#5233</ulink>.</para>
     80        </listitem>
     81        <listitem>
     82          <para>[xry111] - Update to openssl-3.1.0.  Fixes
     83          <ulink url='&lfs-ticket-root;5227'>#5227</ulink>.</para>
     84        </listitem>
     85        <listitem>
     86          <para>[xry111] - Add flit-core-3.8.0.</para>
     87        </listitem>
     88      </itemizedlist>
     89    </listitem>
     90
     91    <listitem>
     92      <para>2023-03-15</para>
     93      <itemizedlist>
     94        <listitem>
     95          <para>[bdubbs] - Update to bc-6.4.0.  Fixes
     96          <ulink url='&lfs-ticket-root;5217'>#5217</ulink>.</para>
     97        </listitem>
     98        <listitem>
     99          <para>[bdubbs] - Update to grep-3.9.  Fixes
     100          <ulink url='&lfs-ticket-root;5225'>#5225</ulink>.</para>
     101        </listitem>
     102        <listitem>
     103          <para>[bdubbs] - Update to linux-6.2.6.  Fixes
     104          <ulink url='&lfs-ticket-root;5226'>#5226</ulink>.</para>
     105        </listitem>
     106        <listitem>
     107          <para>[bdubbs] - Update to iana-etc-20230306.  Addresses
     108          <ulink url='&lfs-ticket-root;5006'>#5006</ulink>.</para>
     109        </listitem>
     110      </itemizedlist>
     111    </listitem>
    42112    <listitem>
    43113      <para>2023-03-04</para>
  • chapter01/how.xml

    r6bced9f r39d9ed8  
    1919  tools.</para>
    2020
     21  <note><para>There are many ways to install a Linux distribution and
     22  the defaults are usually not optimal for building an LFS system.
     23  For suggestions on setting up a commercial distribution see:
     24  <ulink url="&lfs-root;hints/downloads/files/partitioning-for-lfs.txt"/>.</para></note>
     25
    2126  <para>As an alternative to installing a separate distribution on your
    22   machine, you may wish to use <!-- the Linux From Scratch LiveCD or --> a LiveCD from a
    23   commercial distribution. <!-- The LFS LiveCD works well as a host system,
    24   providing all the tools you need to successfully follow the instructions in
    25   this book. The LiveCD version is behind the current book, but is still useful
    26   as a host for building the current book.  The <quote>-nosrc</quote> or
    27   <quote>-min</quote> editions of the LiveCD are the most appropriate for
    28   building a current LFS system.  For more information about the LFS LiveCD or
    29   to download a copy, visit <ulink url="&livecd-root;"/>. --></para>
     27  machine, you may wish to use a LiveCD from a commercial distribution.</para>
    3028
    3129  <!--
  • chapter01/whatsnew.xml

    r6bced9f r39d9ed8  
    119119      <para>Gperf-&gperf-version;</para>
    120120    </listitem>-->
    121     <!--<listitem>
     121    <listitem>
    122122      <para>Grep-&grep-version;</para>
    123     </listitem>-->
     123    </listitem>
    124124    <!--<listitem>
    125125      <para>Groff-&groff-version;</para>
     
    131131      <para>Gzip-&gzip-version;</para>
    132132    </listitem>-->
    133     <!--<listitem>
     133    <listitem>
    134134      <para>IANA-Etc-&iana-etc-version;</para>
    135     </listitem>-->
     135    </listitem>
    136136    <!--<listitem>
    137137      <para>Inetutils-&inetutils-version;</para>
     
    293293    <listitem><para></para></listitem>  <!-- satisfy build -->
    294294
     295    <listitem>
     296      <para>Flit-core-&flit-core-version;</para>
     297    </listitem>
     298
    295299    <!--<listitem>
    296300      <para>&grub-upstream-fixes-patch;</para>
  • chapter02/creatingpartition.xml

    r6bced9f r39d9ed8  
    170170      </listitem>
    171171
    172       <listitem revision='sysv'><para>/tmp &ndash; A separate /tmp directory
     172      <listitem revision='sysv'><para>/tmp &ndash; A separate /tmp partition
    173173      is rare, but useful if configuring a thin client.  This partition, if
    174174      used, will usually not need to exceed a couple of
  • chapter03/packages.xml

    r6bced9f r39d9ed8  
    225225        <para>Download: <ulink url="&flex-url;"/></para>
    226226        <para>MD5 sum: <literal>&flex-md5;</literal></para>
     227      </listitem>
     228    </varlistentry>
     229
     230    <varlistentry>
     231      <term>Flit-core (&flit-core-version;) - <token>&flit-core-size;</token>:</term>
     232      <listitem>
     233        <para>Home page: <ulink url="&flit-core-home;"/></para>
     234        <para>Download: <ulink url="&flit-core-url;"/></para>
     235        <para>MD5 sum: <literal>&flit-core-md5;</literal></para>
    227236      </listitem>
    228237    </varlistentry>
  • chapter08/chapter08.xml

    r6bced9f r39d9ed8  
    6464  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libffi.xml"/>
    6565  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python.xml"/>
     66  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="flit-core.xml"/>
    6667  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="wheel.xml"/>
    6768  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ninja.xml"/>
  • chapter08/coreutils.xml

    r6bced9f r39d9ed8  
    5454    </note>
    5555
    56    <!-- this has been fixed in upstream gnulib, when a new version of
    57    coreutils is released, please check #4055 to see if the change has been
    58    picked up in this package -->
    59 <!--
    60    <para>Now, fix a problem with chmod return values:</para>
    61 
    62 <screen><userinput remap="pre">patch -Np1 -i ../&coreutils-chmod-patch;</userinput></screen>
    63 -->
     56    <!-- https://bugs.gnu.org/62403 -->
     57    <para>Fix a bug in checksum utilities causing failed checks not
     58    reported correctly:</para>
     59
     60<screen><userinput remap="pre">sed '/if ( ! match/s/ed_checksums//' -i src/digest.c</userinput></screen>
     61
    6462    <para>Now prepare Coreutils for compilation:</para>
    6563
  • chapter08/openssl.xml

    r6bced9f r39d9ed8  
    9797        <emphasis>when upgrading to a version with the same MAJOR version
    9898        number</emphasis>.
     99      </para>
     100
     101      <!-- https://bugzilla.mindrot.org/show_bug.cgi?id=3548 -->
     102      <para>
     103        If <application>OpenSSH</application> is installed, it will be an
     104        exception of the general rule above.  It contains an
     105        over-restrictive OpenSSL version check, so both SSH client and SSH
     106        server will refuse to start if OpenSSL
     107        is updated with MAJOR version number unchanged but MINOR version
     108        number changed.  You need to rebuild
     109        <application>OpenSSH</application> after such an upgrade.
     110        <emphasis role='bold'>If <application>OpenSSH</application> is being
     111        used to access the system, you must rebuild and reinstall it
     112        after upgrading OpenSSL to a new MINOR version number before logout
     113        or you won't be able to login via SSH anymore.</emphasis>
    99114      </para>
    100115
  • chapter08/stripping.xml

    r6bced9f r39d9ed8  
    5555  <important>
    5656    <para>
    57       If any package of which the version is different from the version
     57      If there is any package whose version is different from the version
    5858      specified by the book (either following a security advisory or
    5959      satisfying personal preference), it may be necessary to update the
    60       the library file name in <envar>save_usrlib</envar> or
     60      library file name in <envar>save_usrlib</envar> or
    6161      <envar>online_usrlib</envar>.
    6262      <emphasis role='bold'>Failing to do so may render the system
  • chapter08/util-linux.xml

    r6bced9f r39d9ed8  
    986986      </varlistentry>
    987987
    988       <varlistentry id="rkfill">
    989         <term><command>rkfill</command></term>
     988      <varlistentry id="rfkill">
     989        <term><command>rfkill</command></term>
    990990        <listitem>
    991991          <para>Tool for enabling and disabling wireless devices</para>
    992           <indexterm zone="ch-system-util-linux rkfill">
    993             <primary sortas="b-rkfill">rkfill</primary>
     992          <indexterm zone="ch-system-util-linux rfkill">
     993            <primary sortas="b-rfkill">rfkill</primary>
    994994          </indexterm>
    995995        </listitem>
  • chapter08/wheel.xml

    r6bced9f r39d9ed8  
    4343    <para>Compile Wheel with the following command:</para>
    4444
    45 <screen><userinput remap="make">PYTHONPATH=src pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     45<screen><userinput remap="make">pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
    4646
    4747    <para>Install Wheel with the following command:</para>
     
    4949<screen><userinput remap="install">pip3 install --no-index --find-links=dist wheel</userinput></screen>
    5050
    51     <variablelist>
    52       <title>The meaning of the pip3 configuration options and commands:</title>
    53 
    54       <varlistentry>
    55         <term><envar>PYTHONPATH=src</envar></term>
    56         <listitem>
    57            <para>Allows this package (not installed yet) to build a
    58            wheel archive for itself, to avoid a chicken-or-egg problem.</para>
    59         </listitem>
    60       </varlistentry>
    61 
    62       <varlistentry>
    63         <term><command>wheel</command></term>
    64         <listitem>
    65            <para>This command builds the wheel archive for this package.</para>
    66         </listitem>
    67       </varlistentry>
    68 
    69       <varlistentry>
    70         <term><parameter>-w dist</parameter></term>
    71         <listitem>
    72            <para>Instructs pip to put the created wheel into the
    73            <filename class='directory'>dist</filename> directory.</para>
    74         </listitem>
    75       </varlistentry>
    76 
    77       <varlistentry>
    78         <term><command>install</command></term>
    79         <listitem>
    80            <para>This command installs the package.</para>
    81         </listitem>
    82       </varlistentry>
    83 
    84       <varlistentry>
    85         <term><parameter>--no-build-isolation</parameter>,
    86               <parameter>--no-deps</parameter>, and
    87               <parameter>--no-index</parameter></term>
    88         <listitem>
    89           <para>These options prevent fetching files from the online package
    90           repository (PyPI). If packages are installed in the correct order,
    91           pip won't need to fetch any files in the first place; these
    92           options add some safety in case of user error.</para>
    93         </listitem>
    94       </varlistentry>
    95 
    96       <varlistentry>
    97         <term><parameter>--find-links dist</parameter></term>
    98         <listitem>
    99            <para>Instructs pip to search for wheel archives in the
    100            <filename class='directory'>dist</filename> directory.</para>
    101         </listitem>
    102       </varlistentry>
    103     </variablelist>
    10451  </sect2>
    10552
  • chapter10/kernel.xml

    r6bced9f r39d9ed8  
    4646    configures the kernel.</para>
    4747
     48    <important>
     49      <para>
     50        Building the linux kernel for the first time is one of the most
     51        challenging tasks in LFS.  Getting it right depends on the specific
     52        hardware for the target system and your specific needs. There are
     53        almost 12,000 configuration items that are available for the kernel
     54        although only about a third of them are needed for most computers. The
     55        LFS editors recommend that users not familiar with this process follow
     56        the procedures below fairly closely.  The objective is to get an
     57        initial system to a point where you can log in at the command line when
     58        you reboot later in <xref linkend="ch-finish-reboot"/>.  At his point
     59        optimization and customization is not a goal.
     60      </para>
     61
     62     
     63      <para>
     64        For general information on kernel configuration see <ulink
     65        url="&hints-root;kernel-configuration.txt"/>.  Additional information
     66        about configuring and building the kernel can be found at <ulink
     67        url="&anduin-sources;/kernel-nutshell/"/>.
     68        These references are a bit
     69        dated, but still give a reasonable overview of the process.
     70      </para>
     71
     72      <para>
     73        If all else fails, you can ask for help on the <ulink
     74        url="https://www.linuxfromscratch.org/mail.html">lfs-support</ulink>
     75        mailing list.  Note that subscribing is required in order for the list
     76        to avoid spam.
     77      </para>
     78    </important>
     79
    4880    <para>Prepare for compilation by running the following command:</para>
    4981
     
    89121    <!-- Support for compiling a keymap into the kernel is deliberately removed -->
    90122
    91     <para>For general information on kernel configuration see <ulink
    92     url="&hints-root;kernel-configuration.txt"/>.  BLFS has some information
    93     regarding particular kernel configuration requirements of packages outside
    94     of LFS at <ulink
    95     url="&blfs-book;longindex.html#kernel-config-index"/>.  Additional
    96     information about configuring and building the kernel can be found at
    97     <ulink url="http://www.kroah.com/lkn/"/> </para>
    98123
    99124    <note>
     
    135160   CPU/Task time and stats accounting ---&gt;
    136161      [*] Pressure stall information tracking [CONFIG_PSI]
     162      [ ]   Require boot parameter to enable pressure stall information tracking [CONFIG_PSI_DEFAULT_DISABLED]
    137163   &lt; &gt; Enable kernel headers through /sys/kernel/kheaders.tar.xz [CONFIG_IKHEADERS]
    138164   [*] Control Group support [CONFIG_CGROUPS]   ---&gt;
     
    180206  [*] IOMMU Hardware Support ---&gt; [CONFIG_IOMMU_SUPPORT]
    181207    [*] Support for Interrupt Remapping [CONFIG_IRQ_REMAP]</screen>
     208
     209      <para>If you are building a 32-bit system running on a hardware
     210      with RAM more than 4GB, adjust the configuration so the kernel will
     211      be able to use up to 64GB physical RAM:</para>
     212
     213      <screen role="nodump">Processor type and features ---&gt;
     214  High Memory Support ---&gt;
     215    (X) 64GB [CONFIG_HIGHMEM64G]</screen>
     216
     217      <para>If the partition for the LFS system is in a NVME SSD (i. e. the
     218      device node for the partition is <filename>/dev/nvme*</filename>
     219      instead of <filename>/dev/sd*</filename>), enable NVME support or
     220      the LFS system won't boot:</para>
     221
     222      <screen role="nodump">Device Drivers ---&gt;
     223  NVME Support ---&gt;
     224    &lt;*&gt; NVM Express block device [CONFIG_BLK_DEV_NVME]</screen>
    182225    </note>
    183226
     
    187230    </note>
    188231
    189     <para revision="sysv">There are several other options that may be desired
     232    <para>There are several other options that may be desired
    190233    depending on the requirements for the system. For a list of options needed
    191234    for BLFS packages, see the <ulink
    192235    url="&lfs-root;blfs/view/&short-version;/longindex.html#kernel-config-index">BLFS
    193     Index of Kernel Settings</ulink>
    194     (&lfs-root;blfs/view/&short-version;/longindex.html#kernel-config-index).</para>
     236    Index of Kernel Settings</ulink>.</para>
    195237
    196238    <note>
     
    198240      LFS system with it, you should adjust some kernel configuration
    199241      following <ulink url="&blfs-book;postlfs/grub-setup.html#uefi-kernel">
    200       the BLFS page</ulink>.</para>
     242      the BLFS page</ulink> <emphasis role='bold'>even if you'll use the
     243      UEFI bootloader from the host distro</emphasis>.</para>
    201244    </note>
    202245
  • chapter11/reboot.xml

    r6bced9f r39d9ed8  
    7878    <listitem>
    7979      <para>
     80        Ensure a password is set for the &root; user.
     81      </para>
     82    </listitem>
     83
     84    <listitem>
     85      <para>
    8086        A review of the following configuration files
    8187        is also appropriate at this point.
     
    120126  is set to boot <emphasis>LFS &version;</emphasis> automatically.</para>
    121127
    122   <para>When the reboot is complete, the LFS system is ready for use and
    123   more software may be added to suit your needs.</para>
     128  <para>When the reboot is complete, the LFS system is ready for use.  What you
     129  will see is a simple <quote>login: </quote> prompt.  At this point, you can
     130  proceed to <ulink url="&blfs-book;">the BLFS Book</ulink>
     131  where you can add more software to suit your needs.</para>
     132
     133  <para>
     134    If your reboot is <emphasis role="bold">not</emphasis> successful, it
     135    is time to troubleshoot.  For hints on solving initial booting problems, see
     136    <ulink url="https://www.linuxfromscratch.org/lfs/troubleshooting.html"/>.
     137  </para>
    124138
    125139</sect1>
  • packages.ent

    r6bced9f r39d9ed8  
    5959<!ENTITY bash-fin-sbu "1.2 SBU">
    6060
    61 <!ENTITY bc-version "6.3.1">
    62 <!ENTITY bc-size "448 KB">
     61<!ENTITY bc-version "6.5.0">
     62<!ENTITY bc-size "452 KB">
    6363<!ENTITY bc-url "https://github.com/gavinhoward/bc/releases/download/&bc-version;/bc-&bc-version;.tar.xz">
    64 <!ENTITY bc-md5 "70caa7c8a273d7152ad015823e887455">
     64<!ENTITY bc-md5 "e4757f48340dfe74af0d5be7ea56f7c7">
    6565<!ENTITY bc-home "https://git.gavinhoward.com/gavin/bc">
    6666<!ENTITY bc-fin-du "7.6 MB">
     
    105105<!ENTITY check-fin-sbu "0.1 SBU (about 1.7 SBU with tests)">
    106106
    107 <!ENTITY coreutils-version "9.1">
    108 <!ENTITY coreutils-size "5,570 KB">
     107<!ENTITY coreutils-version "9.2">
     108<!ENTITY coreutils-size "5,644 KB">
    109109<!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.xz">
    110 <!ENTITY coreutils-md5 "8b1ca4e018a7dce9bb937faec6618671">
     110<!ENTITY coreutils-md5 "4a8a5097d8d7315ccfd6be7eafc8c862">
    111111<!ENTITY coreutils-home "&gnu-software;coreutils/">
    112112<!ENTITY coreutils-tmp-du "162 MB">
     
    207207<!ENTITY flex-fin-du "33 MB">
    208208<!ENTITY flex-fin-sbu "0.1 SBU">
     209
     210<!ENTITY flit-core-version "3.8.0">
     211<!ENTITY flit-core-size "44 KB">
     212<!ENTITY flit-core-url "&pypi-src;/f/flit-core/flit_core-&flit-core-version;.tar.gz">
     213<!ENTITY flit-core-md5 "7c41da13273f7787709a24f74e0f5a99">
     214<!ENTITY flit-core-home "&pypi-home;/flit-core/">
     215<!ENTITY flit-core-fin-du "736 KB">
     216<!ENTITY flit-core-fin-sbu "less than 0.1 SBU">
    209217
    210218<!ENTITY gawk-version "5.2.1">
     
    282290<!ENTITY gperf-fin-sbu "less than 0.1 SBU">
    283291
    284 <!ENTITY grep-version "3.8">
    285 <!ENTITY grep-size "1,670 KB">
     292<!ENTITY grep-version "3.10">
     293<!ENTITY grep-size "1,652 KB">
    286294<!ENTITY grep-url "&gnu;grep/grep-&grep-version;.tar.xz">
    287 <!ENTITY grep-md5 "dc6e4d18d4659e6e7552fc4a183c8ac9">
     295<!ENTITY grep-md5 "ab3f063ad4596b7d094fb5f66cf327d6">
    288296<!ENTITY grep-home "&gnu-software;grep/">
    289297<!ENTITY grep-tmp-du "25 MB">
     
    320328<!ENTITY gzip-fin-sbu "0.3 SBU">
    321329
    322 <!ENTITY iana-etc-version "20230202">
    323 <!ENTITY iana-etc-size "586 KB">
     330<!ENTITY iana-etc-version "20230306">
     331<!ENTITY iana-etc-size "587 KB">
    324332<!ENTITY iana-etc-url "https://github.com/Mic92/iana-etc/releases/download/&iana-etc-version;/iana-etc-&iana-etc-version;.tar.gz">
    325 <!ENTITY iana-etc-md5 "e64685d046cd0dfe94b5c66e294cf9ef">
     333<!ENTITY iana-etc-md5 "b25ebfa2a9ae359a64abaa8331347505">
    326334<!ENTITY iana-etc-home "https://www.iana.org/protocols">
    327335<!ENTITY iana-etc-fin-du "4.8 MB">
     
    395403<!ENTITY lfs-bootscripts-cfg-sbu "less than 0.1 SBU">
    396404
    397 <!ENTITY libcap-version "2.67">
    398 <!ENTITY libcap-size "183 KB">
     405<!ENTITY libcap-version "2.68">
     406<!ENTITY libcap-size "188 KB">
    399407<!ENTITY libcap-url "&kernel;linux/libs/security/linux-privs/libcap2/libcap-&libcap-version;.tar.xz">
    400 <!ENTITY libcap-md5 "06333f4301657298890fd8d6f1fb4793">
     408<!ENTITY libcap-md5 "ffb9e9c87704f92ac75201327841e753">
    401409<!ENTITY libcap-home "https://sites.google.com/site/fullycapable/">
    402410<!ENTITY libcap-fin-du "2.9 MB">
     
    429437<!ENTITY linux-major-version "6">
    430438<!ENTITY linux-minor-version "2">
    431 <!ENTITY linux-patch-version "2">
     439<!ENTITY linux-patch-version "9">
    432440<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    433441<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    434 <!ENTITY linux-size "133,236 KB">
     442<!ENTITY linux-size "133,256 KB">
    435443<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    436 <!ENTITY linux-md5 "03b17feb98f92131a465b09f3a12e715">
     444<!ENTITY linux-md5 "f54e2a251b1abd5b56e46ed0de569275">
    437445<!ENTITY linux-home "https://www.kernel.org/">
    438446<!-- measured for 5.13.4 / gcc-11.1.0 on x86_64 : minimum is
     
    533541<!ENTITY ninja-fin-sbu "0.3 SBU">
    534542
    535 <!ENTITY openssl-version "3.0.8">
    536 <!ENTITY openssl-size "14,800 KB">
     543<!ENTITY openssl-version "3.1.0">
     544<!ENTITY openssl-size "15,164 KB">
    537545<!ENTITY openssl-url "https://www.openssl.org/source/openssl-&openssl-version;.tar.gz">
    538 <!ENTITY openssl-md5 "61e017cf4fea1b599048f621f1490fbd">
     546<!ENTITY openssl-md5 "f6c520aa2206d4d1fa71ea30b5e9a56d">
    539547<!ENTITY openssl-home "https://www.openssl.org/">
    540548<!ENTITY openssl-fin-du "520 MB">
     
    688696<!ENTITY tcl-tmp-sbu "2.7 SBU">
    689697
    690 <!ENTITY texinfo-version "7.0.2">
    691 <!ENTITY texinfo-size "4,762 KB">
     698<!ENTITY texinfo-version "7.0.3">
     699<!ENTITY texinfo-size "4,776 KB">
    692700<!ENTITY texinfo-url "&gnu;texinfo/texinfo-&texinfo-version;.tar.xz">
    693 <!ENTITY texinfo-md5 "be9500f3a361525622850ecb1b1fc024">
     701<!ENTITY texinfo-md5 "37bf94fd255729a14d4ea3dda119f81a">
    694702<!ENTITY texinfo-home "&gnu-software;texinfo/">
    695703<!ENTITY texinfo-tmp-du "116 MB">
     
    698706<!ENTITY texinfo-fin-sbu "0.3 SBU">
    699707
    700 <!ENTITY tzdata-version "2022g">
    701 <!ENTITY tzdata-size "430 KB">
     708<!ENTITY tzdata-version "2023c">
     709<!ENTITY tzdata-size "436 KB">
    702710<!ENTITY tzdata-url "https://www.iana.org/time-zones/repository/releases/tzdata&tzdata-version;.tar.gz">
    703 <!ENTITY tzdata-md5 "884250fd2a8a55f6322900ad4ab94d7b">
     711<!ENTITY tzdata-md5 "5aa672bf129b44dd915f8232de38e49a">
    704712<!ENTITY tzdata-home "https://www.iana.org/time-zones">
    705713
     
    735743<!ENTITY vim-fin-sbu "2.4 SBU">
    736744
    737 <!ENTITY wheel-version "0.38.4">
    738 <!ENTITY wheel-size "66 KB">
     745<!ENTITY wheel-version "0.40.0">
     746<!ENTITY wheel-size "96 KB">
    739747<!ENTITY wheel-url "&pypi-src;/w/wheel/wheel-&wheel-version;.tar.gz">
    740 <!ENTITY wheel-md5 "83bb4e7bd4d687d398733f341a64ab91">
     748<!ENTITY wheel-md5 "ec5004c46d1905da98bb5bc1a10ddd21">
    741749<!ENTITY wheel-home "&pypi-home;/wheel/">
    742750<!ENTITY wheel-fin-du "1.3 MB">
     
    751759<!ENTITY xml-parser-fin-sbu "less than 0.1 SBU">
    752760
    753 <!ENTITY xz-version "5.4.1">
    754 <!ENTITY xz-size "1,451 KB">
     761<!ENTITY xz-version "5.4.2">
     762<!ENTITY xz-size "1,576 KB">
    755763<!ENTITY xz-url "https://tukaani.org/xz/xz-&xz-version;.tar.xz">
    756 <!ENTITY xz-md5 "47d831c659e94071d5dd384d0d1ed4c6">
     764<!ENTITY xz-md5 "1dcdf002d9a69f48ff67be84964af0d8">
    757765<!ENTITY xz-home "https://tukaani.org/xz">
    758766<!ENTITY xz-tmp-du "20 MB">
  • patches.ent

    r6bced9f r39d9ed8  
    2424
    2525<!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch">
    26 <!ENTITY coreutils-i18n-patch-md5 "c1ac7edf095027460716577633da9fc5">
     26<!ENTITY coreutils-i18n-patch-md5 "3c6340b3ddd62f4acdf8d3caa6fad6b0">
    2727<!ENTITY coreutils-i18n-patch-size "166 KB">
    2828<!--
Note: See TracChangeset for help on using the changeset viewer.