From 57531002b8be23ba24ecd53076cd337efa9accbb Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Mon, 10 Oct 2016 13:54:35 +0200 Subject: bash: Security fix CVE-2016-0634 References to upstream patch: https://ftp.gnu.org/pub/gnu/bash/bash-4.3-patches/bash43-047 http://openwall.com/lists/oss-security/2016/09/16/8 (From OE-Core rev: 24455c63494b7030b8a337f0dad98687d15d9ce6) Signed-off-by: Sona Sarmadi Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- meta/recipes-extended/bash/bash_4.3.30.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-extended/bash/bash_4.3.30.bb') diff --git a/meta/recipes-extended/bash/bash_4.3.30.bb b/meta/recipes-extended/bash/bash_4.3.30.bb index 95ed3925c7..fcd6cafd7a 100644 --- a/meta/recipes-extended/bash/bash_4.3.30.bb +++ b/meta/recipes-extended/bash/bash_4.3.30.bb @@ -21,6 +21,7 @@ SRC_URI = "${GNU_MIRROR}/bash/${BP}.tar.gz;name=tarball \ file://fix-run-coproc-run-heredoc-run-execscript-run-test-f.patch \ file://run-ptest \ file://fix-run-builtins.patch \ + file://CVE-2016-0634.patch;striplevel=0 \ " SRC_URI[tarball.md5sum] = "a27b3ee9be83bd3ba448c0ff52b28447" -- cgit v1.2.3-54-g00ecf