From: zangrc Date: Mon, 14 Dec 2020 07:21:34 +0000 (+0800) Subject: bash: Rename patch name X-Git-Tag: uninative-2.10~472 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=422f9af7d0f7de7a2e933154853e7a281f98ab93;p=openembedded-core.git 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. Signed-off-by: Zang Ruochen Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/bash/bash/bash-CVE-2019-18276.patch b/meta/recipes-extended/bash/bash/CVE-2019-18276.patch similarity index 100% rename from meta/recipes-extended/bash/bash/bash-CVE-2019-18276.patch rename to 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 \ file://run-ptest \ file://run-bash-ptests \ file://fix-run-builtins.patch \ - file://bash-CVE-2019-18276.patch \ + file://CVE-2019-18276.patch \ " SRC_URI[tarball.md5sum] = "2b44b47b905be16f45709648f671820b"