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 /chapter01/changelog.xml | |
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 'chapter01/changelog.xml')
-rw-r--r-- | chapter01/changelog.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 54f1e5d60..357f16f01 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,26 @@ --> <listitem> + <para>2015-04-24</para> + <itemizedlist> + <listitem> + <para>[krejzi] - Added a fix for security issue + in Glibc (CVE-2015-1781). Thanks to Ken Moffat + for identifying the proplem and the fix.</para> + </listitem> + <listitem> + <para>[krejzi] - Fixed Ncurses and Perl build + with GCC 5. Thanks to Ken Moffat and Douglas + R. Reno for providing the patches.</para> + </listitem> + <listitem> + <para>[krejzi] - Updated to GCC-5.1.0. Fixes + <ulink url="&lfs-ticket-root;3779">#3779</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2015-04-21</para> <itemizedlist> <listitem> |