diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2014-09-26 14:34:54 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2014-09-26 14:34:54 +0000 |
commit | 2111d7765f9ab515129bd784e6c3519a79ac5ebf (patch) | |
tree | f9d6c6ad125e4fb1675536fb3a9a01e06d1c5428 | |
parent | 8b9b4cb01b9e794ac7fceae5d741abb43da8a055 (diff) |
Incorporate bash security fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10764 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 11 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | patches.ent | 6 |
3 files changed, 16 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 17dcdb8da..b20a33441 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,17 @@ </listitem> --> <listitem> + <para>2014-09-26</para> + <itemizedlist> + <listitem> + <para>Updated bash upstream patches and added + fixes for CVE-2014-7169. Fixes <ulink + url="&lfs-ticket-root;3680">#3680</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2014-09-23</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index 6c1829bd0..a2efa60a5 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ -<!ENTITY version "20140923-systemd"> +<!ENTITY version "20140926-systemd"> <!ENTITY short-version "systemd"> <!-- Used in dbus chapter, change to x.y for release --> -<!ENTITY releasedate "September 23, 2014"> +<!ENTITY releasedate "September 26, 2014"> <!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.7"> <!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/patches.ent b/patches.ent index a96bf0da6..ed4f69505 100644 --- a/patches.ent +++ b/patches.ent @@ -2,9 +2,9 @@ <!-- Start of Common Patches --> -<!ENTITY bash-fixes-patch "bash-&bash-version;-upstream_fixes-3.patch"> -<!ENTITY bash-fixes-patch-md5 "3266ce3d2f0aa647d4ef068e46899246"> -<!ENTITY bash-fixes-patch-size "28 KB"> +<!ENTITY bash-fixes-patch "bash-&bash-version;-upstream_fixes-4.patch"> +<!ENTITY bash-fixes-patch-md5 "9233ba62610d4eb3f45ed57073d4273b"> +<!ENTITY bash-fixes-patch-size "40 KB"> <!ENTITY binutils-lto-patch "binutils-&binutils-version;-load_gcc_lto_plugin_by_default-1.patch"> <!ENTITY binutils-lto-patch-md5 "48e4e96a60bfed41804aaecf4944f5d9"> |