diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-09-14 14:25:04 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-09-14 14:32:37 +0800 |
commit | efd11134bb9bfa33f3c64aee634b2232bee571d3 (patch) | |
tree | a032307dfae235fd4beb4b1a2e0d01e22b4d6f3f /chapter01 | |
parent | b91b12adf3d7926f570b900f758e4670de3d4ec1 (diff) |
Glibc: Fix CVE-2023-4806
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 20 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 23 |
2 files changed, 24 insertions, 19 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 07493ad16..5f2d4860f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,26 @@ --> <listitem> + <para>2023-09-13</para> + <itemizedlist> + <listitem> + <para>[xry111] - Fix CVE-2023-4806 for Glibc-2.38. Fixes + <ulink url='&lfs-ticket-root;5347'>#5347</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> + <para>2023-09-12</para> + <itemizedlist> + <listitem> + <para>[xry111] - Fix CVE-2023-4527 for Glibc-2.38. Fixes + <ulink url='&lfs-ticket-root;5346'>#5346</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2023-09-07</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 6f1291ad6..e1fca225c 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -287,35 +287,20 @@ <title>Added:</title> <listitem><para></para></listitem> <!-- satisfy build --> - <!--<listitem> - <para>&grub-upstream-fixes-patch;</para> - </listitem>--> - - <!--<listitem> - <para>&readline-fixes-patch;</para> - </listitem>--> + <listitem> + <para>&glibc-upstream-fixes-patch;</para> + </listitem> - <!--<listitem revision="systemd"> - <para>&systemd-upstream-patch;</para> - </listitem>--> </itemizedlist> <itemizedlist> <title>Removed:</title> <listitem><para></para></listitem> <!-- satisfy build --> -<!-- - <listitem revision='sysv'> - <para>eudev-3.2.12</para> - </listitem> <listitem> - <para>Pkg-config-0.29.2</para> + <para>glibc-2.38-memalign_fix-1.patch</para> </listitem> - <listitem revision='systemd'> - <para>systemd-252-security_fix-1.patch</para> - </listitem> ---> </itemizedlist> </sect1> |