summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bash/bash_4.3.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-09-26 00:05:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-29 12:12:46 +0100
commit215e7b98ae4865b0f24b1cb9c53161fef170b270 (patch)
treef42d68da7db2af51636641f6552690b4a6d2df61 /meta/recipes-extended/bash/bash_4.3.bb
parentcf9fbf53b933d627bab71cc3f3dbb50a6bca3ec1 (diff)
downloadpoky-215e7b98ae4865b0f24b1cb9c53161fef170b270.tar.gz
bash: fix CVE-2014-6271
CVE-2014-6271 aka ShellShock. "GNU Bash through 4.3 processes trailing strings after function definitions in the values of environment variables, which allows remote attackers to execute arbitrary code via a crafted environment." (From OE-Core rev: 798d833c9d4bd9ab287fa86b85b4d5f128170ed3) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/bash/bash_4.3.bb')
-rw-r--r--meta/recipes-extended/bash/bash_4.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash_4.3.bb b/meta/recipes-extended/bash/bash_4.3.bb
index 25b7410c52..febaf338fa 100644
--- a/meta/recipes-extended/bash/bash_4.3.bb
+++ b/meta/recipes-extended/bash/bash_4.3.bb
@@ -9,6 +9,7 @@ SRC_URI = "${GNU_MIRROR}/bash/${BPN}-${PV}.tar.gz;name=tarball \
9 file://mkbuiltins_have_stringize.patch \ 9 file://mkbuiltins_have_stringize.patch \
10 file://build-tests.patch \ 10 file://build-tests.patch \
11 file://test-output.patch \ 11 file://test-output.patch \
12 file://cve-2014-6271.patch;striplevel=0 \
12 file://run-ptest \ 13 file://run-ptest \
13 " 14 "
14 15