diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-28 11:03:01 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-07 11:53:25 +0100 |
| commit | 4a13afb27ea3c023885600b53648ac56a1db66e3 (patch) | |
| tree | 097de5fb89decdb8225dd7c68ef2c117345f321a /meta/recipes-multimedia/libtiff | |
| parent | fd6b78f90cf5d47873186936e327767b90aebcf3 (diff) | |
| download | poky-4a13afb27ea3c023885600b53648ac56a1db66e3.tar.gz | |
tiff: Add jbig PACKAGECONFIG and clarify CVE-2022-1210
We never depended upon libjbig so this was never present. Add the
PACKAGECONFIG to make this explict.
CVE-2022-1210 is an issue in libjbig so we don't have a problem there,
mark as such.
(From OE-Core rev: 95f1c5d0bb7bc7cae2715d0c9b569fa369a64575)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 34e6a19f2430ee2fd0fec4bec1891e898a0d9766)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libtiff')
| -rw-r--r-- | meta/recipes-multimedia/libtiff/tiff_4.3.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb b/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb index c5e964ec8c..7a5e4816a6 100644 --- a/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb +++ b/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb | |||
| @@ -32,6 +32,9 @@ CVE_CHECK_IGNORE += "CVE-2015-7313" | |||
| 32 | # caused by 3079627e and fixed by b4e79bfa. | 32 | # caused by 3079627e and fixed by b4e79bfa. |
| 33 | CVE_CHECK_IGNORE += "CVE-2022-1622 CVE-2022-1623" | 33 | CVE_CHECK_IGNORE += "CVE-2022-1622 CVE-2022-1623" |
| 34 | 34 | ||
| 35 | # Issue is in jbig which we don't enable | ||
| 36 | CVE_CHECK_IGNORE += "CVE-2022-1210" | ||
| 37 | |||
| 35 | inherit autotools multilib_header | 38 | inherit autotools multilib_header |
| 36 | 39 | ||
| 37 | CACHED_CONFIGUREVARS = "ax_cv_check_gl_libgl=no" | 40 | CACHED_CONFIGUREVARS = "ax_cv_check_gl_libgl=no" |
| @@ -40,6 +43,7 @@ PACKAGECONFIG ?= "cxx jpeg zlib lzma \ | |||
| 40 | strip-chopping extrasample-as-alpha check-ycbcr-subsampling" | 43 | strip-chopping extrasample-as-alpha check-ycbcr-subsampling" |
| 41 | 44 | ||
| 42 | PACKAGECONFIG[cxx] = "--enable-cxx,--disable-cxx,," | 45 | PACKAGECONFIG[cxx] = "--enable-cxx,--disable-cxx,," |
| 46 | PACKAGECONFIG[jbig] = "--enable-jbig,--disable-jbig,jbig," | ||
| 43 | PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg," | 47 | PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg," |
| 44 | PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib," | 48 | PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib," |
| 45 | PACKAGECONFIG[lzma] = "--enable-lzma,--disable-lzma,xz," | 49 | PACKAGECONFIG[lzma] = "--enable-lzma,--disable-lzma,xz," |
