[lfs] branch trunk updated: Packate updates.

"Git Owner" ([email protected] via lfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.book
Message-ID <177052629110.19062.6101575801852138920@rivendell.linuxfromscratch.org>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository lfs.

The following commit(s) were added to refs/heads/trunk by this push:
     new c67516b6a Packate updates.
     new 9cae6bc2e Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
c67516b6a is described below

commit c67516b6a9a61a200fc0ff3e118d7acc98004117
Author: Bruce Dubbs <[email protected]>
AuthorDate: Sat Feb 7 22:49:09 2026 -0600

    Packate updates.
    
    Update to systemd-259.1.
    Update to shadow-4.19.3.
    Update to setuptools-81.0.0 (Python module).
    Update to Python3-3.14.3.
    Update to procps-ng-4.0.6.
    Update to linux-6.18.9.
    Update to gettext-1.0.
    Update to expat-2.7.4 (Security update).
    Update to coreutils-9.10.tar.xz.
---
 chapter01/changelog.xml | 42 +++++++++++++++++++++++++++++++++++
 chapter01/whatsnew.xml  |  8 +++----
 chapter08/coreutils.xml |  6 +++--
 chapter08/python.xml    |  4 ++--
 packages.ent            | 58 ++++++++++++++++++++++++-------------------------
 patches.ent             |  2 +-
 6 files changed, 82 insertions(+), 38 deletions(-)

diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 67991cc89..d15be7fac 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,48 @@
     appropriate for the entry or if needed the entire day's listitem.
     -->
 
+    <listitem>
+      <para>2026-02-08</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Update to systemd-259.1. Fixes
+          <ulink url='&lfs-ticket-root;5864'>#5864</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to shadow-4.19.3. Fixes
+          <ulink url='&lfs-ticket-root;5858'>#5858</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to setuptools-81.0.0 (Python module). Fixes
+          <ulink url='&lfs-ticket-root;5863'>#5863</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to Python3-3.14.3. Fixes
+          <ulink url='&lfs-ticket-root;5859'>#5859</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to procps-ng-4.0.6. Fixes
+          <ulink url='&lfs-ticket-root;5863'>#5853</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to linux-6.18.9. Fixes
+          <ulink url='&lfs-ticket-root;5854'>#5854</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to gettext-1.0. Fixes
+          <ulink url='&lfs-ticket-root;5852'>#5852</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to expat-2.7.4 (Security update). Fixes
+          <ulink url='&lfs-ticket-root;5855'>#5855</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to coreutils-9.10.tar.xz. Fixes
+          <ulink url='&lfs-ticket-root;5862'>#5862</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2026-01-28</para>
       <itemizedlist>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 04ce320f3..d6d30009f 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -95,9 +95,9 @@
     <!--<listitem>
        <para>GDBM-&gdbm-version;</para>
     </listitem>-->
-    <!--<listitem>
+    <listitem>
       <para>Gettext-&gettext-version;</para>
-    </listitem>-->
+    </listitem>
     <listitem>
       <para>Glibc-&glibc-version;</para>
     </listitem>
@@ -218,9 +218,9 @@
     <!--<listitem>
       <para>Pkgconf-&pkgconf-version;</para>
     </listitem>-->
-    <!--<listitem>
+    <listitem>
       <para>Procps-ng-&procps-ng-version;</para>
-    </listitem>-->
+    </listitem>
     <!--<listitem>
       <para>Psmisc-&psmisc-version;</para>
     </listitem>-->
diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml
index 68f88af38..e5e55b710 100644
--- a/chapter08/coreutils.xml
+++ b/chapter08/coreutils.xml
@@ -58,13 +58,15 @@
       those bugs are reproducible without this patch.</para>
     </note>
 
-    <!-- https://github.com/coreutils/coreutils/commit/bd528f923482 -->
+    <!-- https://github.com/coreutils/coreutils/commit/bd528f923482
+         Seems to be fixed in version 9.10.
+
     <para>Fix a bug causing the <command>cp</command> command to hang
     forever when copying sparse files on
     <systemitem class='filesystem'>ext4</systemitem> file systems:</para>
 
 <screen><userinput remap="pre">sed '/off_t ext_end =/s/ipos/src_pos/' -i src/copy-file-data.c</userinput></screen>
-
+-->
     <para>Now prepare Coreutils for compilation:</para>
 
 <screen><userinput remap="configure">autoreconf -fv
diff --git a/chapter08/python.xml b/chapter08/python.xml
index 4907d7b3a..769c22fa9 100644
--- a/chapter08/python.xml
+++ b/chapter08/python.xml
@@ -42,13 +42,13 @@
 
   <sect2 role="installation">
     <title>Installation of Python 3</title>
-
+<!-- Fixed in Python-3.14.3
     <para>Fix a regression that causes issues in BLFS packages like
     pyatspi:</para>
 
 <screen><userinput remap="pre">sed -e "/self.namespaceURI =/i\        self.ownerDocument = None" \
     -i Lib/xml/dom/minidom.py</userinput></screen>
-
+-->
     <para>Prepare Python for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/usr          \
diff --git a/packages.ent b/packages.ent
index fa273de76..6e2c3837e 100644
--- a/packages.ent
+++ b/packages.ent
@@ -96,10 +96,10 @@
 <!ENTITY bzip2-fin-du "7.3 MB">
 <!ENTITY bzip2-fin-sbu "less than 0.1 SBU">
 
-<!ENTITY coreutils-version "9.9">
-<!ENTITY coreutils-size "6,148 KB">
+<!ENTITY coreutils-version "9.10">
+<!ENTITY coreutils-size "6,356 KB">
 <!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.xz">
-<!ENTITY coreutils-md5 "ce613d0dae179f4171966ecd0a898ec4">
+<!ENTITY coreutils-md5 "b0482ebec42fd48e95cb9187d566b9e4">
 <!ENTITY coreutils-home "&gnu-software;coreutils/">
 <!ENTITY coreutils-tmp-du "181 MB">
 <!ENTITY coreutils-tmp-sbu "0.3 SBU">
@@ -148,10 +148,10 @@
 <!ENTITY elfutils-fin-du "156 MB">
 <!ENTITY elfutils-fin-sbu "0.3 SBU">
 
-<!ENTITY expat-version "2.7.3">
-<!ENTITY expat-size "493 KB">
+<!ENTITY expat-version "2.7.4">
+<!ENTITY expat-size "496 KB">
 <!ENTITY expat-url "&github;/libexpat/libexpat/releases/download/R_2_7_3/expat-&expat-version;.tar.xz">
-<!ENTITY expat-md5 "423975a2a775ff32f12c53635b463a91">
+<!ENTITY expat-md5 "5d3d1e1c829f8fb6f42b8e3e2371afa3">
 <!ENTITY expat-home "https://libexpat.github.io/">
 <!ENTITY expat-fin-du "14 MB">
 <!ENTITY expat-fin-sbu "0.1 SBU">
@@ -237,10 +237,10 @@
 <!ENTITY gdbm-fin-du "13 MB">
 <!ENTITY gdbm-fin-sbu "less than 0.2 SBU">
 
-<!ENTITY gettext-version "0.26">
-<!ENTITY gettext-size "9,926 KB">
-<!ENTITY gettext-url "&gnu;gettext/gettext-&gettext-version;.tar.xz">
-<!ENTITY gettext-md5 "8e14e926f088e292f5f2bce95b81d10e">
+<!ENTITY gettext-version "1.0">
+<!ENTITY gettext-size "31,928 KB">
+<!ENTITY gettext-url "&gnu;gettext/gettext-&gettext-version;.tar.gz">
+<!ENTITY gettext-md5 "4ba57b13fc49183a9b8ef6a691571a90">
 <!ENTITY gettext-home "&gnu-software;gettext/">
 <!ENTITY gettext-tmp-du "463 MB">
 <!ENTITY gettext-tmp-sbu "1.5 SBU">
@@ -424,12 +424,12 @@
 <!ENTITY linux-major-version "6">
 <!ENTITY linux-minor-version "18">
 <!ENTITY linux-majmin-version "&linux-major-version;.&linux-minor-version;">
-<!ENTITY linux-patch-version "7">
+<!ENTITY linux-patch-version "9">
 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
-<!ENTITY linux-size "150,711 KB">
+<!ENTITY linux-size "150,719 KB">
 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
-<!ENTITY linux-md5 "e7e4020a3ed5632d9a9a94b9ca4f466c">
+<!ENTITY linux-md5 "387a9b4071490c6893523786dfa57aab">
 <!ENTITY linux-home "https://www.kernel.org/">
 <!-- measured for 6.10.1 / gcc-14.1.0 on x86_64 with -j4 : 
  minimum is allnoconfig 
@@ -595,10 +595,10 @@
 <!ENTITY pkgconf-fin-du "5.0 MB">
 <!ENTITY pkgconf-fin-sbu "less than 0.1 SBU">
 
-<!ENTITY procps-ng-version "4.0.5">
-<!ENTITY procps-ng-size "1,483 KB">
+<!ENTITY procps-ng-version "4.0.6">
+<!ENTITY procps-ng-size "1,544 KB">
 <!ENTITY procps-ng-url "https://sourceforge.net/projects/procps-ng/files/Production/procps-ng-&procps-ng-version;.tar.xz">
-<!ENTITY procps-ng-md5 "90803e64f51f192f3325d25c3335d057">
+<!ENTITY procps-ng-md5 "20c23dc3dd1569a2bb1d1fa93de213ed">
 <!ENTITY procps-ng-home "https://gitlab.com/procps-ng/procps/">
 <!ENTITY procps-ng-fin-du "28 MB">
 <!ENTITY procps-ng-fin-sbu "0.1 SBU">
@@ -614,19 +614,19 @@
 <!-- If python minor version changes, updates in python and
      meson pages will be needed: python3.6 and python3.6m -->
 
-<!ENTITY python-version "3.14.2">
+<!ENTITY python-version "3.14.3">
 <!ENTITY python-minor "3.14">
-<!ENTITY python-size "23,014 KB">
+<!ENTITY python-size "23,222 KB">
 <!ENTITY python-url "https://www.python.org/ftp/python/&python-version;/Python-&python-version;.tar.xz">
-<!ENTITY python-md5 "19a31b2838db3b53f9f2db8782bf8773">
+<!ENTITY python-md5 "ef513dcb836d219ae0e2b16ac9c87d0f">
 <!ENTITY python-home "https://www.python.org/">
 <!ENTITY python-tmp-du "546 MB">
 <!ENTITY python-tmp-sbu "0.5 SBU">
 <!ENTITY python-fin-du "453 MB">
 <!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-md5 "43371faecf09acafc877b54df75871bd">
-<!ENTITY python-docs-size "10,525 KB">
+<!ENTITY python-docs-md5 "005159be74cf46222d6399fbc0fb0ada">
+<!ENTITY python-docs-size "10,609 KB">
 
 <!ENTITY readline-version "8.3">
 <!ENTITY readline-soversion "8.3"><!-- used for stripping -->
@@ -647,10 +647,10 @@
 <!ENTITY sed-fin-du "30 MB">
 <!ENTITY sed-fin-sbu "0.3 SBU">
 
-<!ENTITY setuptools-version "80.10.2">
-<!ENTITY setuptools-size "1,173 KB">
+<!ENTITY setuptools-version "81.0.0">
+<!ENTITY setuptools-size "1,171 KB">
 <!ENTITY setuptools-url "&pypi-src;/s/setuptools/setuptools-&setuptools-version;.tar.gz">
-<!ENTITY setuptools-md5 "9099b30197f56758b611ff2b6ec00e0e">
+<!ENTITY setuptools-md5 "fc47bdbfae8bda5ec5d6e651aeedceda">
 <!ENTITY setuptools-home "&pypi-home;/setuptools/">
 <!ENTITY setuptools-fin-du "25 MB">
 <!ENTITY setuptools-fin-sbu "less than 0.1 SBU">
@@ -685,21 +685,21 @@
 <!ENTITY sysklogd-fin-du "3.9 MB">
 <!ENTITY sysklogd-fin-sbu "less than 0.1 SBU">
 
-<!ENTITY systemd-version  "259">
+<!ENTITY systemd-version  "259.1">
 <!--<!ENTITY systemd-stable   "6b4878d">-->
 <!-- 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, 
      we will switch to the backport branch until the next stable release. -->
-<!ENTITY systemd-size     "16,846 KB">
+<!ENTITY systemd-size     "16,870 KB">
 <!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-md5      "5c5e5c1c43d4ee5e5648e7ab118ac476">
+<!ENTITY systemd-md5      "623f73826e7702ac08c57febb9d20431">
 <!ENTITY systemd-home     "https://systemd.io">
-<!ENTITY systemd-man-version "259">
+<!ENTITY systemd-man-version "259.1">
 <!ENTITY systemd-man-size "769 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-man-version;.tar.xz">
-<!ENTITY systemd-man-md5  "12897db690de993938888f7c8b4b637e">
+<!ENTITY systemd-man-md5  "de40a27b137ef707777811818995363c">
 <!ENTITY systemd-fin-du   "337 MB">
 <!ENTITY systemd-fin-sbu  "1.4 SBU">
 
diff --git a/patches.ent b/patches.ent
index 55911d2d1..d5baf8ce3 100644
--- a/patches.ent
+++ b/patches.ent
@@ -16,7 +16,7 @@
 <!ENTITY bzip2-docs-patch-size "1.6 KB">
 
 <!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch">
-<!ENTITY coreutils-i18n-patch-md5 "8456c93be5f3cb406431dd8a29f6527b">
+<!ENTITY coreutils-i18n-patch-md5 "6e9aea31b1662176101e6438a39fdad4">
 <!ENTITY coreutils-i18n-patch-size "128 KB">
 
 <!ENTITY expect-gcc15-patch "expect-&expect-version;-gcc15-1.patch">

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.