diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-09-29 18:45:45 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-09-29 18:45:45 +0000 |
commit | 82d957c29ade1278de27561507810d120a3a2a5c (patch) | |
tree | 89ffca6ab3f036c28cd0bdb8c83b07b687a88655 /chapter01 | |
parent | f41fa812d66608d4ac85de481e753aee7607ac6c (diff) |
Update bash upstream patch for CVE-2014-6271, CVE-2014-7169, and
CVE-2014-7187 (through upstream patch bash43-027).
Update to tzdata-2014h.
Update to man-db-2.7.0.2.
Improve wget command line in Section 3.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10768 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 27 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 12 |
2 files changed, 32 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index bfe6d2f6a..bb239cef1 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,11 +36,34 @@ </listitem> --> <listitem> + <para>2014-09-29</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Updated bash upstream patches and added fixes for + CVE-2014-6271, CVE-2014-7169, and CVE-2014-7187 (through upstream + patch bash43-027).</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to tzdata-2014h. Fixes + <ulink url="&lfs-ticket-root;3682">#3682</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to man-db-2.7.0.2. Fixes + <ulink url="&lfs-ticket-root;3683">#3683</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Improved wget command line in Section 3.1. Fixes + <ulink url="&lfs-ticket-root;3684">#3684</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2014-09-26</para> <itemizedlist> <listitem> - <para>[krejzi] - Updated bash upstream patches - and added fixes for CVE-2014-7169. Fixes <ulink + <para>[krejzi] - Updated bash upstream patches and added fixes for + CVE-2014-7169. Fixes <ulink url="&lfs-ticket-root;3680">#3680</ulink>.</para> </listitem> </itemizedlist> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 829f1adb5..9e7167a65 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -208,9 +208,9 @@ <!--<listitem> <para>Texinfo &texinfo-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Tzdata &tzdata-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Util-Linux &util-linux-version;</para> </listitem>--> @@ -248,9 +248,11 @@ <listitem> <para>attr-&attr-version;</para> </listitem> +--> <listitem> <para>&bash-fixes-patch;</para> </listitem> +<!-- <listitem> <para>&bc-memory-leak-patch;</para> </listitem> @@ -296,11 +298,11 @@ <itemizedlist> <title>Removed:</title> <listitem><para></para></listitem> <!-- satisfy build --> -<!-- + <listitem> - <para>bash-4.2-fixes-12.patch</para> + <para>bash-4.3-upstream_fixes-3.patch</para> </listitem> - +<!-- <listitem> <para>glibc-2.19-fhs-1.patch</para> </listitem> |