diff options
| author | Siddharth <sdoshi@mvista.com> | 2023-06-29 09:37:03 +0530 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-07-04 05:32:29 -1000 |
| commit | 91f27650e515cf099d76714a60b447ad171e76ca (patch) | |
| tree | 8dc9950f9b71642229defe4539b38fe57190e0e9 /meta/recipes-multimedia/libtiff/tiff_4.5.0.bb | |
| parent | 51f94510a9d86121659516cf0453de0bd9861d12 (diff) | |
| download | poky-91f27650e515cf099d76714a60b447ad171e76ca.tar.gz | |
tiff: Security fix for CVE-2023-25434 and CVE-2023-26965
Upstream-Status: Backport from [https://gitlab.com/libtiff/libtiff/-/commit/69818e2f2d246e6631ac2a2da692c3706b849c38, https://gitlab.com/libtiff/libtiff/-/commit/ec8ef90c1f573c9eb1f17d6a056aa0015f184acf]
(From OE-Core rev: 7db6039b809a11dc9b0b51a31a763bec87016568)
Signed-off-by: Siddharth Doshi <sdoshi@mvista.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-multimedia/libtiff/tiff_4.5.0.bb')
| -rw-r--r-- | meta/recipes-multimedia/libtiff/tiff_4.5.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.5.0.bb b/meta/recipes-multimedia/libtiff/tiff_4.5.0.bb index ca4a3eff91..220f7e2816 100644 --- a/meta/recipes-multimedia/libtiff/tiff_4.5.0.bb +++ b/meta/recipes-multimedia/libtiff/tiff_4.5.0.bb | |||
| @@ -11,6 +11,8 @@ CVE_PRODUCT = "libtiff" | |||
| 11 | SRC_URI = "http://download.osgeo.org/libtiff/tiff-${PV}.tar.gz \ | 11 | SRC_URI = "http://download.osgeo.org/libtiff/tiff-${PV}.tar.gz \ |
| 12 | file://CVE-2022-48281.patch \ | 12 | file://CVE-2022-48281.patch \ |
| 13 | file://CVE-2023-2731.patch \ | 13 | file://CVE-2023-2731.patch \ |
| 14 | file://CVE-2023-25434.patch \ | ||
| 15 | file://CVE-2023-26965.patch \ | ||
| 14 | " | 16 | " |
| 15 | 17 | ||
| 16 | SRC_URI[sha256sum] = "c7a1d9296649233979fa3eacffef3fa024d73d05d589cb622727b5b08c423464" | 18 | SRC_URI[sha256sum] = "c7a1d9296649233979fa3eacffef3fa024d73d05d589cb622727b5b08c423464" |
