Changeset 00f4d68


Ignore:
Timestamp:
11/10/2010 10:26:02 PM (14 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
30852f21
Parents:
0e215e4
Message:

Add security fixes for Glibc. Fixes #2790.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9414 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r0e215e4 r00f4d68  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[matthew] Add security fixes for Glibc. Fixes
     44          <ulink url="&lfs-ticket-root;2790">#2790</ulink>.</para>
     45        </listitem>
     46        <listitem>
    4347          <para>[matthew] Upgrade to Man-Pages-3.30. Fixes
    4448          <ulink url="&lfs-ticket-root;2788">#2788</ulink>.</para>
  • chapter01/whatsnew.xml

    r0e215e4 r00f4d68  
    225225
    226226    <listitem>
     227      <para>bzip2-1.0.6-install_docs-1.patch</para>
     228    </listitem>
     229
     230    <listitem>
    227231      <para>coreutils-8.6-i18n-1.patch</para>
    228232    </listitem>
     
    233237
    234238    <listitem>
     239      <para>glibc-2.12.1-ld_audit_fix-1.patch</para>
     240    </listitem>
     241
     242    <listitem>
     243      <para>glibc-2.12.1-origin_fix-1.patch</para>
     244    </listitem>
     245
     246    <listitem>
    235247      <para>perl-5.12.2-libc-1.patch</para>
    236     </listitem>
    237 
    238     <listitem>
    239       <para>bzip2-1.0.6-install_docs-1.patch</para>
    240248    </listitem>
    241249
  • chapter03/patches.xml

    r0e215e4 r00f4d68  
    9292
    9393    <varlistentry>
     94      <term>Glibc LD Audit Patch - <token>&glibc-ldaudit-patch-size;</token>:</term>
     95      <listitem>
     96        <para>Download: <ulink url="&patches-root;&glibc-ldaudit-patch;"/></para>
     97        <para>MD5 sum: <literal>&glibc-ldaudit-patch-md5;</literal></para>
     98      </listitem>
     99    </varlistentry>
     100
     101    <varlistentry>
    94102      <term>Glibc Makefile Fix Patch - <token>&glibc-makefile_fix-patch-size;</token>:</term>
    95103      <listitem>
    96104        <para>Download: <ulink url="&patches-root;&glibc-makefile_fix-patch;"/></para>
    97105        <para>MD5 sum: <literal>&glibc-makefile_fix-patch-md5;</literal></para>
     106      </listitem>
     107    </varlistentry>
     108
     109    <varlistentry>
     110      <term>Glibc Origin Patch - <token>&glibc-origin-patch-size;</token>:</term>
     111      <listitem>
     112        <para>Download: <ulink url="&patches-root;&glibc-origin-patch;"/></para>
     113        <para>MD5 sum: <literal>&glibc-origin-patch-md5;</literal></para>
    98114      </listitem>
    99115    </varlistentry>
  • chapter06/glibc.xml

    r0e215e4 r00f4d68  
    101101
    102102<screen><userinput remap="pre">patch -Np1 -i ../&glibc-makefile_fix-patch;</userinput></screen>
     103
     104    <para>Apply 2 patches that fix security vulnerabilities in this version of Glibc:</para>
     105
     106<screen><userinput remap="pre">patch -Np1 -i ../&glibc-ldaudit-patch;
     107patch -Np1 -i ../&glibc-origin-patch;</userinput></screen>
    103108
    104109    <para>The Glibc documentation recommends building Glibc outside of the source
  • patches.ent

    r0e215e4 r00f4d68  
    5050<!ENTITY glibc-gcc_fix-patch-size "2.5 KB">
    5151
     52<!ENTITY glibc-ldaudit-patch "glibc-&glibc-version;-ld_audit_fix-1.patch">
     53<!ENTITY glibc-ldaudit-patch-md5 "10e1bae28413ec9086f63abba34a1e2e">
     54<!ENTITY glibc-ldaudit-patch-size "7.9 KB">
     55
    5256<!ENTITY glibc-makefile_fix-patch "glibc-&glibc-version;-makefile_fix-1.patch">
    5357<!ENTITY glibc-makefile_fix-patch-md5 "0ef634ac78e582f45d0e7643bfda7505">
    5458<!ENTITY glibc-makefile_fix-patch-size "1 KB">
     59
     60<!ENTITY glibc-origin-patch "glibc-&glibc-version;-origin_fix-1.patch">
     61<!ENTITY glibc-origin-patch-md5 "aa81dd9594648707e86c764ce8b2e1c8">
     62<!ENTITY glibc-origin-patch-size "2.9 KB">
    5563
    5664
Note: See TracChangeset for help on using the changeset viewer.