summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libtiff/tiff_4.4.0.bb
diff options
context:
space:
mode:
authorQiu, Zheng <Zheng.Qiu@windriver.com>2022-11-25 13:09:39 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-27 23:54:51 +0000
commit0b5e0e521aac3dc3299aa2222dcea18f48d8c16a (patch)
tree60ba03eda61be3dcf494b9cee549ebcdd0a16a13 /meta/recipes-multimedia/libtiff/tiff_4.4.0.bb
parentf854c0ed9dcd2f85385b036fa333df0980efcb73 (diff)
downloadpoky-0b5e0e521aac3dc3299aa2222dcea18f48d8c16a.tar.gz
tiff: Security fix for CVE-2022-3970
This patch contains a fix for CVE-2022-3970 Reference: https://nvd.nist.gov/vuln/detail/CVE-2022-3970 https://security-tracker.debian.org/tracker/CVE-2022-3970 Patch generated from : https://gitlab.com/libtiff/libtiff/-/commit/227500897dfb07fb7d27f7aa570050e62617e3be (From OE-Core rev: 668ff495ac44e5b6d9e1af15d3861b5c2b4dfcd1) Signed-off-by: Zheng Qiu <zheng.qiu@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libtiff/tiff_4.4.0.bb')
-rw-r--r--meta/recipes-multimedia/libtiff/tiff_4.4.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.4.0.bb b/meta/recipes-multimedia/libtiff/tiff_4.4.0.bb
index 29cb4111d6..970aab5433 100644
--- a/meta/recipes-multimedia/libtiff/tiff_4.4.0.bb
+++ b/meta/recipes-multimedia/libtiff/tiff_4.4.0.bb
@@ -12,6 +12,7 @@ SRC_URI = "http://download.osgeo.org/libtiff/tiff-${PV}.tar.gz \
12 file://0001-fix-the-FPE-in-tiffcrop-415-427-and-428.patch \ 12 file://0001-fix-the-FPE-in-tiffcrop-415-427-and-428.patch \
13 file://CVE-2022-34526.patch \ 13 file://CVE-2022-34526.patch \
14 file://CVE-2022-2953.patch \ 14 file://CVE-2022-2953.patch \
15 file://CVE-2022-3970.patch \
15 file://0001-Revised-handling-of-TIFFTAG_INKNAMES-and-related-TIF.patch \ 16 file://0001-Revised-handling-of-TIFFTAG_INKNAMES-and-related-TIF.patch \
16 file://0001-tiffcrop-S-option-Make-decision-simpler.patch \ 17 file://0001-tiffcrop-S-option-Make-decision-simpler.patch \
17 file://0001-tiffcrop-disable-incompatibility-of-Z-X-Y-z-options-.patch \ 18 file://0001-tiffcrop-disable-incompatibility-of-Z-X-Y-z-options-.patch \