diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-04-24 03:19:38 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-04-24 03:19:38 +0000 |
commit | bb189b08be8e84e1f7cccb1b47371b5ca5acb94c (patch) | |
tree | 9f8ed69172c230699bbd6c714eba549f4a07fb64 /chapter03 | |
parent | 4172728913ba9c6c0a43282abded047190b50367 (diff) |
Added a fix for security issue in Glibc (CVE-2015-1781).
Thanks to Ken Moffat for identifying the proplem and the fix.
Fixed Ncurses and Perl build with GCC 5. Thanks to Ken Moffat and
Douglas R. Reno for providing the patches.
Updated to GCC-5.1.0. Imported changes from systemd version.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10903 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/patches.xml | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 6cc70cfcb..d55746f46 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -123,15 +123,23 @@ <para>MD5 sum: <literal>&mpfr-fixes-patch-md5;</literal></para> </listitem> </varlistentry> -<!-- + <varlistentry> - <term>Perl Data::Dumper Patch - <token>&perl-fix-patch-size;</token>:</term> + <term>Ncurses GCC 5 Fixes Patch - <token>&ncurses-gcc5-buildfixes-patch-size;</token>:</term> <listitem> - <para>Download: <ulink url="&patches-root;&perl-fix-patch;"/></para> - <para>MD5 sum: <literal>&perl-fix-patch-md5;</literal></para> + <para>Download: <ulink url="&patches-root;&ncurses-gcc5-buildfixes-patch;"/></para> + <para>MD5 sum: <literal>&ncurses-gcc5-buildfixes-patch-md5;</literal></para> </listitem> </varlistentry> ---> + + <varlistentry> + <term>Perl GCC 5 Fixes Patch - <token>&perl-gcc5-fixes-patch-size;</token>:</term> + <listitem> + <para>Download: <ulink url="&patches-root;&perl-gcc5-fixes-patch;"/></para> + <para>MD5 sum: <literal>&perl-gcc5-fixes-patch-md5;</literal></para> + </listitem> + </varlistentry> + <varlistentry> <term>Readline Upstream Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term> <listitem> |