diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-10-04 13:39:03 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-10-04 13:39:03 +0800 |
commit | 363fece4283164d114b330b430d9bb3d056c77b9 (patch) | |
tree | dd14e05b28dfe92c1cb20547625cc2ae5922d9d4 | |
parent | 0d8322dbe62f0a5d4a86b03e155dbbb593a130ad (diff) |
glibc: Fix CVE-2023-4911
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | patches.ent | 4 |
2 files changed, 12 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 956e208d5..4a3bd21ae 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,16 @@ --> <listitem> + <para>2023-10-03</para> + <itemizedlist> + <listitem> + <para>[xry111] - Update Glibc upstream fixes patch to fix + CVE-2023-4911.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2023-10-01</para> <itemizedlist> <listitem> diff --git a/patches.ent b/patches.ent index 3677f3e66..4107b2dc2 100644 --- a/patches.ent +++ b/patches.ent @@ -14,8 +14,8 @@ <!ENTITY glibc-fhs-patch-md5 "9a5997c3452909b1769918c759eff8a2"> <!ENTITY glibc-fhs-patch-size "2.8 KB"> -<!ENTITY glibc-upstream-fixes-patch "glibc-&glibc-version;-upstream_fixes-2.patch"> -<!ENTITY glibc-upstream-fixes-patch-md5 "a5a06adb7f61dcc901f35d810ac8a1c0"> +<!ENTITY glibc-upstream-fixes-patch "glibc-&glibc-version;-upstream_fixes-3.patch"> +<!ENTITY glibc-upstream-fixes-patch-md5 "545977e0b5c341ba945cf4b5de92f1e2"> <!ENTITY glibc-upstream-fixes-patch-size "28 KB"> <!ENTITY grub-upstream-fixes-patch "grub-&grub-version;-upstream_fixes-1.patch"> |