diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2014-10-04 20:10:00 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2014-10-04 20:10:00 +0000 |
commit | 40727745aef7b6394ec9c3d44ffdabca2afd71b3 (patch) | |
tree | 40bf52f4ba47d29499f3482988f4669fafa36cf3 /chapter01 | |
parent | 5d1f0157c145f460016e1ea65bedd4fa72074d41 (diff) |
Updated bash and readline fixes to latest available from upstream.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 15 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 11 |
2 files changed, 25 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 757ae4be0..95115baa0 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,21 @@ </listitem> --> <listitem> + <para>2014-09-26</para> + <itemizedlist> + <listitem> + <para>[krejzi] - Updated bash upstream patches and added fixes for + CVE-2014-6277. Fixes <ulink + url="&lfs-ticket-root;3680">#3686</ulink>.</para> + </listitem> + <listitem> + <para>[krejzi] - Updated reaadline upstream patches. Fixes <ulink + url="&lfs-ticket-root;3680">#3687</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2014-10-02</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index ba4663dba..7aac7121e 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -49,7 +49,7 @@ <!--<listitem> <para>Bzip2 &bzip2-version;</para> </listitem>--> - <!-- <listitem> + <!--<listitem> <para>Check &check-version;</para> </listitem>--> <!--<listitem> @@ -248,6 +248,11 @@ <listitem> <para>&perl-fix-patch;</para> </listitem> + + <listitem> + <para>&readline-fixes-patch;</para> + </listitem> + </itemizedlist> <itemizedlist> @@ -258,6 +263,10 @@ <para>bash-4.3-upstream_fixes-3.patch</para> </listitem> + <listitem> + <para>readline-6.3-upstream_fixes-2.patch</para> + </listitem> + </itemizedlist> </sect1> |