mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
Add a patch for glibc that fixes a segfault's dlopen
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9755 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
5dcff99d10
commit
6d6a2f029d
@ -37,6 +37,16 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>2012-02-24</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Add a patch for glibc that fixes a problem
|
||||
(segfault) for dlopen() in some cases.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2012-02-23</para>
|
||||
<itemizedlist>
|
||||
|
@ -219,6 +219,10 @@
|
||||
<itemizedlist>
|
||||
<title>Added:</title>
|
||||
|
||||
<listitem>
|
||||
<para>&glibc-sort-patch;</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Kmod-&kmod-version;</para>
|
||||
</listitem>
|
||||
|
@ -82,6 +82,14 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Glibc Bug Sort Relocatable Objects Patch - <token>&glibc-sort-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&glibc-sort-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&glibc-sort-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Glibc GCC Build Fix Patch - <token>&glibc-gcc_fix-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -102,7 +102,8 @@ unset DL</userinput></screen>
|
||||
|
||||
<para>Fix a couple of bugs in Glibc that can cause crashes and core dumps:</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fixes-patch;</userinput></screen>
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fixes-patch;
|
||||
patch -Np1 -i ../&glibc-sort-patch;</userinput></screen>
|
||||
|
||||
<para>Fix a bug that prevents Glibc from building with GCC-&gcc-version;:</para>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!ENTITY version "SVN-20120223">
|
||||
<!ENTITY releasedate "Feb 23, 2012">
|
||||
<!ENTITY version "SVN-20120224">
|
||||
<!ENTITY releasedate "Feb 24, 2012">
|
||||
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "7.1">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
@ -51,6 +51,10 @@
|
||||
<!ENTITY glibc-cpuid-patch-md5 "4f110dc9c8d4754fbda841492ce796b4">
|
||||
<!ENTITY glibc-cpuid-patch-size "0.8 KB">
|
||||
|
||||
<!ENTITY glibc-sort-patch "glibc-&glibc-version;-sort-1.patch">
|
||||
<!ENTITY glibc-sort-patch-md5 "740e71017059a4290761db0cc9dd63f3">
|
||||
<!ENTITY glibc-sort-patch-size "8.0 KB">
|
||||
|
||||
|
||||
<!ENTITY grub-inode-patch "grub-&grub-version;-256byte_inode-1.patch">
|
||||
<!ENTITY grub-inode-patch-md5 "2482bef9c1866b4045767a56268ba673">
|
||||
|
Loading…
Reference in New Issue
Block a user