diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-11-10 22:26:02 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-11-10 22:26:02 +0000 |
commit | 00f4d68741cf9420f03ff67e75ab7c9921adc931 (patch) | |
tree | 1c020ca1a6a73ac8995ca82e4e76a7adb7d9b486 /chapter06 | |
parent | 0e215e4778a9d178a5d0d69061c888026ede822e (diff) |
Add security fixes for Glibc. Fixes #2790.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9414 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 176e1497a..3430fa6c7 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -101,6 +101,11 @@ unset DL</userinput></screen> <screen><userinput remap="pre">patch -Np1 -i ../&glibc-makefile_fix-patch;</userinput></screen> + <para>Apply 2 patches that fix security vulnerabilities in this version of Glibc:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&glibc-ldaudit-patch; +patch -Np1 -i ../&glibc-origin-patch;</userinput></screen> + <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |