Update buildroot to 2020.11.2 (#1200)
Signed-off-by: Stefan Agner <stefan@agner.ch>
This commit is contained in:
@@ -4,25 +4,12 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
OPENJPEG_VERSION = 2.3.1
|
||||
OPENJPEG_VERSION = 2.4.0
|
||||
OPENJPEG_SITE = $(call github,uclouvain,openjpeg,v$(OPENJPEG_VERSION))
|
||||
OPENJPEG_LICENSE = BSD-2-Clause
|
||||
OPENJPEG_LICENSE_FILES = LICENSE
|
||||
OPENJPEG_INSTALL_STAGING = YES
|
||||
|
||||
# 0004-convertbmp-detect-invalid-file-dimensions-early.patch
|
||||
# 0005-bmp_read_rle4_data-avoid-potential-infinite-loop.patch
|
||||
OPENJPEG_IGNORE_CVES += CVE-2019-12973
|
||||
|
||||
# 0006-opj_j2k_update_image_dimensions-reject-images-whose-coordinates.patch
|
||||
OPENJPEG_IGNORE_CVES += CVE-2020-6851
|
||||
|
||||
# 0007-opj_tcd_init_tile-avoid-integer-overflow.patch
|
||||
OPENJPEG_IGNORE_CVES += CVE-2020-8112
|
||||
|
||||
# 0008-opj_decompress-fix-double-free-on-input-directory-with-mix-of-valid.patch
|
||||
OPENJPEG_IGNORE_CVES += CVE-2020-15389
|
||||
|
||||
OPENJPEG_DEPENDENCIES += $(if $(BR2_PACKAGE_ZLIB),zlib)
|
||||
OPENJPEG_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBPNG),libpng)
|
||||
OPENJPEG_DEPENDENCIES += $(if $(BR2_PACKAGE_TIFF),tiff)
|
||||
|
||||
Reference in New Issue
Block a user