[lfs] 02/02: non-x86-efi: Revert "glibc: fix tanh crash on old processors"
| 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 xry111/non-x86-efi in repository lfs. commit 196ab73c44fe942e0a47cd93b0c624531bf388ba Author: Xi Ruoyao <[email protected]> AuthorDate: Thu Aug 6 12:58:08 2026 +0800 non-x86-efi: Revert "glibc: fix tanh crash on old processors" This reverts commit 73777c84b51391a7dfab07e2348ccf0c87afcd3d. --- chapter03/patches.xml | 5 +++-- chapter08/glibc.xml | 9 +++++---- patches.ent | 8 +++++--- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 5abcffebc..01502231c 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -77,14 +77,15 @@ </varlistentry> --> +<!-- <varlistentry> - <term>Glibc Upstream Fix Patch - <token>&glibc-upstream-patch-size;</token>:</term> + <term>Glibc Upstream Fixes Patch - <token>&glibc-upstream-patch-size;</token>:</term> <listitem> <para>Download: <ulink url="&patches-root;&glibc-upstream-patch;"/></para> <para>MD5 sum: <literal>&glibc-upstream-patch-md5;</literal></para> </listitem> </varlistentry> - +--> <varlistentry> <term>Glibc FHS Patch - <token>&glibc-fhs-patch-size;</token>:</term> <listitem> diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 12cc7a6e0..fe1a80157 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -50,12 +50,13 @@ <screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen> - <para>Now fix an issue causing the - <ulink role='man' url='&man;tanh.3'>tanh(3)</ulink> function to crash - on some old x86_64 processors. Newer x86_64 processors and 32-bit x86 - processors are not affected but the patch makes no harm either:</para> +<!-- + <para>Now add some fixes to address building and testing with Linux 7, + and fix 5 security vulnerabilities found after the glibc-2.43 + release:</para> <screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen> +--> <para>The Glibc documentation recommends building Glibc in a dedicated build directory:</para> diff --git a/patches.ent b/patches.ent index b2c4fb36c..3536c943a 100644 --- a/patches.ent +++ b/patches.ent @@ -27,9 +27,11 @@ <!ENTITY glibc-fhs-patch-md5 "9a5997c3452909b1769918c759eff8a2"> <!ENTITY glibc-fhs-patch-size "2.8 KB"> -<!ENTITY glibc-upstream-patch "glibc-&glibc-version;-upstream_fix-1.patch"> -<!ENTITY glibc-upstream-patch-md5 "1a9afeffc6bcf8dde6beb29aebb4a847"> -<!ENTITY glibc-upstream-patch-size "3.3 KB"> +<!-- +<!ENTITY glibc-upstream-patch "glibc-&glibc-version;-upstream_fixes-1.patch"> +<!ENTITY glibc-upstream-patch-md5 "1f5074a1dce85a72d2ea465ca76e420b"> +<!ENTITY glibc-upstream-patch-size "49 KB"> +--> <!ENTITY kbd-backspace-patch "kbd-&kbd-version;-backspace-1.patch"> <!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895"> -- 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