Fix a Glibc bug that prevents some programs from running

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7178 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2005-11-24 19:30:13 +00:00
parent fd80ade064
commit 3487416217
5 changed files with 19 additions and 2 deletions

View File

@ -30,6 +30,7 @@ First a summary, then a detailed log.</para>
<listitem><para>&bzip2-docs-patch;</para></listitem>
<listitem><para>&bzip2-bzgrep-patch;</para></listitem>
<listitem><para>&glibc-rtld-patch;</para></listitem>
<listitem><para>&glibc-tls_assert-patch;</para></listitem>
<listitem><para>&texinfo-tempfile_fix-patch;</para></listitem>
<listitem><para>&util-linux-umount-patch;</para></listitem>
<listitem><para>&vim-security_fix-patch;</para></listitem>
@ -42,6 +43,9 @@ First a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
<listitem><para>November 24, 2005 [matt]: Fix an issue with Glibc that prevents
some programs (including OpenOffice.org) from running.</para></listitem>
<listitem><para>November 23, 2005 [gerard]: Corrected reference to 'man page' to
'HTML documentation' in chapter 6/sec</para></listitem>

View File

@ -113,6 +113,13 @@ needed to build an LFS system:</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Glibc TLS Assertion Patch - 6 KB:</term>
<listitem>
<para><ulink url="&patches-root;&glibc-tls_assert-patch;"/></para>
</listitem>
</varlistentry>
<varlistentry>
<term>Gzip Security Patch - 2 KB:</term><listitem>
<para><ulink url="&patches-root;&gzip-security_fix-patch;"/></para>

View File

@ -71,6 +71,11 @@ nor the kernel. This patch fixes the problem:</para>
<screen><userinput>patch -Np1 -i ../&glibc-testfix-patch;</userinput></screen>
<para>Apply the following patch to fix a bug in Glibc that can prevent some
programs (including OpenOffice.org) from running:</para>
<screen><userinput>patch -Np1 -i ../&glibc-tls_assert-patch;</userinput></screen>
<para>The Glibc documentation recommends building Glibc outside of the source
directory in a dedicated build directory:</para>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "TESTING-20051118">
<!ENTITY releasedate "November 18, 2005">
<!ENTITY version "TESTING-20051124">
<!ENTITY releasedate "November 24, 2005">
<!ENTITY milestone "6.1.1">
<!ENTITY generic-version "testing"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->

View File

@ -22,6 +22,7 @@
<!ENTITY glibc-rtld-patch "glibc-&glibc-version;-rtld_search_dirs-1.patch">
<!ENTITY glibc-testfix-patch "glibc-&glibc-version;-fix_test-1.patch">
<!ENTITY glibc-tls_assert-patch "glibc-&glibc-version;-tls_assert-1.patch">
<!ENTITY gzip-security_fix-patch "gzip-&gzip-version;-security_fixes-1.patch">