summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/libtiff/tiff_4.3.0.bb')
-rw-r--r--meta/recipes-multimedia/libtiff/tiff_4.3.0.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb b/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb
index 29a2c38d8e..af9bdcfbde 100644
--- a/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb
+++ b/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb
@@ -27,6 +27,10 @@ SRC_URI = "http://download.osgeo.org/libtiff/tiff-${PV}.tar.gz \
27 file://b258ed69a485a9cfb299d9f060eb2a46c54e5903.patch \ 27 file://b258ed69a485a9cfb299d9f060eb2a46c54e5903.patch \
28 file://0001-tiffcrop-Fix-issue-330-and-some-more-from-320-to-349.patch \ 28 file://0001-tiffcrop-Fix-issue-330-and-some-more-from-320-to-349.patch \
29 file://CVE-2022-2953.patch \ 29 file://CVE-2022-2953.patch \
30 file://0001-Revised-handling-of-TIFFTAG_INKNAMES-and-related-TIF.patch \
31 file://0001-tiffcrop-S-option-Make-decision-simpler.patch \
32 file://0001-tiffcrop-disable-incompatibility-of-Z-X-Y-z-options-.patch \
33 file://0001-tiffcrop-subroutines-require-a-larger-buffer-fixes-2.patch \
30 " 34 "
31 35
32SRC_URI[sha256sum] = "0e46e5acb087ce7d1ac53cf4f56a09b221537fc86dfc5daaad1c2e89e1b37ac8" 36SRC_URI[sha256sum] = "0e46e5acb087ce7d1ac53cf4f56a09b221537fc86dfc5daaad1c2e89e1b37ac8"
@@ -40,7 +44,6 @@ CVE_CHECK_IGNORE += "CVE-2015-7313"
40# These issues only affect libtiff post-4.3.0 but before 4.4.0, 44# These issues only affect libtiff post-4.3.0 but before 4.4.0,
41# caused by 3079627e and fixed by b4e79bfa. 45# caused by 3079627e and fixed by b4e79bfa.
42CVE_CHECK_IGNORE += "CVE-2022-1622 CVE-2022-1623" 46CVE_CHECK_IGNORE += "CVE-2022-1622 CVE-2022-1623"
43
44# Issue is in jbig which we don't enable 47# Issue is in jbig which we don't enable
45CVE_CHECK_IGNORE += "CVE-2022-1210" 48CVE_CHECK_IGNORE += "CVE-2022-1210"
46 49