diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-10-02 07:00:51 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-10-02 07:00:51 +0000 |
commit | 5d1f0157c145f460016e1ea65bedd4fa72074d41 (patch) | |
tree | dc1530ea40e802f8fa7a38ba73878a26a56bdbc7 /chapter06/grub.xml | |
parent | 82d957c29ade1278de27561507810d120a3a2a5c (diff) |
Added perl patch to fix CVE-2014-4330.
Update to grub-2.02~beta2. It's been in beta for over 9 months
and a 'stable' does not seem to be forthcoming.
Document glibc tests known to sometimes fail.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10769 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/grub.xml')
-rw-r--r-- | chapter06/grub.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/grub.xml b/chapter06/grub.xml index 7941debd6..545508dcb 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -40,10 +40,6 @@ <sect2 role="installation"> <title>Installation of GRUB</title> - <para>Fix an incompatibility between this package and Glibc-&glibc-version;:</para> - -<screen><userinput remap="pre">sed -i -e '/gets is a/d' grub-core/gnulib/stdio.in.h</userinput></screen> - <para>Prepare GRUB for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |