Changeset efd1113
- Timestamp:
- 09/14/2023 06:32:37 AM (13 months ago)
- Branches:
- 12.1, 12.1-rc1, 12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/update-glibc
- Children:
- ba40e32
- Parents:
- b91b12a
- git-author:
- Xi Ruoyao <xry111@…> (09/14/2023 06:25:04 AM)
- git-committer:
- Xi Ruoyao <xry111@…> (09/14/2023 06:32:37 AM)
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rb91b12a refd1113 40 40 appropriate for the entry or if needed the entire day's listitem. 41 41 --> 42 43 <listitem> 44 <para>2023-09-13</para> 45 <itemizedlist> 46 <listitem> 47 <para>[xry111] - Fix CVE-2023-4806 for Glibc-2.38. Fixes 48 <ulink url='&lfs-ticket-root;5347'>#5347</ulink>.</para> 49 </listitem> 50 </itemizedlist> 51 </listitem> 52 53 <listitem> 54 <para>2023-09-12</para> 55 <itemizedlist> 56 <listitem> 57 <para>[xry111] - Fix CVE-2023-4527 for Glibc-2.38. Fixes 58 <ulink url='&lfs-ticket-root;5346'>#5346</ulink>.</para> 59 </listitem> 60 </itemizedlist> 61 </listitem> 42 62 43 63 <listitem> -
chapter01/whatsnew.xml
rb91b12a refd1113 288 288 <listitem><para></para></listitem> <!-- satisfy build --> 289 289 290 <!--<listitem> 291 <para>&grub-upstream-fixes-patch;</para> 292 </listitem>--> 293 294 <!--<listitem> 295 <para>&readline-fixes-patch;</para> 296 </listitem>--> 297 298 <!--<listitem revision="systemd"> 299 <para>&systemd-upstream-patch;</para> 300 </listitem>--> 290 <listitem> 291 <para>&glibc-upstream-fixes-patch;</para> 292 </listitem> 293 301 294 </itemizedlist> 302 295 … … 304 297 <title>Removed:</title> 305 298 <listitem><para></para></listitem> <!-- satisfy build --> 306 <!-- 307 <listitem revision='sysv'> 308 <para>eudev-3.2.12</para> 309 </listitem> 310 311 <listitem> 312 <para>Pkg-config-0.29.2</para> 313 </listitem> 314 315 <listitem revision='systemd'> 316 <para>systemd-252-security_fix-1.patch</para> 317 </listitem> 318 --> 299 300 <listitem> 301 <para>glibc-2.38-memalign_fix-1.patch</para> 302 </listitem> 303 319 304 </itemizedlist> 320 305 -
chapter03/patches.xml
rb91b12a refd1113 79 79 --> 80 80 <varlistentry> 81 <term>Glibc Memalign Patch - <token>&glibc-memalign-patch-size;</token>:</term>81 <term>Glibc Upstream Fixes Patch - <token>&glibc-upstream-fixes-patch-size;</token>:</term> 82 82 <listitem> 83 <para>Download: <ulink url="&patches-root;&glibc- memalign-patch;"/></para>84 <para>MD5 sum: <literal>&glibc- memalign-patch-md5;</literal></para>83 <para>Download: <ulink url="&patches-root;&glibc-upstream-fixes-patch;"/></para> 84 <para>MD5 sum: <literal>&glibc-upstream-fixes-patch-md5;</literal></para> 85 85 </listitem> 86 86 </varlistentry> -
chapter08/glibc.xml
rb91b12a refd1113 51 51 <screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen> 52 52 53 <para>Now fix a regression causing the posix_memalign() function 54 to be very slow in some conditions:</para> 55 56 <screen><userinput remap="pre">patch -Np1 -i ../&glibc-memalign-patch;</userinput></screen> 57 58 <!-- CVE-2023-4527 59 https://sourceware.org/bugzilla/show_bug.cgi?id=30842 60 https://sourceware.org/ml/libc-alpha/2023-September/151522.html --> 61 <para>Then fix a security vulnerability exploitable when the 62 <option>no-aaaa</option> option is used in 63 <filename>/etc/resolv.conf</filename>:</para> 64 65 <screen><userinput remap="pre">sed \ 66 -E "/__res_context_search/\ 67 {N;N;s/(search \(([^,]*,){6}[^,]*)NULL/\1\&alt_dns_packet_buffer/}" \ 68 -i resolv/nss_dns/dns-host.c</userinput></screen> 53 <para>Now fix two security vulnerabilities and a regression causing the 54 posix_memalign() function very slow in some conditions:</para> 55 56 <screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-fixes-patch;</userinput></screen> 69 57 70 58 <para>The Glibc documentation recommends building Glibc -
patches.ent
rb91b12a refd1113 15 15 <!ENTITY glibc-fhs-patch-size "2.8 KB"> 16 16 17 <!ENTITY glibc- memalign-patch "glibc-&glibc-version;-memalign_fix-1.patch">18 <!ENTITY glibc- memalign-patch-md5 "2c3552bded42a83ad6a7087c5fbf3857">19 <!ENTITY glibc- memalign-patch-size "20KB">17 <!ENTITY glibc-upstream-fixes-patch "glibc-&glibc-version;-upstream_fixes-1.patch"> 18 <!ENTITY glibc-upstream-fixes-patch-md5 "2e347e291804b62a18a43a8cdc79e01e"> 19 <!ENTITY glibc-upstream-fixes-patch-size "24 KB"> 20 20 21 21 <!ENTITY grub-upstream-fixes-patch "grub-&grub-version;-upstream_fixes-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.