summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorQiu, Zheng <Zheng.Qiu@windriver.com>2022-10-27 13:47:07 -0400
committerSteve Sakoman <steve@sakoman.com>2022-10-31 07:52:37 -1000
commit3ef84008bf729f74f1244e8b57451cdeb3a9e262 (patch)
tree3b4de3f25918461642e90ecafb4794e633f24450 /meta
parentbfd6d135a555e854e30d45ea36b0cbd612e322df (diff)
downloadopenembedded-core-3ef84008bf729f74f1244e8b57451cdeb3a9e262.tar.gz
tiff: fix a typo for CVE-2022-2953.patch
The CVE number in the patch is a typo. CVE-2022-2053 is not related to libtiff. So fix it. Signed-off-by: Zheng Qiu <zheng.qiu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit c9f76ef859b0b4edb83ac098816b625f52c78173) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-multimedia/libtiff/files/CVE-2022-2953.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/libtiff/files/CVE-2022-2953.patch b/meta/recipes-multimedia/libtiff/files/CVE-2022-2953.patch
index 98020ff92f..e673945fa3 100644
--- a/meta/recipes-multimedia/libtiff/files/CVE-2022-2953.patch
+++ b/meta/recipes-multimedia/libtiff/files/CVE-2022-2953.patch
@@ -1,4 +1,4 @@
-CVE: CVE-2022-2053
+CVE: CVE-2022-2953
Upstream-Status: Backport
Signed-off-by: Ross Burton <ross.burton@arm.com>