| Newsgroups |
gmane.linux.lfs.book |
| Message-ID |
<[email protected]> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch multilib
in repository lfs.
commit 99afde701eb6f55ad0bd37e2761509c42859f497
Merge: fcf8bbda0 34cca7cb7
Author: zeckma-tech <[email protected]>
AuthorDate: Fri Aug 14 15:31:29 2026 -0600
Merge branch 'trunk' into multilib
This also updates the kernel config. For some reason, TTY is not an
option that is enabled in the Systemd TOML kernel config, causing
kernel-config.py to panic. So TTY is added as an option. It's required
by the XML in trunk anyway.
chapter01/changelog.xml | 46 ++++++++
chapter01/whatsnew.xml | 4 +-
chapter08/gmp.xml | 2 +-
chapter08/shadow.xml | 29 ++---
chapter10/kernel/kernel.version | 2 +-
chapter10/kernel/systemd.toml | 2 +
chapter10/kernel/systemd.xml | 5 +-
packages.ent | 238 ++++++++++++++++++++--------------------
prologue/why.xml | 8 +-
stylesheets/dump-commands.xsl | 4 +-
10 files changed, 196 insertions(+), 144 deletions(-)
diff --cc chapter01/changelog.xml
index a010373fe,e73d5dba9..793fbc1b0
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@@ -42,15 -40,52 +42,61 @@@
appropriate for the entry or if needed the entire day's listitem.
-->
+ <listitem>
+ <para>2026-08-15</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Update to expat-2.8.3 (Security Update). Fixes
+ <ulink url="&lfs-ticket-root;5996">#5996</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to iana-etc-20260805. Addresses
+ <ulink url="&lfs-ticket-root;5006">#5006</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to libffi-3.8.0. Fixes
+ <ulink url="&lfs-ticket-root;5993">#5993</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to linux-7.1.8. Fixes
+ <ulink url="&lfs-ticket-root;5997">#5997</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to meson-1.12.0. Fixes
+ <ulink url="&lfs-ticket-root;5998">#5998</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to procps-ng-4.0.7. Fixes
+ <ulink url="&lfs-ticket-root;6000">#6000</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to setuptools-84.0.0 (Python module). Fixes
+ <ulink url="&lfs-ticket-root;5994">#5994</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to shadow-4.20.2. Fixes
+ <ulink url="&lfs-ticket-root;5995">#5995</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to vim-9.2.0954. Addresses
+ <ulink url="&lfs-ticket-root;4500">#4500</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to wheel-0.48.0 (Python module). Fixes
+ <ulink url="&lfs-ticket-root;5999">#5999</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
+ <para>2026-08-11</para>
+ <itemizedlist>
+ <listitem>
+ <para>[zeckma] - Update to isl-0.28.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
<listitem>
<para>2026-08-07</para>
<itemizedlist>
diff --cc chapter08/gmp.xml
index 85e2986f5,2cd7b9d80..99c49b0aa
--- a/chapter08/gmp.xml
+++ b/chapter08/gmp.xml
@@@ -41,11 -41,20 +41,11 @@@
<sect2 role="installation">
<title>Installation of GMP</title>
- <note>
- <para>If you are building for 32-bit x86, but you have a CPU which is
- capable of running 64-bit code <emphasis>and</emphasis> you have specified
- <envar>CFLAGS</envar> in the environment, the configure script will
- attempt to configure for 64-bits and fail.
- Avoid this by invoking the configure command below with
-<screen role="nodump"><userinput><parameter>ABI=32</parameter> ./configure ...</userinput></screen></para>
- </note>
-
<note>
<para>The default settings of GMP produce libraries optimized for
- the host processor. If libraries suitable for processors less
+ the host processor. If libraries suitable for processors less
capable than the host's CPU are desired, generic libraries can be
- created by appending the <option>--host=none-linux-gnu</option> option
+ created by appending the <option>--disable-assembly</option> option
to the <command>configure</command> command.</para>
<!-- To editors: the configure script says "the none host is obsolete,
diff --cc chapter10/kernel/kernel.version
index 0b0afee6a,0b0afee6a..2fe040f42
--- a/chapter10/kernel/kernel.version
+++ b/chapter10/kernel/kernel.version
@@@ -1,1 -1,1 +1,1 @@@
--6.19.8
++7.1.8
diff --cc chapter10/kernel/systemd.toml
index 565eeb49d,dd0bfab4b..a9bade1cd
--- a/chapter10/kernel/systemd.toml
+++ b/chapter10/kernel/systemd.toml
@@@ -29,6 -29,7 +29,8 @@@ INOTIFY_USER='*
TMPFS='*'
TMPFS_POSIX_ACL='*'
CGROUP_SCHED='* '
++TTY='*'
+ LEGACY_TIOCSTI=' '
revision='systemd'
diff --cc chapter10/kernel/systemd.xml
index 924dbb5a1,fc104db98..3f13d51f5
--- a/chapter10/kernel/systemd.xml
+++ b/chapter10/kernel/systemd.xml
@@@ -28,7 -28,7 +28,7 @@@
[*] N<emphasis role='blue'>e</emphasis>tworking support ---> [NET]
N<emphasis role='blue'>e</emphasis>tworking options --->
[*] <emphasis role='blue'>T</emphasis>CP/IP networking [INET]
-- <*> <emphasis role='blue'>T</emphasis>he IPv6 protocol ---> [IPV6]
++ [*] <emphasis role='blue'>T</emphasis>he IPv6 protocol ---> [IPV6]
<emphasis role='blue'>D</emphasis>evice Drivers --->
<emphasis role='blue'>G</emphasis>eneric Driver Options --->
@@@ -41,6 -40,12 +41,9 @@@
<emphasis role='blue'>F</emphasis>irmware Drivers --->
[*] <emphasis role='blue'>E</emphasis>xport DMI identification via sysfs to userspace [DMIID]
[*] M<emphasis role='blue'>a</emphasis>rk VGA/VBE/EFI FB as generic system framebuffer [SYSFB_SIMPLEFB]
- ... [DEVTMPFS_MOUNT]
+ <emphasis role='blue'>C</emphasis>haracter devices --->
- [Y] <emphasis role='blue'>E</emphasis>nable TTY ---> [TTY]
- [ ] <emphasis role='blue'>A</emphasis>llow legacy TIOCSTI usage [LEGACY_TIOCSTI]
-
++ [*] <emphasis role='blue'>E</emphasis>nable TTY [TTY]
++ [ ] <emphasis role='blue'>A</emphasis>llow legacy TIOCSTI usage [LEGACY_TIOCSTI]
<emphasis role='blue'>G</emphasis>raphics support --->
<*> <emphasis role='blue'>D</emphasis>irect Rendering Manager (XFree86 4.1.0 and higher DRI support) --->
... [DRM]
diff --cc packages.ent
index 1280c3f70,61f4e84a5..ee9ecee9d
--- a/packages.ent
+++ b/packages.ent
@@@ -340,19 -340,9 +340,19 @@@
<!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz">
<!ENTITY iproute2-md5 "4f322144fb9a0877c5f9ef71b2f11180">
<!ENTITY iproute2-home "&kernel;linux/utils/net/iproute2/">
- <!ENTITY iproute2-fin-du "17 MB">
+ <!ENTITY iproute2-fin-du "18 MB">
<!ENTITY iproute2-fin-sbu "0.1 SBU">
+<!ENTITY isl-version "0.28">
+<!ENTITY isl-size "1.9 MB">
+<!-- ENTITY isl-url "http://isl.gforge.inria.fr/isl-&isl-version;.tar.xz" -->
+<!-- ENTITY isl-url "https://gcc.gnu.org/pub/gcc/infrastructure/isl-&isl-version;.tar.bz2" -->
+<!ENTITY isl-url "https://libisl.sourceforge.io/isl-&isl-version;.tar.xz">
+<!ENTITY isl-md5 "2b84af1d8d9ffab00a69470bfe097709">
+<!ENTITY isl-home "http://libisl.sourceforge.io/">
+<!ENTITY isl-fin-du "14 MB">
+<!ENTITY isl-fin-sbu "0.3 SBU">
+
<!ENTITY jinja2-version "3.1.6">
<!ENTITY jinja2-size "240 KB">
<!ENTITY jinja2-url "&pypi-src;/J/Jinja2/jinja2-&jinja2-version;.tar.gz">
--
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