summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bash/bash_4.2.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-10-02 15:27:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-10-02 16:39:42 +0100
commit5881ef9299fcfe3ca983f95614abb22ce14ab082 (patch)
treeb2ba23d1a3cba2dd0560a8adbd206c6c25981f88 /meta/recipes-extended/bash/bash_4.2.bb
parent51477e3c54cccf27b65d071dd310732d36072357 (diff)
downloadpoky-5881ef9299fcfe3ca983f95614abb22ce14ab082.tar.gz
bash: add missing patch for CVE-2014-6271 to 4.2 recipe
The bash_4.2 recipe was missed when the fix was backported to the dora branch. Patch based on the one from OE-Core master rev 798d833c9d4bd9ab287fa86b85b4d5f128170ed3 by Ross Burton <ross.burton@intel.com>, with the content replaced from the appropriate upstream patch. (From OE-Core rev: 74d45affd5cda2e388d42db3322b4a0d5aff07e8) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/bash/bash_4.2.bb')
-rw-r--r--meta/recipes-extended/bash/bash_4.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash_4.2.bb b/meta/recipes-extended/bash/bash_4.2.bb
index fefe7b799d..cb95445fc8 100644
--- a/meta/recipes-extended/bash/bash_4.2.bb
+++ b/meta/recipes-extended/bash/bash_4.2.bb
@@ -21,6 +21,7 @@ SRC_URI = "${GNU_MIRROR}/bash/${BPN}-${PV}.tar.gz;name=tarball \
21 file://mkbuiltins_have_stringize.patch \ 21 file://mkbuiltins_have_stringize.patch \
22 file://build-tests.patch \ 22 file://build-tests.patch \
23 file://test-output.patch \ 23 file://test-output.patch \
24 file://cve-2014-6271.patch;striplevel=0 \
24 file://run-ptest \ 25 file://run-ptest \
25 " 26 "
26 27