diff options
author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-12-14 15:21:34 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-18 22:52:24 +0000 |
commit | 3a69732b8701493433d08b9bddd0363ea947fd43 (patch) | |
tree | f9c7c465f2371f5c8568283009d9656b72748a03 /meta | |
parent | 703c7754c1e582b398d812f5ca96305ebbda26cd (diff) | |
download | poky-3a69732b8701493433d08b9bddd0363ea947fd43.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: 422f9af7d0f7de7a2e933154853e7a281f98ab93)
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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" |