diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7c096e27f..86c42576f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,10 @@ 2011-08-14 + + [matthew] - Added a patch to fix a couple of bugs in Glibc-2.14. + + [matthew] - Update to GDBM-1.9.1. Fixes #2913. diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 9e84bcc05..16748e769 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -245,6 +245,9 @@ Glib-&glib-version; + + &glibc-fixes-patch; + &glibc-gcc_fix-patch; diff --git a/chapter03/patches.xml b/chapter03/patches.xml index f12174bbc..0e61f3124 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -74,6 +74,14 @@ + + Glibc Bug Fixes Patch - &glibc-fixes-patch-size;: + + Download: + MD5 sum: &glibc-fixes-patch-md5; + + + Glibc GCC Build Fix Patch - &glibc-gcc_fix-patch-size;: diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 9745908f5..e920c2ac6 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -100,6 +100,10 @@ unset DL sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in + Fix a couple of bugs in Glibc that can cause crashes and core dumps: + +patch -Np1 -i ../&glibc-fixes-patch; + Fix a bug that prevents Glibc from building with GCC-&gcc-version;: patch -Np1 -i ../&glibc-gcc_fix-patch; diff --git a/patches.ent b/patches.ent index 0a2b57574..d95469c1a 100644 --- a/patches.ent +++ b/patches.ent @@ -40,6 +40,10 @@ + + + +