Package updates.

Update to less-685.
Update to systemd-258.1.
Update to Python-3.14.0.
Update to openssl-3.6.0.
Update to linux-6.17.2.
Update to iproute2-6.17.0.
This commit is contained in:
Bruce Dubbs
2025-10-15 10:28:04 -05:00
parent 8501f893d2
commit aea637af4a
5 changed files with 64 additions and 35 deletions

View File

@@ -40,6 +40,36 @@
appropriate for the entry or if needed the entire day's listitem. appropriate for the entry or if needed the entire day's listitem.
--> -->
<listitem>
<para>2025-10-15</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to less-685. Fixes
<ulink url='&lfs-ticket-root;5810'>#5810</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to systemd-258.1. Fixes
<ulink url='&lfs-ticket-root;5809'>#5809</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to Python-3.14.0. Fixes
<ulink url='&lfs-ticket-root;5806'>#5806</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to openssl-3.6.0. Fixes
<ulink url='&lfs-ticket-root;5804'>#5804</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to linux-6.17.2. Fixes
<ulink url='&lfs-ticket-root;5802'>#5802</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to iproute2-6.17.0. Fixes
<ulink url='&lfs-ticket-root;5803'>#5803</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem> <listitem>
<para>2025-10-01</para> <para>2025-10-01</para>
<itemizedlist> <itemizedlist>

View File

@@ -128,9 +128,9 @@
<!--<listitem> <!--<listitem>
<para>Intltool-&intltool-version;</para> <para>Intltool-&intltool-version;</para>
</listitem>--> </listitem>-->
<!--<listitem> <listitem>
<para>IPRoute2-&iproute2-version;</para> <para>IPRoute2-&iproute2-version;</para>
</listitem>--> </listitem>
<!--<listitem> <!--<listitem>
<para>Jinja2-&jinja2-version;</para> <para>Jinja2-&jinja2-version;</para>
</listitem>--> </listitem>-->
@@ -140,9 +140,9 @@
<!--<listitem> <!--<listitem>
<para>Kmod-&kmod-version;</para> <para>Kmod-&kmod-version;</para>
</listitem>--> </listitem>-->
<!--<listitem> <listitem>
<para>Less-&less-version;</para> <para>Less-&less-version;</para>
</listitem>--> </listitem>
<!--<listitem> <!--<listitem>
<para>LFS-Bootscripts-&lfs-bootscripts-version;</para> <para>LFS-Bootscripts-&lfs-bootscripts-version;</para>
</listitem>--> </listitem>-->
@@ -221,9 +221,9 @@
<!--<listitem> <!--<listitem>
<para>Psmisc-&psmisc-version;</para> <para>Psmisc-&psmisc-version;</para>
</listitem>--> </listitem>-->
<!--<listitem> <listitem>
<para>Python-&python-version;</para> <para>Python-&python-version;</para>
</listitem>--> </listitem>
<!--<listitem> <!--<listitem>
<para>Readline-&readline-version;</para> <para>Readline-&readline-version;</para>
</listitem>--> </listitem>-->

View File

@@ -89,8 +89,7 @@
limit and 1 SBU (measured when building Binutils pass 1 with one CPU limit and 1 SBU (measured when building Binutils pass 1 with one CPU
core) should be enough. Some tests are flaky, so the test suite will core) should be enough. Some tests are flaky, so the test suite will
automatically re-run failed tests. If a test failed but then passed automatically re-run failed tests. If a test failed but then passed
when re-run, it should be considered as passed. One test, test_ssl, when re-run, it should be considered as passed.</para>
is known to fail in the chroot environment.</para>
<para>Install the package:</para> <para>Install the package:</para>

View File

@@ -55,11 +55,11 @@
<para>Remove one udev rule requiring a full Systemd installation:</para> <para>Remove one udev rule requiring a full Systemd installation:</para>
<screen><userinput remap="pre">sed -i '/systemd-sysctl/s/^/#/' rules.d/99-systemd.rules.in</userinput></screen> <screen><userinput remap="pre">sed -i '/systemd-sysctl/s/^/#/' rules.d/99-systemd.rules.in</userinput></screen>
<!-- Not needed in 258.1
<para>Fix a bug that prevents udev from running correctly:</para> <para>Fix a bug that prevents udev from running correctly:</para>
<screen><userinput remap="pre">sed -i "/udev_dependencies,/a \ 'link_with': udev_link_with," src/udev/meson.build</userinput></screen> <screen><userinput remap="pre">sed -i "/udev_dependencies,/a \ 'link_with': udev_link_with," src/udev/meson.build</userinput></screen>
-->
<para>Adjust the hardcoded paths to network configuration files for the <para>Adjust the hardcoded paths to network configuration files for the
standalone udev installation:</para> standalone udev installation:</para>

View File

