From 422f9af7d0f7de7a2e933154853e7a281f98ab93 Mon Sep 17 00:00:00 2001 From: zangrc Date: Mon, 14 Dec 2020 15:21:34 +0800 Subject: [PATCH] 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 --- .../bash/{bash-CVE-2019-18276.patch => CVE-2019-18276.patch} | 0 meta/recipes-extended/bash/bash_5.0.bb | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/bash/bash/{bash-CVE-2019-18276.patch => CVE-2019-18276.patch} (100%) 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" -- 2.40.1