aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2010-11-10 22:26:02 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2010-11-10 22:26:02 +0000
commit00f4d68741cf9420f03ff67e75ab7c9921adc931 (patch)
tree1c020ca1a6a73ac8995ca82e4e76a7adb7d9b486 /chapter06
parent0e215e4778a9d178a5d0d69061c888026ede822e (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.xml5
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>