@@ -333,10 +333,10 @@
<!ENTITY intltool-fin-du "1.5 MB"> <!ENTITY intltool-fin-du "1.5 MB">
<!ENTITY intltool-fin-sbu "less than 0.1 SBU"> <!ENTITY intltool-fin-sbu "less than 0.1 SBU">
<!ENTITY iproute2-version "6.16.0"> <!ENTITY iproute2-version "6.17.0">
<!ENTITY iproute2-size "910 KB"> <!ENTITY iproute2-size "919 KB">
<!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz"> <!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz">
<!ENTITY iproute2-md5 "80e1f91bf59d572acc15d5c6eb4f3e7c"> <!ENTITY iproute2-md5 "7cecf99ef6877bddd958539c4160eaf6">
<!ENTITY iproute2-home "&kernel;linux/utils/net/iproute2/"> <!ENTITY iproute2-home "&kernel;linux/utils/net/iproute2/">
<!ENTITY iproute2-fin-du "17 MB"> <!ENTITY iproute2-fin-du "17 MB">
<!ENTITY iproute2-fin-sbu "0.1 SBU"> <!ENTITY iproute2-fin-sbu "0.1 SBU">
@@ -365,10 +365,10 @@
<!ENTITY kmod-fin-du "6.7 MB"> <!ENTITY kmod-fin-du "6.7 MB">
<!ENTITY kmod-fin-sbu "less than 0.1 SBU"> <!ENTITY kmod-fin-sbu "less than 0.1 SBU">
<!ENTITY less-version "679"> <!ENTITY less-version "685">
<!ENTITY less-size "857 KB"> <!ENTITY less-size "862 KB">
<!ENTITY less-url "https://www.greenwoodsoftware.com/less/less-&less-version;.tar.gz"> <!ENTITY less-url "https://www.greenwoodsoftware.com/less/less-&less-version;.tar.gz">
<!ENTITY less-md5 "0386dc14f6a081a94dfb4c2413864eed"> <!ENTITY less-md5 "08bd7e4cd067ec19b755726ca4544d65">
<!ENTITY less-home "https://www.greenwoodsoftware.com/less/"> <!ENTITY less-home "https://www.greenwoodsoftware.com/less/">
<!ENTITY less-fin-du "16 MB"> <!ENTITY less-fin-du "16 MB">
<!ENTITY less-fin-sbu "less than 0.1 SBU"> <!ENTITY less-fin-sbu "less than 0.1 SBU">
@@ -422,14 +422,14 @@
<!ENTITY libxcrypt-fin-sbu "0.1 SBU"> <!ENTITY libxcrypt-fin-sbu "0.1 SBU">
<!ENTITY linux-major-version "6"> <!ENTITY linux-major-version "6">
<!ENTITY linux-minor-version "16"> <!ENTITY linux-minor-version "17">
<!ENTITY linux-majmin-version "&linux-major-version;.&linux-minor-version;"> <!ENTITY linux-majmin-version "&linux-major-version;.&linux-minor-version;">
<!ENTITY linux-patch-version "9"> <!ENTITY linux-patch-version "3">
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
<!ENTITY linux-size "149,102 KB"> <!ENTITY linux-size "149,748 KB">
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
<!ENTITY linux-md5 "feb0a3d5ecf5a4628aed7d9f8f7ab3f6"> <!ENTITY linux-md5 "50a1cc4b00a3a0fcdb63a75e63def877">
<!ENTITY linux-home "https://www.kernel.org/"> <!ENTITY linux-home "https://www.kernel.org/">
<!-- measured for 6.10.1 / gcc-14.1.0 on x86_64 with -j4 : <!-- measured for 6.10.1 / gcc-14.1.0 on x86_64 with -j4 :
minimum is allnoconfig minimum is allnoconfig
@@ -539,10 +539,10 @@
<!ENTITY ninja-fin-du "43 MB"> <!ENTITY ninja-fin-du "43 MB">
<!ENTITY ninja-fin-sbu "0.2 SBU"> <!ENTITY ninja-fin-sbu "0.2 SBU">
<!ENTITY openssl-version "3.5.4"> <!ENTITY openssl-version "3.6.0">
<!ENTITY openssl-size "51,944 KB"> <!ENTITY openssl-size "53,686 KB">
<!ENTITY openssl-url "&github;/openssl/openssl/releases/download/openssl-&openssl-version;/openssl-&openssl-version;.tar.gz"> <!ENTITY openssl-url "&github;/openssl/openssl/releases/download/openssl-&openssl-version;/openssl-&openssl-version;.tar.gz">
<!ENTITY openssl-md5 "570a7ab371147b6ba72c6d0fed93131f"> <!ENTITY openssl-md5 "77ab78417082f22a2ce809898bd44da0">
<!ENTITY openssl-home "https://www.openssl-library.org/"> <!ENTITY openssl-home "https://www.openssl-library.org/">
<!ENTITY openssl-fin-du "1.1 GB"> <!ENTITY openssl-fin-du "1.1 GB">
<!ENTITY openssl-fin-sbu "1.9 SBU"> <!ENTITY openssl-fin-sbu "1.9 SBU">
@@ -614,19 +614,19 @@
<!-- If python minor version changes, updates in python and <!-- If python minor version changes, updates in python and
meson pages will be needed: python3.6 and python3.6m --> meson pages will be needed: python3.6 and python3.6m -->
<!ENTITY python-version "3.13.7"> <!ENTITY python-version "3.14.0">
<!ENTITY python-minor "3.13"> <!ENTITY python-minor "3.14">
<!ENTITY python-size "22,236 KB"> <!ENTITY python-size "23,043 KB">
<!ENTITY python-url "https://www.python.org/ftp/python/&python-version;/Python-&python-version;.tar.xz"> <!ENTITY python-url "https://www.python.org/ftp/python/&python-version;/Python-&python-version;.tar.xz">
<!ENTITY python-md5 "256cdb3bbf45cdce7499e52ba6c36ea3"> <!ENTITY python-md5 "41389edaf9c643263cbed9b5ed307df8">
<!ENTITY python-home "https://www.python.org/"> <!ENTITY python-home "https://www.python.org/">
<!ENTITY python-tmp-du "546 MB"> <!ENTITY python-tmp-du "546 MB">
<!ENTITY python-tmp-sbu "0.5 SBU"> <!ENTITY python-tmp-sbu "0.5 SBU">
<!ENTITY python-fin-du "453 MB"> <!ENTITY python-fin-du "453 MB">
<!ENTITY python-fin-sbu "2.0 SBU"> <!ENTITY python-fin-sbu "2.0 SBU">
<!ENTITY python-docs-url "https://www.python.org/ftp/python/doc/&python-version;/python-&python-version;-docs-html.tar.bz2"> <!ENTITY python-docs-url "https://www.python.org/ftp/python/doc/&python-version;/python-&python-version;-docs-html.tar.bz2">
<!ENTITY python-docs-md5 "b84c0d81b2758398bb7f5b7411d3d908"> <!ENTITY python-docs-md5 "658b4f9a0f720f161cf6b3f5798a8139">
<!ENTITY python-docs-size "10,183 KB"> <!ENTITY python-docs-size "10,568 KB">
<!ENTITY readline-version "8.3"> <!ENTITY readline-version "8.3">
<!ENTITY readline-soversion "8.3"><!-- used for stripping --> <!ENTITY readline-soversion "8.3"><!-- used for stripping -->
@@ -685,21 +685,21 @@
<!ENTITY sysklogd-fin-du "3.9 MB"> <!ENTITY sysklogd-fin-du "3.9 MB">
<!ENTITY sysklogd-fin-sbu "less than 0.1 SBU"> <!ENTITY sysklogd-fin-sbu "less than 0.1 SBU">
<!ENTITY systemd-version "258"> <!ENTITY systemd-version "258.1">
<!--<!ENTITY systemd-stable "6b4878d">--> <!--<!ENTITY systemd-stable "6b4878d">-->
<!-- The above entity is used whenever we move to a stable backport branch. <!-- The above entity is used whenever we move to a stable backport branch.
In the event of a critical problem or kernel change that is incompatible, In the event of a critical problem or kernel change that is incompatible,
we will switch to the backport branch until the next stable release. --> we will switch to the backport branch until the next stable release. -->
<!ENTITY systemd-size "16,580 KB"> <!ENTITY systemd-size "16,585 KB">
<!ENTITY systemd-url "&github;/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz"> <!ENTITY systemd-url "&github;/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
<!--<!ENTITY systemd-url "&anduin-sources;/systemd-&systemd-version;-&systemd-stable;.tar.xz">--> <!--<!ENTITY systemd-url "&anduin-sources;/systemd-&systemd-version;-&systemd-stable;.tar.xz">-->
<!ENTITY systemd-md5 "490c1c2bbe5b576ff9ca2848fbd31507"> <!ENTITY systemd-md5 "e7bf839c380533a5039bd940181c5d6b">
<!ENTITY systemd-home "https://systemd.io"> <!ENTITY systemd-home "https://systemd.io">
<!ENTITY systemd-man-version "258"> <!ENTITY systemd-man-version "258.1">
<!ENTITY systemd-man-size "768 KB"> <!ENTITY systemd-man-size "765 KB">
<!--<!ENTITY systemd-man-url "&anduin-sources;/systemd-man-pages-&systemd-version;-&systemd-stable;.tar.xz">--> <!--<!ENTITY systemd-man-url "&anduin-sources;/systemd-man-pages-&systemd-version;-&systemd-stable;.tar.xz">-->
<!ENTITY systemd-man-url "&anduin-sources;/systemd-man-pages-&systemd-man-version;.tar.xz"> <!ENTITY systemd-man-url "&anduin-sources;/systemd-man-pages-&systemd-man-version;.tar.xz">
<!ENTITY systemd-man-md5 "688045e26e6121dd8f7b9abf788e47d9"> <!ENTITY systemd-man-md5 "3f748dd5a2047aa8ac6e79f0b03175be">
<!ENTITY systemd-fin-du "337 MB"> <!ENTITY systemd-fin-du "337 MB">
<!ENTITY systemd-fin-sbu "1.4 SBU"> <!ENTITY systemd-fin-sbu "1.4 SBU">