From 00f4d68741cf9420f03ff67e75ab7c9921adc931 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 10 Nov 2010 22:26:02 +0000 Subject: Add security fixes for Glibc. Fixes #2790. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9414 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter06') 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 patch -Np1 -i ../&glibc-makefile_fix-patch; + Apply 2 patches that fix security vulnerabilities in this version of Glibc: + +patch -Np1 -i ../&glibc-ldaudit-patch; +patch -Np1 -i ../&glibc-origin-patch; + The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory: -- cgit v1.2.3-54-g00ecf