diff options
author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-12-14 15:21:34 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-01 11:55:35 +0000 |
commit | ac15769c8286a3e4ea4af9eac1ae9c4e7b5f2a6d (patch) | |
tree | 07d00077bf7d73fe8d9acabdcf624c443846eba8 | |
parent | c0cf641dc8b46be616c7edc01e6f26141f26cba7 (diff) | |
download | poky-ac15769c8286a3e4ea4af9eac1ae9c4e7b5f2a6d.tar.gz |
bash: Rename patch name
Because the name of CVE patch is wrong, cve-check-tool cannot get the correct CVE result. Rename the patch name.
(From OE-Core rev: 33beb4fc5f23206ccb2f8d81e0135bbc575e238d)
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 422f9af7d0f7de7a2e933154853e7a281f98ab93)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/bash/bash/CVE-2019-18276.patch (renamed from meta/recipes-extended/bash/bash/bash-CVE-2019-18276.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-extended/bash/bash_5.0.bb | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/bash/bash/bash-CVE-2019-18276.patch b/meta/recipes-extended/bash/bash/CVE-2019-18276.patch index 7b2073201e..7b2073201e 100644 --- a/meta/recipes-extended/bash/bash/bash-CVE-2019-18276.patch +++ b/meta/recipes-extended/bash/bash/CVE-2019-18276.patch | |||
diff --git a/meta/recipes-extended/bash/bash_5.0.bb b/meta/recipes-extended/bash/bash_5.0.bb index 257a03bd8b..53e05869ce 100644 --- a/meta/recipes-extended/bash/bash_5.0.bb +++ b/meta/recipes-extended/bash/bash_5.0.bb | |||
@@ -30,7 +30,7 @@ SRC_URI = "${GNU_MIRROR}/bash/${BP}.tar.gz;name=tarball \ | |||
30 | file://run-ptest \ | 30 | file://run-ptest \ |
31 | file://run-bash-ptests \ | 31 | file://run-bash-ptests \ |
32 | file://fix-run-builtins.patch \ | 32 | file://fix-run-builtins.patch \ |
33 | file://bash-CVE-2019-18276.patch \ | 33 | file://CVE-2019-18276.patch \ |
34 | " | 34 | " |
35 | 35 | ||
36 | SRC_URI[tarball.md5sum] = "2b44b47b905be16f45709648f671820b" | 36 | SRC_URI[tarball.md5sum] = "2b44b47b905be16f45709648f671820b" |