diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-27 22:31:00 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-27 22:31:00 +0000 |
commit | 8d2a1f4c95a7eb46479f90048ab17859e568c6f7 (patch) | |
tree | ae3a24aa20bf799f1d989dedc946f14e7d9c364a /chapter01 | |
parent | 4a5a10855a0c2bd64d00d3bf028e675429e6d293 (diff) |
Add patch to fix glibc occasional crash with problem nameservers
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9965 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 8 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e8792729b..3a81a1e63 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,11 +40,13 @@ <para>2012-08-27</para> <itemizedlist> <listitem> - <para>[bdubbs] - Add instructions to Chapter 5 glibc - to add rpc headers to the host system if they are missing.</para> + <para>[bdubbs] - Add patch to fix glibc occasional crash + with problem nameservers. Fixes + <ulink url="&lfs-ticket-root;3172">#3172</ulink>.</para> </listitem> <listitem> - <para>[bdubbs] - Apply upstream patches to make.</para> + <para>[bdubbs] - Add instructions to Chapter 5 glibc + to add rpc headers to the host system if they are missing.</para> </listitem> </itemizedlist> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index a4fa2ecd1..70b28da9d 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -236,6 +236,10 @@ </listitem> <listitem> + <para>&glibc-fix-resolv-patch;</para> + </listitem> + + <listitem> <para>&kbd-fixes-patch;</para> </listitem> |